Lines Matching refs:char

51 typedef signed char flex_int8_t;
54 typedef unsigned char flex_uint8_t;
103 /* Promotes a possibly negative, possibly signed char to an unsigned
104 * integer for use as an array index. If the signed char is negative,
105 * we want to instead treat it as an 8-bit unsigned char, hence the
108 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
191 char *yy_ch_buf; /* input buffer */
192 char *yy_buf_pos; /* current position in input buffer */
271 static char yy_hold_char;
276 static char *yy_c_buf_p = NULL;
299 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
300 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
301 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
336 typedef unsigned char YY_CHAR;
346 extern char *yytext;
355 static void yynoreturn yy_fatal_error (yyconst char* msg );
592 static char *yy_last_accepting_cpos;
604 char *yytext;
655 static void push_input_file(const char *filename);
657 static void PRINTF(1, 2) lexical_error(const char *fmt, ...);
703 char *yyget_text (void );
726 static void yy_flex_strncpy (char *,yyconst char *,int );
730 static int yy_flex_strlen (yyconst char * );
772 buf[n] = (char) c; \
774 buf[n++] = (char) c; \
851 char *yy_cp, *yy_bp;
942 char *name = strchr(yytext, '\"') + 1;
952 char *line, *fnstart, *fnend;
956 while (!isdigit((unsigned char)*line))
1072 char *e;
1106 yylval.integer = (unsigned char)d.val[0];
1259 /* Amount of text matched not including the EOB char. */
1397 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1398 char *source = (yytext_ptr);
1462 b->yy_ch_buf = (char *)
1513 …YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_…
1527 /* yy_get_previous_state - get the state just before the EOB char was reached */
1532 char *yy_cp;
1565 char *yy_cp = (yy_c_buf_p);
1655 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
1745 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1934 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1971 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1984 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
1987 char *buf;
1993 buf = (char *) yyalloc(n );
2018 static void yynoreturn yy_fatal_error (yyconst char* msg )
2080 char *yyget_text (void)
2176 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2186 static int yy_flex_strlen (yyconst char * s )
2204 /* The cast to (char *) in the following accommodates both
2205 * implementations that use char* generic pointers, and those
2216 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
2225 static void push_input_file(const char *filename)
2248 static void lexical_error(const char *fmt, ...)