• Home
  • Raw
  • Download

Lines Matching refs:is

123 /* The "const" storage-class-modifier is valid. */
151 * integer for use as an array index. If the signed char is negative,
172 * to BEGIN to return to the state. The YYSTATE alias is for lex
267 /* Whether this is an "interactive" input source; if so, and
331 /* Same as previous macro, but useful when we know that the buffer stack is not
341 /* yy_hold_char holds the character lost when yytext is formed. */
351 /* Flag which is used to allow yywrap()'s to do buffer switches
452 /* This struct is not used in this scanner,
453 but its presence is necessary. */
626 /* The intent behind this definition is that it'll catch
643 This program is free software; you can redistribute it and/or modify it
648 This program is distributed in the hope that it will be useful, but
681 /* Special case for "unistd.h", since it is non-ANSI. We include it way
803 * is returned in "result".
841 /* No semi-colon after return; correct usage is to write "yyterminate();" -
962 while ( 1 ) /* loops until end-of-file is reached */
1012 do_action: /* This label is used only to access EOF actions. */
1138 * globals. Here is the right place to do so, because
1139 * this is the first action (other than possibly a
1283 { /* Don't try to fill the buffer, so this is an EOF. */
1659 * is looked at is after yywrap() is called, so it's safe
1746 * This function is sometimes called more than once on the same buffer,
1763 /* If b is the current buffer, then yy_init_buffer was _probably_
1831 /* This block is copied from yy_switch_to_buffer. */
1891 /* First allocation is just for 2 elements, since we don't know if this
2149 /* Initialization is the same as for the non-reentrant scanner.
2150 * This function is called from yylex_destroy(), so don't allocate here.
2177 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2192 /* Reset the globals. This is important in a non-reentrant scanner so the next time
2193 * yylex() is called, initialization will occur. */
2577 This program is free software; you can redistribute it and/or modify
2582 This program is distributed in the hope that it will be useful,