HomeSort by: relevance | last modified time | path
    Searched defs:nchrs (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/banner/
banner.c 131 int nchrs, j; local in function:scan_out
140 for (nchrs = 0; *sp != dlm && *sp != '\0'; ) {
154 if (nchrs++ >= PW/(WIDTH+1)-1)
banner.c 131 int nchrs, j; local in function:scan_out
140 for (nchrs = 0; *sp != dlm && *sp != '\0'; ) {
154 if (nchrs++ >= PW/(WIDTH+1)-1)
banner.c 131 int nchrs, j; local in function:scan_out
140 for (nchrs = 0; *sp != dlm && *sp != '\0'; ) {
154 if (nchrs++ >= PW/(WIDTH+1)-1)
  /src/usr.sbin/lpr/lpd/
printjob.c 1069 int nchrs, j; local in function:scan_out
1077 for (nchrs = 0; ; ) {
1086 nchrs++ >= PW/(WIDTH+1)-1)
printjob.c 1069 int nchrs, j; local in function:scan_out
1077 for (nchrs = 0; ; ) {
1086 nchrs++ >= PW/(WIDTH+1)-1)
printjob.c 1069 int nchrs, j; local in function:scan_out
1077 for (nchrs = 0; ; ) {
1086 nchrs++ >= PW/(WIDTH+1)-1)

Completed in 37 milliseconds