Searched refs:hashref (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | hash.h | 95 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppexpr.c | 167 index = (int)hashref(pp.strtab, pp.token); in predicate() 229 return *(args + 9) ? (int)hashref(pp.strtab, args + 9) : 1; in predicate()
|
H A D | ppcontrol.c | 330 switch (directive = (int)hashref(pp.dirtab, pp.token)) in ppcontrol() 370 …if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == I… in ppcontrol() 977 switch ((int)hashref(pp.dirtab, pp.token)) in ppcontrol() 1306 switch ((int)hashref(pp.strtab, pp.token)) in ppcontrol() 1661 …if (((i1 = (int)hashref(pp.strtab, p3 + (i0 ? 0 : 2))) < 1 || i1 > X_last_option) && (i0 || (i1 = … in ppcontrol()
|
H A D | ppsearch.c | 225 switch ((int)hashref(pp.strtab, e)) in search()
|
H A D | ppop.c | 1375 if ((c = (int)hashref(pp.strtab, p)) > 0 && c <= X_last_option) in ppop()
|