Lines Matching refs:be
116 /* C99 requires __STDC__ to be defined as 1. */
146 /* Translate the current start state into a value that can be later handed
174 /* The state buf must be large enough to hold one state per character in the main buffer.
246 /* Whether we're considered to be at the beginning of a line.
247 * If so, '^' rules will be active on the next match, otherwise
891 /* Macros after this point can all be overridden by user definitions in
935 /* This used to be an fputs(), but since the string might contain NUL's,
1787 /* TODO. We should be able to replace this entire function body
1839 /* yy_ch_buf has to be 2 characters longer than the size given because
1900 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1901 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.