Searched refs:biltins (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.func.c | 75 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 D | sh.h | 158 extern struct biltins { struct 491 extern struct biltins *isbfunc(struct command *);
|
H A D | sh.sem.c | 58 struct biltins *bifunc; 146 bifunc = t->t_dtyp == TCOM ? isbfunc(t) : (struct biltins *) 0;
|
H A D | sh.init.c | 90 struct biltins bfunc[] = {
|