Searched refs:hashget (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppbuiltin.c | 65 switch (op = (int)hashget(pp.strtab, p)) 252 p = (list = (struct pplist*)hashget(pp.prdtab, a)) ? list->value : "";
|
H A D | ppmisc.c | 86 if (a = (struct pplist*)hashget(pp.prdtab, pred))
|
H A D | ppexpr.c | 250 if (p = (struct pplist*)hashget(pp.prdtab, pred)) 623 switch ((int)hashget(pp.strtab, s))
|
H A D | ppcontrol.c | 72 if (a = (struct pplist*)hashget(pp.prdtab, pred)) 933 if (var.type == TOK_BUILTIN) switch ((int)hashget(pp.strtab, pp.token)) 1882 if (c = (int)hashget(pp.dirtab, s)) 1887 if (c = (int)hashget(pp.strtab, s))
|
H A D | ppop.c | 1016 if ((preroot = (struct pplist*)hashget(pp.prdtab, "preroot")))
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | hash.h | 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) macro
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | hash.h | 90 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | hash.h | 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | hash.h | 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hash.h | 99 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) macro
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | ls.c | 485 if (!(kp = (Key_t*)hashget(state.keys, fp->t_str))) 1535 if (!(kp = (Key_t*)hashget(state.keys, opt_info.arg))) 1622 if (kp = (Key_t*)hashget(state.keys, "name"))
|
Completed in 48 milliseconds