Searched refs:isfunc (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/sh/ | ||
H A D | exec.h | 70 int isfunc(const char *); |
H A D | exec.c | 698 isfunc(const char *name) in isfunc() function |
H A D | eval.c | 745 (have_command || !isfunc("local")))); in isdeclarationcmd() |