Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 25 of 38) sorted by relevance

12

/original-bsd/bin/ps/
H A Dkeyword.c40 {{"utime"}, "UTIME", USER, utime, 4},
41 {{"stime"}, "STIME", USER, stime, 4},
42 {{"ixrss"}, "IXRSS", USER, ixrss, 4},
43 {{"idrss"}, "IDRSS", USER, idrss, 4},
44 {{"isrss"}, "ISRSS", USER, isrss, 4},
81 {"lstart", "STARTED", NULL, LJUST|USER, lstarted, 28},
98 {"pagein", "PAGEIN", NULL, USER, pagein, 6},
123 {"start", "STARTED", NULL, LJUST|USER, started, 8},
131 {"time", "TIME", NULL, USER, cputime, 9},
184 {"pagein", "PAGEIN", NULL, USER, pagein, 6},
[all …]
H A Dps.h43 #define USER 0x04 /* needs user structure */ macro
/original-bsd/sys/vax/vax/
H A Dtrap.c27 #define USER 040 /* user-mode flag added to type */ macro
68 type |= USER;
79 type &= ~USER;
84 case T_PROTFLT+USER: /* protection fault */
91 ucode = type &~ USER;
95 case T_ASTFLT+USER:
103 case T_ARITHTRAP+USER:
111 case T_SEGFLT+USER:
118 case T_TABLEFLT+USER: /* page table fault */
122 case T_PAGEFLT+USER: /* page fault */
[all …]
H A Dkdb_machdep.c132 #define USER 040 macro
166 type &= ~USER;
/original-bsd/sys/tahoe/tahoe/
H A Dtrap.c27 #define USER 040 /* user-mode flag added to type */ macro
73 type |= USER;
84 type &= ~USER;
91 case T_PROTFLT + USER: /* protection fault */
99 ucode = type &~ USER;
112 case T_ARITHTRAP + USER:
120 case T_SEGFLT + USER:
131 case T_PAGEFLT + USER: /* page fault */
138 case T_TRCTRAP + USER: /* trace trap */
159 case T_KSPNOTVAL + USER:
[all …]
H A Dkdb_machdep.c126 #define USER 040 macro
166 type &= ~USER;
/original-bsd/games/gomoku/
H A Dmain.c31 #define USER 0 /* get input from standard input */ macro
163 input[color] = USER;
168 input[BLACK] = USER;
169 input[WHITE] = USER;
179 plyr[BLACK] = input[BLACK] == USER ? "you" : prog;
180 plyr[WHITE] = input[WHITE] == USER ? "you" : prog;
193 input[color] = USER;
198 input[BLACK] = USER;
199 input[WHITE] = USER;
207 plyr[BLACK] = input[BLACK] == USER ? "you" : prog;
[all …]
/original-bsd/local/sccscmds/sccscmds.2/hdr/
H A Ddefines.h91 # define USER 040 macro
95 # define INCLUSER (USER | INCL)
96 # define EXCLUSER (USER | EXCL)
97 # define IGNRUSER (USER | IGNR)
/original-bsd/local/sccscmds/sccscmds.ok/hdr/
H A Ddefines.h91 # define USER 040 macro
95 # define INCLUSER (USER | INCL)
96 # define EXCLUSER (USER | EXCL)
97 # define IGNRUSER (USER | IGNR)
/original-bsd/sys/luna68k/stand/
H A Dtrap.c18 #define USER 040 /* user-mode flag added to type */ macro
54 type &= ~USER;
/original-bsd/games/fish/
H A Dfish.c33 #define USER 1 macro
73 printplayer(USER);
79 if (gofish(move, USER, userhand))
82 goodmove(USER, move, userhand, comphand);
216 if (player == USER || hand[card] == CARDS) {
304 case USER:
/original-bsd/local/tac/
H A Dtmail.sh8 0) file=/var/mail/$USER
/original-bsd/sys/conf/
H A Dnewvers.sh16 v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
/original-bsd/usr.bin/learn/learn/
H A Dlrnref.h27 #define USER 17 macro
H A Dmem.c40 {"#user", USER},
/original-bsd/usr.sbin/amd/config/
H A Dnewvers.sh22 u=${USER-${LOGNAME-root}}
/original-bsd/usr.bin/yacc/test/
H A Dftp.tab.h18 #define USER 274 macro
H A Dftp.output7 4 cmd : USER SP username CRLF
107 USER shift 3
152 cmd : USER . SP username CRLF (4)
433 cmd : USER SP . username CRLF (4)
702 cmd : USER SP username . CRLF (4)
1066 cmd : USER SP username CRLF . (4)
H A Dftp.y81 USER PASS ACCT REIN QUIT PORT
105 cmd: USER SP username CRLF
680 { "USER", USER, STR1, 1, "<sp> username" },
/original-bsd/share/skel/
H A Ddot.cshrc21 set mail = (/var/mail/$USER)
/original-bsd/local/sccscmds/sccscmds.2/com/
H A Drdmod.c45 addq(pkt,ser,iord == INS ? YES : NO,iord,ap->a_reason & USER);
47 addq(pkt,ser,iord == INS ? NO : NULL,iord,ap->a_reason & USER);
/original-bsd/local/sccscmds/sccscmds.ok/com/
H A Drdmod.c45 addq(pkt,ser,iord == INS ? YES : NO,iord,ap->a_reason & USER);
47 addq(pkt,ser,iord == INS ? NO : NULL,iord,ap->a_reason & USER);
/original-bsd/usr.bin/uucp/
H A Dpk.p49 #ifdef USER
/original-bsd/libexec/ftpd/
H A Dftpcmd.y81 USER PASS ACCT REIN QUIT PORT
115 : USER SP username CRLF
719 { "USER", USER, STR1, 1, "<sp> username" },
/original-bsd/local/sccscmds/sccscmds.2/cmd/
H A Dval.c509 addq(pkt,ser,iord == INS ? YES : NO,iord,ap->a_reason & USER);
511 addq(pkt,ser,iord == INS ? NO : NULL,iord,ap->a_reason & USER);

12