Lines Matching refs:we

16 /* First, we deal with  platform-specific or compiler-specific issues. */
115 * we want to instead treat it as an 8-bit unsigned char, hence the
121 * but we do it the disgusting crufty way forced on us by the ()-less
205 /* Whether we "own" the buffer - i.e., we know we created it,
212 * if we're using stdio for input, then we want to use getc()
213 * instead of fread(), to make sure we stop fetching input after
218 /* Whether we're considered to be at the beginning of a line.
227 /* Whether to try to fill the input buffer when we reach the
237 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
242 * When we actually see the EOF, we change the status to "new"
257 * future we want to put the buffer states in a more general
266 /* Same as previous macro, but useful when we know that the buffer stack is not
267 * NULL or when we need an lvalue. For internal use only.
278 static int yy_init = 0; /* whether we need to initialize */
570 and then we categorize those basic tokens in the second stage. */
580 * down here because we want the user's section 1 to have been scanned first.
661 * we now use fwrite().
703 * we don't want an extra ';' after the "return" because that will cause
878 recognized as tokens. We don't actually use them since we don't
879 parse expressions, but we do want whitespace to be arranged
923 * yylex(). If so, then we have to assure
934 /* Note that here we test for yy_c_buf_p "<=" to the position
949 /* Okay, we're now positioned to make the NUL
953 * with the possibility of jamming (and we don't
985 /* Note: because we've taken care in
987 * yytext, we can now set up
990 * call the scanner after we return the
1117 /* Can't grow it, we don't own it. */
1161 /* Extend the array by 50%, plus the number we really need. */
1286 /* yy_c_buf_p now points to the character we want to return.
1288 * valid NUL; if not, then we've hit the end of the buffer.
1303 * sees that we've accumulated a
1304 * token and flags that we need to
1393 /* We don't actually know whether we did this switch during
1426 * we need to put in 2 end-of-buffer characters.
1449 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1478 * In that case, we don't want to reset the lineno or column.
1578 /* First allocation is just for 2 elements, since we don't know if this
1693 /* It's okay to grow etc. this buffer, and we should throw it
1694 * away when we're done.
1830 /* For future reference: Set errno on error, since we are called by
1934 /* The second stage lexer. Here we incorporate knowledge of the state
2194 /* Put back the token we just read so's we can find it again
2210 /* Put back the token we just read so's we can find it again