Searched refs:nfo (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | send.c | 597 register FILE *nfo, *nfi; in infix() local 604 (nfo = fdopen(fd, "w")) == NULL) { in infix() 610 fclose(nfo); in infix() 618 fprintf(nfo, "From: %s", returnaddr); in infix() 620 fprintf(nfo, "From: %s@%s", myname, host); in infix() 622 fprintf(nfo, " (%s)", postmark); in infix() 623 putc('\n', nfo); in infix() 625 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix() 626 textpos = ftell(nfo); in infix() 628 putc(c, nfo); in infix() [all …]
|
/titanic_41/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; \
|
/titanic_41/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; \
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n1.c | 396 nfo = 0; in init2() 1043 if (nfo==0) { in getch0() 1194 if ((nfo -= mflg) && !stdi) in nextfile() 1196 nfo++; in nextfile() 1210 nfo -= mflg; in nextfile() 1214 nfo++; in nextfile()
|
H A D | nii.c | 96 int nfo; variable
|
H A D | ext.h | 119 extern int nfo;
|
H A D | n2.c | 268 if (!nfo)
|