Lines Matching refs:we
17 /* First, we deal with platform-specific or compiler-specific issues. */
117 * we want to instead treat it as an 8-bit unsigned char, hence the
123 * but we do it the disgusting crufty way forced on us by the ()-less
216 /* Whether we "own" the buffer - i.e., we know we created it,
223 * if we're using stdio for input, then we want to use getc()
224 * instead of fread(), to make sure we stop fetching input after
229 /* Whether we're considered to be at the beginning of a line.
238 /* Whether to try to fill the input buffer when we reach the
248 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
253 * When we actually see the EOF, we change the status to "new"
268 * future we want to put the buffer states in a more general
277 /* Same as previous macro, but useful when we know that the buffer stack is not
278 * NULL or when we need an lvalue. For internal use only.
289 static int yy_init = 0; /* whether we need to initialize */
643 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
674 * down here because we want the user's section 1 to have been scanned first.
758 * we now use fwrite().
800 * we don't want an extra ';' after the "return" because that will cause
1254 * yylex(). If so, then we have to assure
1265 /* Note that here we test for yy_c_buf_p "<=" to the position
1280 /* Okay, we're now positioned to make the NUL
1284 * with the possibility of jamming (and we don't
1317 /* Note: because we've taken care in
1319 * yytext, we can now set up
1322 * call the scanner after we return the
1450 /* Can't grow it, we don't own it. */
1494 /* Extend the array by 50%, plus the number we really need. */
1582 /* yy_c_buf_p now points to the character we want to return.
1584 * valid NUL; if not, then we've hit the end of the buffer.
1599 * sees that we've accumulated a
1600 * token and flags that we need to
1689 /* We don't actually know whether we did this switch during
1722 * we need to put in 2 end-of-buffer characters.
1745 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1770 * In that case, we don't want to reset the lineno or column.
1870 /* First allocation is just for 2 elements, since we don't know if this
1985 /* It's okay to grow etc. this buffer, and we should throw it
1986 * away when we're done.
2122 /* For future reference: Set errno on error, since we are called by