Lines Matching refs:we

35 /* First, we deal with  platform-specific or compiler-specific issues. */
135 * we want to instead treat it as an 8-bit unsigned char, hence the
141 * but we do it the disgusting crufty way forced on us by the ()-less
233 /* Whether we "own" the buffer - i.e., we know we created it,
240 * if we're using stdio for input, then we want to use getc()
241 * instead of fread(), to make sure we stop fetching input after
246 /* Whether we're considered to be at the beginning of a line.
255 /* Whether to try to fill the input buffer when we reach the
265 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
270 * When we actually see the EOF, we change the status to "new"
285 * future we want to put the buffer states in a more general
294 /* Same as previous macro, but useful when we know that the buffer stack is not
295 * NULL or when we need an lvalue. For internal use only.
306 static int yy_init = 0; /* whether we need to initialize */
872 * down here because we want the user's section 1 to have been scanned first.
958 * we now use fwrite().
984 * we don't want an extra ';' after the "return" because that will cause
1403 * zconflex(). If so, then we have to assure
1414 /* Note that here we test for yy_c_buf_p "<=" to the position
1429 /* Okay, we're now positioned to make the NUL
1433 * with the possibility of jamming (and we don't
1465 /* Note: because we've taken care in
1467 * zconftext, we can now set up
1470 * call the scanner after we return the
1597 /* Can't grow it, we don't own it. */
1641 /* Extend the array by 50%, plus the number we really need. */
1740 /* yy_c_buf_p now points to the character we want to return.
1742 * valid NUL; if not, then we've hit the end of the buffer.
1757 * sees that we've accumulated a
1758 * token and flags that we need to
1845 /* We don't actually know whether we did this switch during
1878 * we need to put in 2 end-of-buffer characters.
1901 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1926 * In that case, we don't want to reset the lineno or column.
2026 /* First allocation is just for 2 elements, since we don't know if this
2141 /* It's okay to grow etc. this buffer, and we should throw it
2142 * away when we're done.
2278 /* For future reference: Set errno on error, since we are called by