Searched refs:pplex (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msgcpp.c | 199 c = pplex(); in main() 206 switch (c = pplex()) in main() 212 if ((c = pplex()) != '(') in main() 233 if ((c = pplex()) != '(' || (c = pplex()) != T_STDERR || (c = pplex()) != ',') in main() 248 if ((c = pplex()) == '+' && ppisinteger(c = pplex())) in main() 255 …if ((c = pplex()) == '(' && (c = pplex()) == T_INT && (c = pplex()) == T_ID && (c = pplex()) == ',… in main() 262 if ((c = pplex()) == '[') in main() 264 if (ppisinteger(c = pplex())) in main() 265 c = pplex(); in main() 268 c = pplex(); in main() [all …]
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppbuiltin.c | 60 if ((c = pplex()) != T_ID) in ppbuiltin() 70 if ((c = pplex()) == ',') in ppbuiltin() 73 c = pplex(); in ppbuiltin() 87 c = pplex(); in ppbuiltin() 95 if ((c = pplex()) == ')') *p = '1'; in ppbuiltin() 109 c = pplex(); in ppbuiltin() 119 …if ((c = pplex()) != T_ID || !(sym = ppsymref(pp.symtab, pp.token)) || !sym->macro || sym->macro->… in ppbuiltin() 131 c = pplex(); in ppbuiltin() 141 if (!c || !(c = pplex())) in ppbuiltin() 154 c = pplex(); in ppbuiltin() [all …]
|
H A D | ppcontrol.c | 137 c = pplex(); in tokop() 200 while ((c = pplex()) != '\n') in getline() 321 switch (c = pplex()) in ppcontrol() 370 …if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == I… in ppcontrol() 420 if ((c = pplex()) == T_ID) in ppcontrol() 447 c = pplex(); in ppcontrol() 454 switch (c = pplex()) in ppcontrol() 458 do pp.token = pp.toknxt; while ((c = pplex()) == T_STRING); in ppcontrol() 481 while ((c = pplex()) && c != '>') in ppcontrol() 630 c = pplex(); in ppcontrol() [all …]
|
H A D | ppexpr.c | 32 #define lex(c) ((((c)=peektoken)>=0?(peektoken=(-1)):((c)=pplex())),(c)) 56 type = pplex(); in exists() 71 if ((c = pplex()) == ',') in exists() 73 while ((c = pplex()) == T_STRING) in exists() 82 if ((c = pplex()) != ',') break; in exists() 99 while (pplex()); in exists() 122 if (!pplex()) in compare() 125 if (pplex() != ',' || !pplex()) in compare() 136 if ((pp.state & PASSEOF) && pplex()) in compare() 143 while (pplex()); in compare() [all …]
|
H A D | RELEASE | 9 08-10-30 pplex.c: handle =#x S_CHRB|SPLICE bug 13 07-06-12 pplex.c: finish -D:preserve logic update for imake 14 07-06-07 pplex.c: handle -D:preserve S_CHRB splices 19 06-09-23 pplex.c: add HOSTED check for "/* appears in // comment" -- doh 26 06-01-11 pplex.c: fix rpcgen pp:passthrough header splice bug 27 05-12-16 pplex.c: fix imake pp:passthrough comment splice bug 30 05-04-11 pplex.c: fix '"a" #s' catliteral + stringize bug 36 04-10-01 pplex.c: really fix directive hidden newline logic 37 04-08-31 pplex.c: fix directive hidden newline logic 56 03-05-19 pplex.c: fix stray SKIPMACRO bug [all …]
|
H A D | ppmisc.c | 150 switch (type = pplex()) in pppredargs() 157 c = pplex(); in pppredargs() 181 c = pplex(); in pppredargs()
|
H A D | ppcall.c | 111 while (c = pplex()) in ppcall() 195 while ((c = pplex()) == '\n') in ppcall() 271 switch (pplex()) in ppcall() 290 if (pplex() != '=') in ppcall() 302 switch (pplex()) in ppcall()
|
H A D | HISTORY | 36 03/27/89 fix pplex bug that bombed line sync for last line == #include 112 10/06/87 split pplex.c adding ppdirective.c and ppbuiltin.c 141 04/24/87 split pplex.c into smaller files -- too big for some compilers 154 use GETCHR() and ISSPECIAL() in outer pplex() loop -- up to 10% 210 02/11/87 distribute post-token switch in pplex() to individual cases (~5%)
|
H A D | pplex.c | 147 #define ppcpp pplex 208 count(pplex); in ppcpp() 539 sfprintf(sfstderr, "%7d: pplex calls\n", pp.counter.pplex); in ppcpp() 1035 switch (c = pplex()) in ppcpp() 1443 switch (c = pplex()) in ppcpp() 1513 switch (pplex()) in ppcpp() 1530 switch (pplex()) in ppcpp() 1713 switch (pplex()) in ppcpp()
|
H A D | pp.h | 444 extern int pplex(void);
|
H A D | ppinput.c | 311 if (pplex()) in ppexpand()
|
H A D | ppop.c | 163 switch (token = pplex()) in ppmapinclude() 993 while (pplex()); in ppop()
|
H A D | pplib.h | 208 int pplex; /* pplex() calls */ member
|
/titanic_50/usr/src/lib/libpp/ |
H A D | Makefile.com | 46 pplex.o \ 111 pics/pplex.o := CERRWARN += -erroff=E_INTEGER_OVERFLOW_DETECTED
|
H A D | mapfile-vers | 46 pplex;
|