Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c121 if (ifx > 0) { in main()
123 ipflr = ipstk[--ifx]; in main()
148 if (ifile[ifx] != stdin) in main()
154 ifile[ifx] = stdin; in main()
598 if (fname[ifx]) in setfname()
599 free(fname[ifx]); in setfname()
602 fline[ifx] = 1; in setfname()
618 cfile = ifx; in lnsync()
636 for (i = 1; i <= ifx; ++i) in fpath()
964 C = (wchar_t)(myfeof(ifx) ? WEOF : myfgetwc(NULL, ifx)); in getchr()
[all …]
H A Dm4macs.c296 if (ifx >= 9) in incl()
299 if ((ifile[++ifx] = fopen(wstr2str(ap[1], 0), "r")) == NULL) { in incl()
300 --ifx; in incl()
305 ipstk[ifx] = ipflr = ip; in incl()
H A Dm4ext.c70 int ifx; /* stack index */ variable
H A Dm4.h139 extern int ifx;
/illumos-gate/usr/src/cmd/troff/
H A Dn5.c58 int ifx; variable
655 if (--ifx < 0) { in caseel()
656 ifx = 0; in caseel()
668 if (ifx >= NIF) { in caseie()
670 ifx = 0; in caseie()
674 ifx++; in caseie()
690 true = iflist[ifx];
735 iflist[ifx] = !true;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex424 \ifx\temp\empty
526 \ifx#1\empty
821 \ifx#1l%
1308 \ifx\params\E
1365 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1366 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
1367 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
1714 \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else
1865 \ifx\one\xkey\ifx\threex\three \key{#2}%
5685 \ifx#1\relax
[all …]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c488 int ifx; in vold_action() local
515 for (ifx = 0; ifx < _NFILE; ifx++) in vold_action()
516 (void) close(ifx); in vold_action()