Lines Matching refs:number
196 /* Action number for EOF rule of a given start state. */
274 /* Number of characters read into yy_ch_buf, not including EOB
361 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
367 static int yy_start = 0; /* start state number */
1188 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
1235 /* Number of entries by which start-condition stack grows. */
1409 /* %% [10.0] code to find the action number goes here */
2137 complain_at (*loc, _("invalid number after \\-escape: %s"),
2150 complain_at (*loc, _("invalid number after \\-escape: %s"),
2203 complain_at (*loc, _("invalid number after \\-escape: %s"),
2705 /* Extend the array by 50%, plus the number we really need. */
3250 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
3322 /** Get the current line number.
3367 /** Set the current line number.
3524 number of bytes read. Remove '\r' from input, treating \r\n
3572 | Scan NUMBER for a base-BASE integer at location LOC. |
3576 scan_integer (char const *number, int base, location loc)
3579 unsigned long int num = strtoul (number, NULL, base);
3583 complain_at (loc, _("integer out of range: %s"), quote (number));
3659 warn_at (loc, _("line number overflow"));