Searched refs:bifunc (Results 1 – 1 of 1) sorted by relevance
87 const struct biltins * volatile bifunc; in execute() local99 (void) &bifunc; in execute()296 bifunc = isbfunc(t); in execute()301 if (bifunc == NULL) in execute()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()[all …]