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

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c2282 int maxnum, curargno, flags; local
2294 curargno = 0;
2299 curargno = ATOI(fmt) - 1;
2300 if (curargno < 0)
2401 if (curargno >= 0 && curargno < MAXARGS) {
2402 typelst[curargno] = curtype;
2403 if (maxnum < curargno)
2404 maxnum = curargno;
2406 curargno
2480 int i, curargno, flags; local
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A Ddoscan.c910 int maxnum, curargno; local
914 curargno = 0;
922 curargno = ATOI(fmt) - 1;
926 if (maxnum < curargno)
927 maxnum = curargno;
928 curargno++; /* default to next in list */

Completed in 34 milliseconds