Home
last modified time | relevance | path

Searched refs:T_STRING (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcpp.c240 case T_STRING: in main()
270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT)) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppmisc.c178 if (type) type = T_STRING; in pppredargs()
179 else type = (c == T_ID) ? T_ID : T_STRING; in pppredargs()
H A Dppexpr.c61 case T_STRING: in exists()
73 while ((c = pplex()) == T_STRING) in exists()
190 case T_STRING: in predicate()
H A Dpp.h295 #define T_STRING (N_PP+5) /* ".." */ macro
296 #define T_WSTRING (T_STRING|N_WIDE) /* L".." */
H A Dppcontrol.c456 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()
H A Dpp.tab149 STRIP # strip quotes from T_STRING and T_CHARCONST
H A DHISTORY8 07/28/89 delete STRIPTOP, STRIP only T_STRING & T_CHARCONST at pp.level==1
150 04/10/87 change T_STRING concatenation in preparation for new output buffering
H A Dppbuiltin.c261 if (c == T_STRING || c == T_WSTRING) in ppbuiltin()
H A Dpplex.c1059 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()
H A Dppop.c172 case T_STRING: in ppmapinclude()
874 if (ppsearch(pp.ppdefault, T_STRING, SEARCH_EXISTS) < 0) in ppop()
H A Dppsearch.c792 type = T_STRING; in ppsearch()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c100 T_STRING, enumerator
305 token = T_STRING; in lex()
484 case T_STRING: in parse_conf_entry()
1909 case T_STRING: in devfs_parse_binding_file()