Lines Matching refs:stow
87 int nmatch = 0, len, inchar, stow, size;
128 stow = 0;
132 stow = 1;
167 if ((size = string(stow,ch,len,tab,iop,&va_alist)) < 0)
171 if (stow == 0)
181 if ((size = number(stow, ch, len, size, iop, &va_alist)) < 0)
186 nmatch += stow;
202 number(int stow, int type, int len, int size, FILE *iop, va_list *listp)
255 if (stow && (form != invalid_form)) {
362 if (stow)
367 if (stow)
384 if (stow)
393 if (stow && digitseen)
414 string(int stow, int type, int len, char *tab, FILE *iop, va_list *listp)
420 start = ptr = stow ? va_arg(*listp, char *) : NULL;
434 if (stow)
446 if (stow)
455 if (stow)
471 if (stow && type != 'c')