Lines Matching refs:be
98 /* C99 requires __STDC__ to be defined as 1. */
128 /* Translate the current start state into a value that can be later handed
156 /* The state buf must be large enough to hold one state per character in the main buffer.
228 /* Whether we're considered to be at the beginning of a line.
229 * If so, '^' rules will be active on the next match, otherwise
563 * This program is distributed in the hope that it will be useful,
657 /* Macros after this point can all be overridden by user definitions in
699 /* This used to be an fputs(), but since the string might contain NUL's,
1470 /* TODO. We should be able to replace this entire function body
1522 /* yy_ch_buf has to be 2 characters longer than the size given because
1583 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1584 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.