Home
last modified time | relevance | path

Searched refs:ORDINARY (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c112 /* 040 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
113 /* 044 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
114 /* 050 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
115 /* 054 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
116 /* 060 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
117 /* 064 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
118 /* 070 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
119 /* 074 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
120 /* 100 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
121 /* 104 */ ORDINARY, ORDINARY, ORDINARY, ORDINARY,
[all …]
/illumos-gate/usr/src/cmd/mail/
H A Dsendlist.c123 copylet(letnum, fp, ORDINARY); in sendlist()
185 rc = copylet(letnum, malf, ORDINARY); in send_mbox()
H A Dgendeliv.c109 dumprcv(ORDINARY, -1,&didrcvlines,&suppress,outfile);
110 dumpaff(ORDINARY, -1,&didafflines,&suppress,outfile);
H A Dprintmail.c45 int ttyf = isatty(1) ? TTY : ORDINARY; in printmail()
365 's'? ORDINARY: ZAP) == FALSE) { in printmail()
H A Dcopyback.c130 if (copylet(i, malf, ORDINARY) == FALSE) { in copyback()
H A Dcopylet.c169 case ORDINARY: in xxxcopylet()
H A Dmail.h176 #define ORDINARY 2 macro