Searched defs:fmstk (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c120 Fmt_t *fm, *fmstk; /* stack contexts */ local
198 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;
H A Dsfvscanf.c319 Fmt_t *fm, *fmstk; local
365 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;

Completed in 61 milliseconds