Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.sem.c109 !isbfunc(t)) { in execute()
296 bifunc = isbfunc(t); in execute()
H A Dsh.decls.h180 extern const struct biltins *isbfunc (struct command *);
H A Dsh.func.c67 isbfunc(struct command *t) in isbfunc() function