Searched refs:hashscan (Results 1 - 16 of 16) sorted by relevance
/ast/src/lib/libast/hash/ |
H A D | hashwalk.c | 43 if (!(pos = hashscan(tab, flags)))
|
H A D | hashscan.c | 37 * pos = hashscan(tab, flags); 47 hashscan(register Hash_table_t* tab, register int flags) function
|
/ast/src/cmd/3d/ |
H A D | ast_3d.h | 43 #define hashscan _3d_hashscan macro
|
/ast/src/cmd/std/ |
H A D | tsort.c | 138 if (pos = hashscan(tab, 0))
|
/ast/src/cmd/cs/ |
H A D | pid.c | 136 if (pos = hashscan(state->pids, 0)) 230 if (pos = hashscan(state->pids, 0))
|
/ast/src/lib/libast/include/ |
H A D | hash.h | 195 extern Hash_position_t* hashscan(Hash_table_t*, int);
|
/ast/src/lib/libcs/ |
H A D | csattr.c | 111 if (!pt && !(pt = hashscan(tp, 0)))
|
/ast/src/cmd/pax/ |
H A D | delta.c | 374 if (!state.delta.update && !state.list && ap->delta && ap->delta->base != ap && (pos = hashscan(ap->delta->tab, 0))) 573 if (pos = hashscan(ap->delta->tab, 0)) 769 if (pos = hashscan(ip->delta->tab, 0)) 788 if (pos = hashscan(ip->delta->tab, 0))
|
H A D | pax-tar.c | 363 if (pos = hashscan(state.options, 0)) 966 if (hp = hashscan(state.options, 0))
|
H A D | pax.c | 1340 if ((all || ext) && (pos = hashscan(state.options, 0))) 1866 if ((state.test & 0000010) && (pos = hashscan(state.options, 0)))
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 734 if (pos = hashscan(tab, 0)) 832 if (pos = hashscan(table.file, 0)) 3342 if (pos = hashscan(table.rule, 0)) 4171 else if (!(pos = hashscan(table.rule, 0))) 4399 if (pos = hashscan(table.rule, 0))
|
H A D | scan.c | 1736 if (tab && (pos = hashscan(tab, 0)))
|
H A D | rule.c | 192 if (o && (pos = hashscan(table.rule, 0)))
|
H A D | bind.c | 324 if (pos = hashscan(table.dir, 0))
|
/ast/src/lib/libast/ |
H A D | Makefile | 69 hashlook.c hashscan.c hashsize.c hashview.c hashwalk.c \
|
/ast/src/lib/libpp/ |
H A D | ppop.c | 1554 if (tab && (pos = hashscan(tab, 0)))
|
Completed in 48 milliseconds