Home
last modified time | relevance | path

Searched refs:isfunc (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/sh/
H A Dexec.h70 int isfunc(const char *);
H A Dexec.c698 isfunc(const char *name) in isfunc() function
H A Deval.c745 (have_command || !isfunc("local")))); in isdeclarationcmd()