-
-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strongly link tr and sed into system() and popen()
- Loading branch information
Showing
9 changed files
with
51 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#ifndef COSMOPOLITAN_THIRD_PARTY_SED_SHADE_H_ | ||
#define COSMOPOLITAN_THIRD_PARTY_SED_SHADE_H_ | ||
|
||
#define prog _sed_prog | ||
#define appends_ _sed_appends_ | ||
#define g_match _sed_g_match | ||
#define maxnsub _sed_maxnsub | ||
#define linenum _sed_linenum | ||
#define appendnum _sed_appendnum | ||
#define aflag _sed_aflag | ||
#define eflag _sed_eflag | ||
#define nflag _sed_nflag | ||
#define fname _sed_fname | ||
#define outfname _sed_outfname | ||
#define infile _sed_infile | ||
#define outfile _sed_outfile | ||
#define rflags _sed_rflags | ||
#define cfclose _sed_cfclose | ||
#define compile _sed_compile | ||
#define cspace _sed_cspace | ||
#define cu_fgets _sed_cu_fgets | ||
#define mf_fgets _sed_mf_fgets | ||
#define lastline _sed_lastline | ||
#define process _sed_process | ||
#define resetstate _sed_resetstate | ||
#define strregerror _sed_strregerror | ||
#define xmalloc _sed_xmalloc | ||
#define xrealloc _sed_xrealloc | ||
#define xcalloc _sed_xcalloc | ||
|
||
#endif /* COSMOPOLITAN_THIRD_PARTY_SED_SHADE_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters