Searched refs:ORDINARY (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | ldterm.c | 76 #define ORDINARY 0 macro 111 /* 040 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 112 /* 044 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 113 /* 050 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 114 /* 054 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 115 /* 060 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 116 /* 064 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 117 /* 070 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 118 /* 074 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, 119 /* 100 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY, [all …]
|
/titanic_50/usr/src/cmd/mail/ |
H A D | sendlist.c | 125 copylet(letnum, fp, ORDINARY); in sendlist() 187 rc = copylet(letnum, malf, ORDINARY); in send_mbox()
|
H A D | gendeliv.c | 111 dumprcv(ORDINARY, -1,&didrcvlines,&suppress,outfile); 112 dumpaff(ORDINARY, -1,&didafflines,&suppress,outfile);
|
H A D | printmail.c | 47 int ttyf = isatty(1) ? TTY : ORDINARY; in printmail() 367 's'? ORDINARY: ZAP) == FALSE) { in printmail()
|
H A D | copyback.c | 132 if (copylet(i, malf, ORDINARY) == FALSE) { in copyback()
|
H A D | copylet.c | 171 case ORDINARY: in xxxcopylet()
|
H A D | mail.h | 176 #define ORDINARY 2 macro
|