Lines Matching refs:we
35 /* First, we deal with platform-specific or compiler-specific issues. */
134 * we want to instead treat it as an 8-bit unsigned char, hence the
140 * but we do it the disgusting crufty way forced on us by the ()-less
224 /* Whether we "own" the buffer - i.e., we know we created it,
231 * if we're using stdio for input, then we want to use getc()
232 * instead of fread(), to make sure we stop fetching input after
237 /* Whether we're considered to be at the beginning of a line.
246 /* Whether to try to fill the input buffer when we reach the
256 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
261 * When we actually see the EOF, we change the status to "new"
276 * future we want to put the buffer states in a more general
285 /* Same as previous macro, but useful when we know that the buffer stack is not
286 * NULL or when we need an lvalue. For internal use only.
297 static int yy_init = 0; /* whether we need to initialize */
840 * down here because we want the user's section 1 to have been scanned first.
921 * we now use fwrite().
947 * we don't want an extra ';' after the "return" because that will cause
1350 * zconflex(). If so, then we have to assure
1361 /* Note that here we test for yy_c_buf_p "<=" to the position
1376 /* Okay, we're now positioned to make the NUL
1380 * with the possibility of jamming (and we don't
1412 /* Note: because we've taken care in
1414 * zconftext, we can now set up
1417 * call the scanner after we return the
1544 /* Can't grow it, we don't own it. */
1588 /* Extend the array by 50%, plus the number we really need. */
1687 /* yy_c_buf_p now points to the character we want to return.
1689 * valid NUL; if not, then we've hit the end of the buffer.
1704 * sees that we've accumulated a
1705 * token and flags that we need to
1792 /* We don't actually know whether we did this switch during
1825 * we need to put in 2 end-of-buffer characters.
1848 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1873 * In that case, we don't want to reset the lineno or column.
1973 /* First allocation is just for 2 elements, since we don't know if this
2088 /* It's okay to grow etc. this buffer, and we should throw it
2089 * away when we're done.
2225 /* For future reference: Set errno on error, since we are called by