Searched refs:nchrs (Results 1 – 3 of 3) sorted by relevance
112 int nchrs, j; in scan_out() local119 for (nchrs = 0; *sp != dlm && *sp != '\0'; ) { in scan_out()132 if (nchrs++ >= PW/(WIDTH+1)-1) in scan_out()
124 static char const nchrs[] = "0123456789 \t,/-."; in parse_datesub() local132 while (*str && strchr(nchrs + 10, *str) != NULL) in parse_datesub()141 while (*str && strchr(nchrs + 10, *str) != NULL) in parse_datesub()
1362 int nchrs, j; in scan_out() local1369 for (nchrs = 0; ; ) { in scan_out()1377 nchrs++ >= pp->page_width/(WIDTH+1)-1) in scan_out()