HomeSort by relevance Sort by last modified time
    Searched defs:toktype (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
accept_sec_context.c 1171 int toktype; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
auto_comp.c 180 * toktype, which is used to index an ac_tokinfo_t array to get the
184 * toktype - the token's type
196 * toktype - token type
242 ac_toktype_t toktype; member in struct:ac_tokinfo
255 ac_toktype_t toktype; member in struct:ac_tvlist
310 * Note: We use toktype to index into this array, so for each toktype,
312 * as that toktype is defined in ac_toktype.
1002 ac_toktype_t toktype; local
1019 toktype = clistp->toktype
    [all...]
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
cgrep.c 224 static Exprtype toktype; variable
950 toktype = EOP;
953 case '.': toktype = Dot; break;
954 case '*': toktype = Star; break;
955 case '+': toktype = Plus; break;
956 case '?': toktype = Quest; break;
957 case '[': toktype = Charclass; break;
958 case '|': toktype = Alternate; break;
959 case '(': toktype = Lpar; break;
960 case ')': toktype = Rpar; break
    [all...]

Completed in 1439 milliseconds