Home
last modified time | relevance | path

Searched refs:tinit (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/bin/ksh/
Dmain.c139 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()
Dvar.c59 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()
Dtable.c33 tinit(tp, ap, tsize) in tinit() function
Dproto.h218 void tinit ARGS((struct table *, Area *, int));
Dsyn.c695 tinit(&keywords, APERM, 32); /* must be 2^n (currently 20 keywords) */ in initkeywords()
/netbsd/src/usr.bin/mail/
Dtemp.c52 tinit(void) in tinit() function
Dextern.h309 void tinit(void);
Dmain.c400 tinit(); /* must be done before loading the rcfile */ in main()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstexpr.cc5901 if (tree tinit = TARGET_EXPR_INITIAL (init)) in cxx_eval_store_expression() local
5902 init = tinit; in cxx_eval_store_expression()