Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.h491 extern struct biltins *isbfunc(struct command *);
H A Dsh.sem.c146 bifunc = t->t_dtyp == TCOM ? isbfunc(t) : (struct biltins *) 0;
H A Dsh.func.c76 isbfunc(struct command *t) in isbfunc() function