Lines Matching +full:50 +full:a
4 /* A lexical scanner generated by flex */
106 /* Promotes a possibly negative, possibly signed char to an
111 /* Enter a start condition. This macro really ought to take a parameter,
116 /* Translate the current start state into a value that can be later handed
122 /* Action number for EOF rule of a given start state. */
124 /* Special action meaning "start processing a new file". */
164 * access to the local variable yy_act. Since yyless() is a macro, it would break
166 * One obvious solution it to make yy_act a global. I tried that, and saw
167 * a 5% performance hit in a non-yylineno scanner, because yy_act is
168 * normally declared as a register variable-- so it is not worth it.
232 /* Whether we're considered to be at the beginning of a line.
253 * still have a bunch of tokens to match, though, because of
258 * just pointing yyin at a new input file.
271 * future we want to put the buffer states in a more general
295 * instead of setting up a fresh yyin. A bit of a hack ...
472 11, 50, -21, -21, 50, 50, 50, 50, 50, 50,
473 50, 50, 50, 50, 50, 50, 50, 50
617 11, 50, -49, -49, 50, 50, 50, 50, 50, 50,
618 50, 50, 50, 50, 50, 50, 50, 50
623 11, -50, -50, -50, -50, -50, -50, -50, -50, -50,
624 -50, -50, -50, -50, -50, -50, -50, -50
861 * The user has a chance to override it with an option.
987 /* Report a fatal error. */
994 /* Default declaration of generated scanner - a define so the user can
1403 /* We're scanning a new file or input source. It's
1405 * just pointed yyin at a new source and called
1409 * this is the first action (other than possibly a
1425 { /* This was really a NUL. */
1522 /* yy_get_next_buffer - try to read in a new buffer
1524 * Returns a code representing an action:
1544 /* We matched a single character, the EOB, so
1545 * treat this as a final EOF.
1581 /* just a shorter name for the current buffer */
1646 /* Extend the array by 50%, plus the number we really need. */
1682 /* yy_try_NUL_trans - try to make a transition on the NUL character
1757 * If this occurs *before* the EOB characters, then it's a
1761 /* This was really a NUL. */
1773 * sees that we've accumulated a
1821 /** Immediately switch to a different input stream.
1822 * @param input_file A readable stream.
1839 /** Switch to a different input buffer.
1883 * @param file A readable stream.
1913 * @param b a buffer created with yy_create_buffer()
1931 /* Initializes or reinitializes a buffer.
1933 * such as during a yyrestart() or at EOF.
1971 * a transition to the end-of-buffer state. The second causes
1972 * a jam in that state.
2048 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2067 /* Increase the buffer to prepare for a possible push. */
2084 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2119 /** Setup the input buffer state to scan a string. The next call to yylex() will
2120 * scan from a @e copy of @a str.
2121 * @param yystr a NUL-terminated string to scan
2134 * scan from a @e copy of @a bytes.
2136 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2253 * @param _in_str A readable stream.
2323 /* Reset the globals. This is important in a non-reentrant scanner so the next time