Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dmsg.c216 { "login", SYSLOGIN },
217 { "newgrp", SYSLOGIN },
H A Dbltin.c148 case SYSLOGIN: in builtin()
H A Ddefs.h83 #define SYSLOGIN 4 macro
/titanic_41/usr/src/lib/libshell/common/include/
H A Dbuiltins.h29 #define SYSLOGIN (sh.bltin_cmds) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c951 if(np==SYSLOGIN) in sh_exec()