Lines Matching +full:50 +full:a

6 /* A lexical scanner generated by flex */
133 /* Promotes a possibly negative, possibly signed char to an unsigned
140 /* Enter a start condition. This macro really ought to take a parameter,
146 /* Translate the current start state into a value that can be later handed
153 /* Action number for EOF rule of a given start state. */
156 /* Special action meaning "start processing a new file". */
246 /* Whether we're considered to be at the beginning of a line.
267 * still have a bunch of tokens to match, though, because of
272 * just pointing zconfin at a new input file.
285 * future we want to put the buffer states in a more general
310 * instead of setting up a fresh zconfin. A bit of a hack ...
489 11, 50, -21, -21, 50, 50, 50, 50, 50, 50,
490 50, 50, 50, 50, 50, 50, 50, 50
634 11, 50, -49, -49, 50, 50, 50, 50, 50, 50,
635 50, 50, 50, 50, 50, 50, 50, 50
640 11, -50, -50, -50, -50, -50, -50, -50, -50, -50,
641 -50, -50, -50, -50, -50, -50, -50, -50
873 * The user has a chance to override it with an option.
996 /* Report a fatal error. */
1003 /* Default declaration of generated scanner - a define so the user can
1400 /* We're scanning a new file or input source. It's
1402 * just pointed zconfin at a new source and called
1406 * this is the first action (other than possibly a
1422 { /* This was really a NUL. */
1518 /* yy_get_next_buffer - try to read in a new buffer
1520 * Returns a code representing an action:
1540 /* We matched a single character, the EOB, so
1541 * treat this as a final EOF.
1577 /* just a shorter name for the current buffer */
1641 /* Extend the array by 50%, plus the number we really need. */
1674 /* yy_try_NUL_trans - try to make a transition on the NUL character
1741 * If this occurs *before* the EOB characters, then it's a
1745 /* This was really a NUL. */
1757 * sees that we've accumulated a
1800 /** Immediately switch to a different input stream.
1801 * @param input_file A readable stream.
1818 /** Switch to a different input buffer.
1862 * @param file A readable stream.
1892 * @param b a buffer created with zconf_create_buffer()
1910 /* Initializes or reinitializes a buffer.
1912 * such as during a zconfrestart() or at EOF.
1950 * a transition to the end-of-buffer state. The second causes
1951 * a jam in that state.
2027 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2046 /* Increase the buffer to prepare for a possible push. */
2063 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2098 /** Setup the input buffer state to scan a string. The next call to zconflex() will
2099 * scan from a @e copy of @a str.
2100 * @param yystr a NUL-terminated string to scan
2113 * scan from a @e copy of @a bytes.
2115 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2232 * @param in_str A readable stream.
2299 /* Reset the globals. This is important in a non-reentrant scanner so the next time