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