Home
last modified time | relevance | path

Searched refs:biltins (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.func.c75 struct biltins *
79 struct biltins *bp, *bp1, *bp2; in isbfunc()
82 static struct biltins label = { S_, dolabel, 0, 0 }; in isbfunc()
83 static struct biltins foregnd = { S_Pjob, dofg1, 0, 0 }; in isbfunc()
84 static struct biltins backgnd = { S_PjobAND, dobg1, 0, 0 }; in isbfunc()
124 func(struct command *t, struct biltins *bp) in func()
H A Dsh.h158 extern struct biltins { struct
491 extern struct biltins *isbfunc(struct command *);
H A Dsh.sem.c58 struct biltins *bifunc;
146 bifunc = t->t_dtyp == TCOM ? isbfunc(t) : (struct biltins *) 0;
H A Dsh.init.c90 struct biltins bfunc[] = {