Searched refs:T_STRING (Results 1 – 14 of 14) sorted by relevance
240 case T_STRING: in main()270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT)) in main()
178 if (type) type = T_STRING; in pppredargs()179 else type = (c == T_ID) ? T_ID : T_STRING; in pppredargs()
295 #define T_STRING (N_PP+5) /* ".." */ macro296 #define T_WSTRING (T_STRING|N_WIDE) /* L".." */
61 case T_STRING: in exists()73 while ((c = pplex()) == T_STRING) in exists()190 case T_STRING: in predicate()
456 case T_STRING: in ppcontrol()458 do pp.token = pp.toknxt; while ((c = pplex()) == T_STRING); in ppcontrol()1038 case T_STRING: in ppcontrol()1321 case T_STRING: in ppcontrol()1470 case T_STRING: in ppcontrol()1893 if (c != T_STRING || !*(s = pp.token)) in ppcontrol()1918 while ((c = pplex()) == T_STRING) in ppcontrol()
149 STRIP # strip quotes from T_STRING and T_CHARCONST
261 if (c == T_STRING || c == T_WSTRING) in ppbuiltin()
8 07/28/89 delete STRIPTOP, STRIP only T_STRING & T_CHARCONST at pp.level==1150 04/10/87 change T_STRING concatenation in preparation for new output buffering
1059 case T_STRING: in ppcpp()1118 c = T_STRING | qual; in ppcpp()1147 c = T_STRING | qual; in ppcpp()2401 ppsearch(".", T_STRING, SEARCH_EXISTS); in pool()
166 case T_STRING: in ppmapinclude()838 if (ppsearch(pp.ppdefault, T_STRING, SEARCH_EXISTS) < 0) in ppop()
787 type = T_STRING; in ppsearch()
1 …HEXDOUBLE_L 309 T_ID 257 T_INVALID 258 T_CHARCONST 260 T_WCHARCONST 261 T_STRING 262 T_WSTRING 263…
100 T_STRING, enumerator305 token = T_STRING; in lex()484 case T_STRING: in parse_conf_entry()1909 case T_STRING: in devfs_parse_binding_file()