Lines Matching defs:last
32 * Obsoleted and removed all the lowlevel stuff implemented in the last
244 unsigned int last = lp_table[minor].last_error;
248 last = 0;
250 if (last != LP_POUTPA) {
251 last = LP_POUTPA;
256 if (last != LP_PSELECD) {
257 last = LP_PSELECD;
262 if (last != LP_PERRORP) {
263 last = LP_PERRORP;
268 last = 0; /* Come here if LP_CAREFUL is set and no
272 lp_table[minor].last_error = last;
274 if (last != 0)