Searched defs:REGULAR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c165 #undef REGULAR macro
166 #define REGULAR (1L<<0) macro
702 if ((proto->options & REGULAR) && n < proto->iz)
2190 if (m) proto->options |= REGULAR;
2461 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2483 else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & REGULAR) && n < proto->iz)

Completed in 82 milliseconds