Searched refs:nfo (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | send.c | 598 register FILE *nfo, *nfi; in infix() local 605 (nfo = fdopen(fd, "w")) == NULL) { in infix() 611 fclose(nfo); in infix() 619 fprintf(nfo, "From: %s", returnaddr); in infix() 621 fprintf(nfo, "From: %s@%s", myname, host); in infix() 623 fprintf(nfo, " (%s)", postmark); in infix() 624 putc('\n', nfo); in infix() 626 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix() 627 textpos = ftell(nfo); in infix() 629 putc(c, nfo); in infix() [all …]
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | pte.h | 47 unsigned int nfo:1; /* <62> non-fault only */ member 76 #define tte_nfo tte_bit.nfo 225 (ttep)->tte_bit.nfo = 1; \
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | pte.h | 51 uint32_t nfo:1; /* 1=no-fault access only */ member 88 #define tte_nfo tte_bit.nfo 268 (ttep)->tte_bit.nfo = 1; \
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n1.c | 395 nfo = 0; in init2() 1042 if (nfo==0) { in getch0() 1193 if ((nfo -= mflg) && !stdi) in nextfile() 1195 nfo++; in nextfile() 1209 nfo -= mflg; in nextfile() 1213 nfo++; in nextfile()
|
H A D | nii.c | 93 int nfo; variable
|
H A D | ext.h | 117 extern int nfo;
|
H A D | n2.c | 266 if (!nfo)
|