Searched refs:had_cont (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c83 enum {NO_CONTINUE, WILL_CONTINUE, BAD_CONTINUE} is_cont, had_cont; local
125 had_cont = is_cont;
176 if (had_cont == BAD_CONTINUE) {
187 if ((had_cont != WILL_CONTINUE) && (is_type != ENTRY_LINE)) {
224 switch (had_cont) {

Completed in 71 milliseconds