Searched refs:tinit (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/usr.bin/mail/
H A Dtemp.c52 tinit(void) function
H A Dmain.c400 tinit(); /* must be done before loading the rcfile */
H A Dextern.h309 void tinit(void);
/netbsd-current/bin/ksh/
H A Dmain.c139 tinit(&taliases, APERM, 0);
140 tinit(&aliases, APERM, 0);
141 tinit(&homedirs, APERM, 0);
147 tinit(&builtins, APERM, 64); /* must be 2^n (currently 40 builtins) */
H A Dtable.c33 tinit(tp, ap, tsize) function
H A Dproto.h218 void tinit ARGS((struct table *, Area *, int));
H A Dvar.c59 tinit(&l->vars, &l->area, 0);
60 tinit(&l->funs, &l->area, 0);
126 tinit(&specials, APERM, 32); /* must be 2^n (currently 17 specials) */
H A Dsyn.c695 tinit(&keywords, APERM, 32); /* must be 2^n (currently 20 keywords) */
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_bios.h212 u8 tinit; member in struct:mipi_config
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c5105 if (tree tinit = TARGET_EXPR_INITIAL (init))
5106 init = tinit;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5901 if (tree tinit = TARGET_EXPR_INITIAL (init))
5902 init = tinit;

Completed in 323 milliseconds