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

/ast/src/lib/libpp/
H A Dppproto.c137 #undef MORE macro
138 #define MORE (1L<<16) macro
171 #define GLOBAL (MORE)
703 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE))
734 proto->flags &= ~MORE;
744 proto->flags &= ~MORE;
2151 if (proto->flags & MORE) close(proto->fd);
2231 proto->flags |= MORE;
2256 if (!(proto->flags & MORE))
2393 if (proto->flags & MORE)
[all...]

Completed in 15 milliseconds