Lines Matching refs:pri
39 static long pri;
110 pri = strtol(line, &p, 10);
113 if (pri < PRI_MIN || pri > PRI_MAX)
116 pri_tbl.deflt = pri;
131 opri = pri;
137 if (pri == -1) break;
151 add_user (&pri_tbl, user, pri);
155 while (pri != -1);
189 pointer, and the variable pri are modified as a side effect.
193 variable pri (static to this file), is set to that priority.
216 pri = temp;
233 pri = -1;