Home
last modified time | relevance | path

Searched refs:X_last_option (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppdata.c69 static char optflags[X_last_option+1];/* OPT_* flags indexed by X_* */
H A Dppcontrol.c1661 …trtab, p3 + (i0 ? 0 : 2))) < 1 || i1 > X_last_option) && (i0 || (i1 = (int)hashref(pp.strtab, p3))… in ppcontrol()
H A Dppop.c1375 if ((c = (int)hashref(pp.strtab, p)) > 0 && c <= X_last_option) in ppop()