Searched refs:inskip (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/pr/ |
H A D | extern.h | 50 int inskip(FILE *, int, int);
|
H A D | pr.c | 221 if (inskip(inf, pgnm, lines)) in onecol() 422 if (inskip(inf, pgnm, lines)) in vertcol() 688 if (inskip(inf, pgnm, lines)) in horzcol() 845 if (pgnm && (inskip(fbuf[j], pgnm, lines))) in mulfile() 1255 inskip(FILE *inf, int pgcnt, int lncnt) in inskip() function
|
/freebsd/usr.sbin/ppp/ |
H A D | iface.c | 454 int af, inskip, in6skip, s4 = -1, s6 = -1, *s; in iface_Clear() local 458 inskip = in6skip = how == IFACE_CLEAR_ALL ? 0 : 1; in iface_Clear() 467 if (inskip) { in iface_Clear() 468 inskip = 0; in iface_Clear()
|