Searched refs:hashscan (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libast/hash/
H A Dhashwalk.c43 if (!(pos = hashscan(tab, flags)))
H A Dhashscan.c37 * pos = hashscan(tab, flags);
47 hashscan(register Hash_table_t* tab, register int flags) function
/ast/src/cmd/3d/
H A Dast_3d.h43 #define hashscan _3d_hashscan macro
/ast/src/cmd/std/
H A Dtsort.c138 if (pos = hashscan(tab, 0))
/ast/src/cmd/cs/
H A Dpid.c136 if (pos = hashscan(state->pids, 0))
230 if (pos = hashscan(state->pids, 0))
/ast/src/lib/libast/include/
H A Dhash.h195 extern Hash_position_t* hashscan(Hash_table_t*, int);
/ast/src/lib/libcs/
H A Dcsattr.c111 if (!pt && !(pt = hashscan(tp, 0)))
/ast/src/cmd/pax/
H A Ddelta.c374 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 Dpax-tar.c363 if (pos = hashscan(state.options, 0))
966 if (hp = hashscan(state.options, 0))
H A Dpax.c1340 if ((all || ext) && (pos = hashscan(state.options, 0)))
1866 if ((state.test & 0000010) && (pos = hashscan(state.options, 0)))
/ast/src/cmd/nmake/
H A Dexpand.c734 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 Dscan.c1736 if (tab && (pos = hashscan(tab, 0)))
H A Drule.c192 if (o && (pos = hashscan(table.rule, 0)))
H A Dbind.c324 if (pos = hashscan(table.dir, 0))
/ast/src/lib/libast/
H A DMakefile69 hashlook.c hashscan.c hashsize.c hashview.c hashwalk.c \
/ast/src/lib/libpp/
H A Dppop.c1554 if (tab && (pos = hashscan(tab, 0)))

Completed in 48 milliseconds