Searched refs:startnum (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.c92 if (jspec->startnum >= 0) {
93 if (jspec->startnum != jspec->endrange)
95 jspec->startnum, jspec->endrange);
99 jspec->startnum);
223 jsinfo->startnum = jsinfo->endrange = -1;
308 jsinfo->startnum = jsinfo->endrange = jobnum;
317 if (jobnum < jsinfo->startnum)
346 if ((jsinfo->startnum < 0) && (jsinfo->wanteduser == NULL) &&
359 if (jsinfo->startnum >= 0) {
360 if (jsinfo->startnum
[all...]
H A Dmatchjobs.h50 long startnum; member in struct:jobspec
/freebsd-10.1-release/usr.bin/nl/
H A Dnl.c123 static int startnum = 1; variable
216 "invalid startnum value -- %s", optarg);
217 startnum = (int)val;
283 line = startnum;
301 line = startnum;
407 " [-n format] [-s sep] [-v startnum] [-w width] [file]\n");

Completed in 179 milliseconds