Searched refs:NQUEUE (Results 1 – 2 of 2) sorted by relevance
48 #define NQUEUE 26 /* number of queues available */ macro
229 qt[NQUEUE];791 if (jobtype >= NQUEUE) { in read_dirs()1020 if (stat(pname, &buf) || jobtype >= NQUEUE) { in mod_atjob()3054 for (i = 0; i < NQUEUE; i++) { in quedefs()3067 if ((j = qbuf[0]-'a') < 0 || j >= NQUEUE || qbuf[1] != '.') in quedefs()