Searched refs:ifx (Results 1 – 7 of 7) sorted by relevance
111 ifile[ifx] = m4open(&argv, "r", &argc); in main()121 if (ifx > 0) { in main()122 (void) fclose(ifile[ifx]); in main()123 ipflr = ipstk[--ifx]; in main()148 if (ifile[ifx] != stdin) in main()149 (void) fclose(ifile[ifx]); in main()152 ifile[ifx] = m4open(&argv, "r", &argc); in main()154 ifile[ifx] = stdin; in main()598 if (fname[ifx]) in setfname()599 free(fname[ifx]); in setfname()[all …]
296 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()
70 int ifx; /* stack index */ variable
139 extern int ifx;
58 int ifx; variable655 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;
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi110 \ifx\inputlineno\thisisundefined117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi120 \ifx\putwordin\undefined \gdef\putwordin{in}\fi121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi123 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi[all …]
488 int ifx; in vold_action() local515 for (ifx = 0; ifx < _NFILE; ifx++) in vold_action()516 (void) close(ifx); in vold_action()