Searched refs:tinit (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/bin/ksh/ |
| D | main.c | 139 tinit(&taliases, APERM, 0); in main() 140 tinit(&aliases, APERM, 0); in main() 141 tinit(&homedirs, APERM, 0); in main() 147 tinit(&builtins, APERM, 64); /* must be 2^n (currently 40 builtins) */ in main()
|
| D | var.c | 59 tinit(&l->vars, &l->area, 0); in newblock() 60 tinit(&l->funs, &l->area, 0); in newblock() 126 tinit(&specials, APERM, 32); /* must be 2^n (currently 17 specials) */ in initvar()
|
| D | table.c | 33 tinit(tp, ap, tsize) in tinit() function
|
| D | proto.h | 218 void tinit ARGS((struct table *, Area *, int));
|
| D | syn.c | 695 tinit(&keywords, APERM, 32); /* must be 2^n (currently 20 keywords) */ in initkeywords()
|
| /netbsd/src/usr.bin/mail/ |
| D | temp.c | 52 tinit(void) in tinit() function
|
| D | extern.h | 309 void tinit(void);
|
| D | main.c | 400 tinit(); /* must be done before loading the rcfile */ in main()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | constexpr.cc | 5901 if (tree tinit = TARGET_EXPR_INITIAL (init)) in cxx_eval_store_expression() local 5902 init = tinit; in cxx_eval_store_expression()
|