Home
last modified time | relevance | path

Searched refs:SYSCD (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c200 { "cd", SYSCD },
201 { "chdir", SYSCD },
H A Ddefs.h79 #define SYSCD 2 macro
H A Dbltin.c175 case SYSCD: in builtin()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dbuiltins.h34 #define SYSCD (shgd->bltin_cmds+6) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1085 if(!np || !is_abuiltin(np) || *np->nvname=='/' || np==SYSCD) in sh_exec()