Searched refs:ppop (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppargs.c | 207 ppop(PP_COMMENT, ppcomment); in ppargs() 224 ppop(PP_COMPATIBILITY, n); in ppargs() 232 ppop(PP_DEBUG, -n); in ppargs() 235 ppop(PP_FILENAME, n ? s : NiL); in ppargs() 238 ppop(PP_HOSTDIR, "-", n); in ppargs() 241 ppop(PP_CDIR, "-", n); in ppargs() 244 ppop(PP_KEYARGS, n); in ppargs() 247 ppop(PP_LINEID, n && *s ? s : "line"); in ppargs() 250 ppop(PP_MULTIPLE, !n); in ppargs() 253 ppop(PP_PASSTHROUGH, n); in ppargs() [all …]
|
H A D | ppop.c | 330 ppop(int op, ...) in ppop() function 707 ppop(PP_COMPATIBILITY, 0); in ppop() 708 ppop(PP_TRANSITION, 1); in ppop() 712 ppop(PP_COMPATIBILITY, 0); in ppop() 713 ppop(PP_STRICT, 1); in ppop() 716 ppop(PP_COMPATIBILITY, 1); in ppop() 717 ppop(PP_PLUSPLUS, 1); in ppop() 718 ppop(PP_TRANSITION, 1); in ppop() 721 ppop(PP_COMPATIBILITY, 0); in ppop() 722 ppop(PP_PLUSPLUS, 1); in ppop() [all …]
|
H A D | ppcontrol.c | 130 else if (!s) ppop(op, s, n); in tokop() 141 ppop(op, (flags & TOKOP_DUP) ? strdup(pp.token) : pp.token, n); in tokop() 151 if (*s) ppop(op, (flags & TOKOP_DUP) ? strdup(s) : s, n); in tokop() 1692 ppop(PP_MULTIPLE, i0); in ppcontrol() 1719 ppop(PP_COMPATIBILITY, i0); in ppcontrol() 1820 ppop(PP_KEYARGS, i0); in ppcontrol() 1827 ppop(PP_LINEBASE, i0); in ppcontrol() 1830 ppop(PP_LINEFILE, i0); in ppcontrol() 1833 ppop(PP_LINEID, i0 ? p : (char*)0); in ppcontrol() 1836 ppop(PP_LINETYPE, i0 ? (p ? strtol(p, NiL, 0) : 1) : 0); in ppcontrol() [all …]
|
H A D | RELEASE | 2 09-02-02 ppop.c: include pp_default.h/probe at end of builtin script 18 06-09-23 ppop.c: check -I <dev,ino> for c and TYPE_HOSTED|TYPE_VENDOR attrs 50 04-01-28 pp.h,pplib.h,ppop.c: add PP_RESET to restore original pp.symtab scope 61 03-03-25 ppop.c: PP_RESERVED now deletes old symbol before redef with lex value 75 02-10-01 ppop.c,ppargs.c: -I-I => -I-M with proper docs; -I-I for PP_IGNORE 111 01-06-01 pp.h,ppop.c,ppsearch.c: allow multiple PP_FILEDEPS (-M) 197 ppop.c: fix PP_RESERVED T_* lookup 326 drop PP_HOSTED, add ppop(PP_CDIR|PP_HOSTED,"-",n), -D-I for pp:cdir 423 90-03-27 add setpreroot() to ppop() [ sleazy but well hidden ]
|
H A D | pp.h | 447 extern void ppop(int, ...);
|
H A D | HISTORY | 103 10/23/87 add warning for multiple ppop(PP_LOCAL) calls
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | msgcpp.c | 160 ppop(PP_DEFAULT, PPDEFAULT); in main() 164 ppop(PP_PLUSPLUS, 1); in main() 165 ppop(PP_NOHASH, 1); in main() 166 ppop(PP_PROBE, "CC"); in main() 168 ppop(PP_SPACEOUT, 0); in main() 169 ppop(PP_COMPILE, keys); in main() 170 ppop(PP_OPTION, "allpossible"); in main() 171 ppop(PP_OPTION, "catliteral"); in main() 172 ppop(PP_OPTION, "modern"); in main() 173 ppop(PP_OPTION, "readonly"); in main() [all …]
|
/titanic_41/usr/src/lib/libpp/ |
H A D | Makefile.com | 50 ppop.o \ 112 pics/ppop.o := CERRWARN += -erroff=E_INTEGER_OVERFLOW_DETECTED
|
H A D | mapfile-vers | 45 ppop;
|