Searched defs:batchcount (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c162 {"-batchcount", NULL, XrmoptionSepArg, (caddr_t) NULL},
167 #define MODESPECIFIER1 ".batchcount"
206 {"-batchcount num", "number of things per batch"},
234 int batchcount; variable
284 {&batchcount, "batchcount", "BatchCount", DEF_BC, t_Int},
370 "batchcount", LockProcs[i].def_batchcount);
890 if (batchcount < 1)
891 Syntax("-batchcount argument must be positive.");

Completed in 759 milliseconds