Lines Matching refs:MORE
129 #undef MORE
130 #define MORE (1L<<16) macro
163 #define GLOBAL (MORE)
673 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE)) in lex()
704 proto->flags &= ~MORE; in lex()
714 proto->flags &= ~MORE; in lex()
2108 if (proto->flags & MORE) close(proto->fd); in pppclose()
2183 proto->flags |= MORE; in pppopen()
2208 if (!(proto->flags & MORE)) in pppopen()
2335 if (proto->flags & MORE) in pppopen()
2460 else if (!(proto->flags & MORE)) n = 0; in pppread()
2463 proto->flags &= ~MORE; in pppread()
2482 if (!(proto->flags & MORE)) n = 0; in pppread()
2486 proto->flags &= ~MORE; in pppread()
2529 if ((proto->flags & (ERROR|MORE)) == ERROR) in pppread()
2551 if (proto->flags & MORE) in pppdrop()
2553 proto->flags &= ~MORE; in pppdrop()