Searched refs:pppopen (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/proto/
H A Dproto.c304 else if (b = pppopen(file, 0, license, options, package, comment, flags))
/ast/src/lib/libpp/
H A Dpplib.h808 #define pppopen _pp_popen
841 extern char* pppopen(char*, int, char*, char*, char*, char*, int);
H A Dppinput.c162 if (!(pp.option & NOPROTO) && !(pp.test & TEST_noproto) && ((pp.state & (COMPATIBILITY|TRANSITION)) == COMPATIBILITY || (pp.option & PLUSPLUS) || (pp.mode & EXTERNALIZE)) && (cur->buffer = pppopen(NiL, cur->fd, NiL, NiL, NiL, NiL, (PROTO_HEADER|PROTO_RETAIN)|(((pp.mode & EXTERNALIZE) || (pp.option & PROTOTYPED)) ? PROTO_FORCE : PROTO_PASS)|((pp.mode & EXTERNALIZE) ? PROTO_EXTERNALIZE : 0)|((pp.mode & MARKC) ? PROTO_PLUSPLUS : 0))))
H A Dppproto.c2168 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) function
/ast/src/cmd/INIT/
H A Dproto.c521 extern __MANGLE__ char* pppopen __PROTO__((char*, int, char*, char*, char*, char*, int));
4423 pppopen __PARAM__((char* file, int fd, char* notice, char* options, char* package, char* comment, int flags), (file, fd, notice, options, package, comment, flags)) __OTORP__(char* file; int fd; char* notice; char* options; char* package; char* comment; int flags;){
4869 else if (b = pppopen(file, 0, license, options, package, comment, flags))

Completed in 34 milliseconds