Searched refs:USER (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/at/
H A Dat.c152 #define USER (1<<13) macro
238 op |= USER;
279 switch (op & (ACCESS|INFO|LIST|LOG|QUIT|REMOVE|STATUS|TRACE|UPDATE|USER|VERSION))
309 case USER:
/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh110 u) var+=$USER;;
/ast/src/cmd/tw/
H A Dfind.c129 NAME, USER, GROUP, INUM, SIZE, LINKS, PERM, EXEC, OK, CPIO, NCPIO, enumerator in enum:Command
490 "user|uid", USER, Str|Stat,0, "id", 0,
1080 case USER:
1510 case USER:
/ast/src/cmd/coshell/
H A Dservice.h38 int fd; /* con USER fd */ \
132 #define USER 14 macro
H A Dcommand.c470 case USER:
686 sfprintf(state.string, "CON JOBS TOTAL USER SYS IDLE CPU LOAD RATING BIAS TYPE HOST\n");
759 sfprintf(state.string, "SHELLS USERS JOBS CMDS UP REAL USER SYS CPU LOAD RATING\n");
778 if (con[n].type == USER) u++;
792 if (con[n].type == USER)
H A Djob.c45 case USER:
H A Dmain.c586 state.con[fd].type = USER;
653 case USER:
/ast/src/cmd/std/
H A Dshar.sh121 user=${USER:-${LOGNAME:-$(whoami 2>/dev/null || who am i | sed $'s/[ \t].*//')}}@$(hostname)

Completed in 24 milliseconds