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
215 /* Whether we "own" the buffer - i.e., we know we created it,
222 * if we're using stdio for input, then we want to use getc()
223 * instead of fread(), to make sure we stop fetching input after
228 /* Whether we're considered to be at the beginning of a line.
237 /* Whether to try to fill the input buffer when we reach the
247 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
252 * When we actually see the EOF, we change the status to "new"
267 * future we want to put the buffer states in a more general
276 /* Same as previous macro, but useful when we know that the buffer stack is not
277 * NULL or when we need an lvalue. For internal use only.
288 static int yy_init = 0; /* whether we need to initialize */
642 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
673 * down here because we want the user's section 1 to have been scanned first.
757 * we now use fwrite().
799 * we don't want an extra ';' after the "return" because that will cause
1226 * yylex(). If so, then we have to assure
1237 /* Note that here we test for yy_c_buf_p "<=" to the position
1252 /* Okay, we're now positioned to make the NUL
1256 * with the possibility of jamming (and we don't
1289 /* Note: because we've taken care in
1291 * yytext, we can now set up
1294 * call the scanner after we return the
1421 /* Can't grow it, we don't own it. */
1465 /* Extend the array by 50%, plus the number we really need. */
1553 /* yy_c_buf_p now points to the character we want to return.
1555 * valid NUL; if not, then we've hit the end of the buffer.
1570 * sees that we've accumulated a
1571 * token and flags that we need to
1660 /* We don't actually know whether we did this switch during
1693 * we need to put in 2 end-of-buffer characters.
1716 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1741 * In that case, we don't want to reset the lineno or column.
1841 /* First allocation is just for 2 elements, since we don't know if this
1956 /* It's okay to grow etc. this buffer, and we should throw it
1957 * away when we're done.
2093 /* For future reference: Set errno on error, since we are called by