Searched refs:bfunc_t (Results 1 – 2 of 2) sorted by relevance
303 if (bifunc->bfunct != (bfunc_t)dobreak && in execute()304 bifunc->bfunct != (bfunc_t)docontin && in execute()305 bifunc->bfunct != (bfunc_t)doelse && in execute()306 bifunc->bfunct != (bfunc_t)doend && in execute()307 bifunc->bfunct != (bfunc_t)doforeach&& in execute()308 bifunc->bfunct != (bfunc_t)dogoto && in execute()309 bifunc->bfunct != (bfunc_t)doif && in execute()310 bifunc->bfunct != (bfunc_t)dorepeat && in execute()311 bifunc->bfunct != (bfunc_t)doswbrk && in execute()312 bifunc->bfunct != (bfunc_t)doswitch && in execute()[all …]
964 typedef void (*bfunc_t) (); typedef966 typedef void (*bfunc_t) (Char **, struct command *); typedef971 bfunc_t bfunct;