Searched refs:fmstk (Results 1 – 2 of 2) sorted by relevance
319 Fmt_t *fm, *fmstk; local365 fmstk = NIL(Fmt_t*);720 fmstk->ft = ft = argv.ft;747 fm->next = fmstk;748 fmstk = fm;1059 while((fm = fmstk) ) /* pop the format stack and continue */1067 fmstk = fm->next;1085 while((fm = fmstk) )1088 fmstk = fm->next;
120 Fmt_t *fm, *fmstk; /* stack contexts */ local198 fmstk = NIL(Fmt_t*);637 fmstk->ft = ft = argv.ft;664 fm->next = fmstk;665 fmstk = fm;1349 while((fm = fmstk) ) /* pop the format stack and continue */1357 fmstk = fm->next;1375 while((fm = fmstk) )1378 fmstk = fm->next;