Searched refs:nocomment (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/pax/
H A Dnocom.c51 #include "nocomment.c"
79 if (nocomment(sfstdin, sfstdout) < 0)
88 if (nocomment(sp, sfstdout) < 0)
H A Dnocomment.c26 * nocomment -- strip C comments
124 nocomment(register Sfio_t* ip, Sfio_t* op) function
H A Dfile.c33 * "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