Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.sem.c113 !isbfunc(t)) { in execute()
300 bifunc = isbfunc(t); in execute()
H A Dsh.decls.h181 extern const struct biltins *isbfunc (struct command *);
H A Dsh.func.c71 isbfunc(struct command *t) in isbfunc() function