Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dbuiltins.h29 #define SYSLOGIN (shgd->bltin_cmds)
30 #define SYSEXEC (shgd->bltin_cmds+1)
31 #define SYSSET (shgd->bltin_cmds+2)
32 #define SYSTRUE (shgd->bltin_cmds+4)
33 #define SYSCOMMAND (shgd->bltin_cmds+5)
34 #define SYSCD (shgd->bltin_cmds+6)
35 #define SYSBREAK (shgd->bltin_cmds+7)
36 #define SYSCONT (shgd->bltin_cmds+8)
38 #define SYSTEST (shgd->bltin_cmds+10)
40 #define SYSLET (shgd->bltin_cmds+12)
[all …]
H A Ddefs.h131 Namval_t *bltin_cmds; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c1618 if(np>= shgd->bltin_cmds && np < &shgd->bltin_cmds[nbltins]) in sh_reinit()
1964 shgd->bltin_cmds = np; in inittree()