Searched refs:nocomment (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/pax/ |
H A D | nocom.c | 51 #include "nocomment.c" 79 if (nocomment(sfstdin, sfstdout) < 0) 88 if (nocomment(sp, sfstdout) < 0)
|
H A D | nocomment.c | 26 * nocomment -- strip C comments 124 nocomment(register Sfio_t* ip, Sfio_t* op) function
|
H A D | file.c | 33 * "nocomment" is a hardwired "nocom" 37 #include "nocomment.c" 82 if (streq(*fp->argv, "nocomment")) 89 if ((ip = sfopen(NiL, f->path, "r")) && (op = sfnew(NiL, NiL, SF_UNBOUND, wfd, SF_WRITE)) && (count = nocomment(ip, op)) < 0)
|
Completed in 11 milliseconds