/ast/src/lib/libast/hash/ |
H A D | hashwalk.c | 37 hashwalk(Hash_table_t* tab, int flags, register int (*walker)(const char*, char*, void*), void* handle) function
|
/ast/src/cmd/3d/ |
H A D | ast_3d.h | 45 #define hashwalk _3d_hashwalk macro
|
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_mtab.c | 101 (void) hashwalk(istate.mtab, 0, do_call, 0);
|
/ast/src/lib/libast/include/ |
H A D | hash.h | 198 extern int hashwalk(Hash_table_t*, int, int (*)(const char*, char*, void*), void*);
|
/ast/src/cmd/nmake/ |
H A D | archive.c | 145 hashwalk(table.rule, 0, chktouch, NiL);
|
H A D | object.c | 843 hashwalk(table.rule, 0, compinit, null); 847 hashwalk(table.rule, 0, compselect, sfstruse(tmp)); 857 hashwalk(table.var, 0, compvar, &cs); 860 hashwalk(table.rule, 0, compinit, NiL); 873 hashwalk(table.rule, 0, compstate, &cs); 876 hashwalk(table.rule, 0, clearmarks, &cs); 877 hashwalk(table.rule, 0, compkeep, &cs); 887 hashwalk(table.rule, 0, compmark, &cs); 918 hashwalk(table.rule, 0, comprule, &cs); 930 hashwalk(tabl [all...] |
H A D | dump.c | 524 hashwalk(table.var, 0, listvar, sp); 529 hashwalk(table.rule, 0, listrule, sp);
|
H A D | state.c | 784 hashwalk(table.rule, 0, checkparam, NiL); 785 hashwalk(table.var, 0, checkvar1, NiL); 786 hashwalk(table.rule, 0, checkvar2, NiL); 791 hashwalk(table.rule, 0, forcescan, NiL);
|
H A D | rule.c | 594 hashwalk(table.rule, 0, unbind, r); 595 hashwalk(table.rule, 0, unbind, NiL); 706 hashwalk(table.rule, 0, reset, NiL); 1617 hashwalk(table.dir, 0, diratom, NiL);
|
H A D | scan.c | 610 hashwalk(table.rule, 0, forcescan, &r->scan);
|
/ast/src/cmd/mam/ |
H A D | mamnew.c | 625 hashwalk(state.mam->main->rules, 0, initrule, NiL); 629 hashwalk(state.mam->main->vars, 0, dumpstate, NiL);
|
H A D | mamold.c | 452 hashwalk(state.mam->main->vars, 0, dumpvar, NiL);
|
/ast/src/lib/libpp/ |
H A D | ppinput.c | 413 hashwalk(pp.symtab, 0, dump, NiL);
|
H A D | ppop.c | 1089 hashwalk(pp.filtab, 0, unguard, NiL);
|
/ast/src/cmd/html/ |
H A D | html2rtf.c | 1282 if (hashwalk(state.files, 0, project_update, state.files)) 1290 hashwalk(state.files, 0, project_list, fp);
|
/ast/src/lib/libast/ |
H A D | Makefile | 69 hashlook.c hashscan.c hashsize.c hashview.c hashwalk.c \
|
/ast/src/cmd/pax/ |
H A D | pax.c | 1980 hashwalk(state.restore, 0, restore, NiL);
|