Home
last modified time | relevance | path

Searched refs:REGULAR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c171 #undef REGULAR
172 #define REGULAR (1L<<0) macro
732 if ((proto->options & REGULAR) && n < proto->iz) in lex()
2238 if (m) proto->options |= REGULAR; in pppopen()
2519 …else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < pro… in pppread()
2541 … else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & REGULAR) && n < proto->iz) in pppread()