Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h468 extern struct biltins *isbfunc(struct command *);
H A Dsh.sem.c144 bifunc = t->t_dtyp == TCOM ? isbfunc(t) : (struct biltins *) 0;
H A Dsh.func.c87 isbfunc(struct command *t) in isbfunc() function