Home
last modified time | relevance | path

Searched refs:inout_popen (Results 1 – 16 of 16) sorted by relevance

/dports/editors/vile/vile-9.8v/
H A Dnpopen.c59 if (inout_popen(&ff, (FILE **) 0, cmd) != TRUE) in npopen()
63 if (inout_popen((FILE **) 0, &ff, cmd) != TRUE) in npopen()
72 inout_popen(FILE **fr, FILE **fw, char *cmd) in inout_popen() function
437 (void) inout_popen(&ff, (FILE **) 0, cmd); in npopen()
439 (void) inout_popen((FILE **) 0, &ff, cmd); in npopen()
449 inout_popen(FILE **fr, FILE **fw, char *cmd) in inout_popen() function
H A Dw32pipe.c102 (void) inout_popen(&ff, (FILE **) 0, cmd); in npopen()
104 (void) inout_popen((FILE **) 0, &ff, cmd); in npopen()
115 inout_popen(FILE **fr, FILE **fw, char *cmd) in inout_popen() function
H A Dos2pipe.c111 inout_popen(FILE **infile, FILE **outfile, char *command) in inout_popen() function
H A Dspawn.c743 if ((s = inout_popen(&fr, &fw, line)) != TRUE) { in filterregion()
820 if ((s = inout_popen(&fr, &fw, line)) == TRUE) { in open_region_filter()
H A Dproto.h1012 extern int inout_popen (FILE **fr, FILE **fw, char *cmd);
H A DCHANGES.R87 + revert 8.3s change that modified inout_popen() to convert pathname
295 + modify inout_popen() to convert pathname to backslashes on DOS, etc.
1211 + reset eofflag in inout_popen, since attribute_from_filter may
H A DCHANGES.R5833 set. Enable filterregion code on WIN32 since inout_popen
H A DCHANGES.R31754 implemented 'inout_popen()'; used in file spawn.c for filter-region
/dports/editors/xvile/vile-9.8v/
H A Dnpopen.c59 if (inout_popen(&ff, (FILE **) 0, cmd) != TRUE) in npopen()
63 if (inout_popen((FILE **) 0, &ff, cmd) != TRUE) in npopen()
72 inout_popen(FILE **fr, FILE **fw, char *cmd) in inout_popen() function
437 (void) inout_popen(&ff, (FILE **) 0, cmd); in npopen()
439 (void) inout_popen((FILE **) 0, &ff, cmd); in npopen()
449 inout_popen(FILE **fr, FILE **fw, char *cmd) in inout_popen() function
H A Dw32pipe.c102 (void) inout_popen(&ff, (FILE **) 0, cmd); in npopen()
104 (void) inout_popen((FILE **) 0, &ff, cmd); in npopen()
115 inout_popen(FILE **fr, FILE **fw, char *cmd) in inout_popen() function
H A Dos2pipe.c111 inout_popen(FILE **infile, FILE **outfile, char *command) in inout_popen() function
H A Dspawn.c743 if ((s = inout_popen(&fr, &fw, line)) != TRUE) { in filterregion()
820 if ((s = inout_popen(&fr, &fw, line)) == TRUE) { in open_region_filter()
H A Dproto.h1012 extern int inout_popen (FILE **fr, FILE **fw, char *cmd);
H A DCHANGES.R87 + revert 8.3s change that modified inout_popen() to convert pathname
295 + modify inout_popen() to convert pathname to backslashes on DOS, etc.
1211 + reset eofflag in inout_popen, since attribute_from_filter may
H A DCHANGES.R5833 set. Enable filterregion code on WIN32 since inout_popen
H A DCHANGES.R31754 implemented 'inout_popen()'; used in file spawn.c for filter-region