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

/osnet-11/usr/src/lib/libast/common/sfio/
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;
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;
1353 while((fm = fmstk) ) /* pop the format stack and continue */
1361 fmstk = fm->next;
1379 while((fm = fmstk) )
1382 fmstk = fm->next;

Completed in 28 milliseconds