Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dextern.h134 void func(struct command *, struct biltins *);
135 struct biltins *
H A Dinit.c40 struct biltins bfunc[] =
H A Dfunc.c60 struct biltins *
64 struct biltins *bp, *bp1, *bp2; in isbfunc()
65 static struct biltins label = {"", dozip, 0, 0}; in isbfunc()
66 static struct biltins foregnd = {"%job", dofg1, 0, 0}; in isbfunc()
67 static struct biltins backgnd = {"%job &", dobg1, 0, 0}; in isbfunc()
102 func(struct command *t, struct biltins *bp) in func()
H A Dcsh.h327 extern struct biltins { struct
H A Dsem.c56 struct biltins *bifunc; in execute()
H A Dexec.c618 struct biltins *bptr; in tellmewhat()
/openbsd/usr.sbin/inetd/
H A Dinetd.c235 } biltins[] = { variable
1193 for (bi = biltins; bi->bi_service; bi++) in getconfigent()