Searched refs:lex_type (Results 1 – 11 of 11) sorted by relevance
41 ( lex_type[(unsigned char) (c)] & LEX_BEGIN_NAME )43 ( lex_type[(unsigned char) (c)] & LEX_NAME )45 ( lex_type[(unsigned char) (c)] & LEX_END_NAME )53 extern char lex_type[];
107 char lex_type[256] = { variable275 lex_type['?'] = 3; in read_begin()
303 (lex_type): Use LEX_DOLLAR.818 (lex_type): Use LEX_QM for '?'.1883 * read.h (lex_type): No longer const.1885 (lex_type): No longer const.1886 (read_begin): In MRI mode, set lex_type of '?' to 3.6774 (lex_type): Use it for `%'.7230 (lex_type): Use LEX_BR as the type of `{',`}',`[',`]'.7452 * read.c (lex_type): No longer make '{' a valid character for7838 * read.c (lex_type): No longer make '[' a valid character for10292 * read.c (lex_type): New macro LEX_AT to set lex type of '@'.
1360 (lex_type): Use it.2466 * read.c (lex_type): Set characters about 127 to be symbol
602 * config/tc-bfin.c (md_begin): Let the lex_type of '(' be
2583 (lex_type): Use LEX_TILDE.
1763 * config/obj-elf.c (obj_elf_symver): Temporarily modify lex_type
1306 old_lexat = lex_type[(unsigned char) '@']; in obj_elf_symver()1307 lex_type[(unsigned char) '@'] |= LEX_NAME; in obj_elf_symver()1309 lex_type[(unsigned char) '@'] = old_lexat; in obj_elf_symver()
2889 char save_lex = lex_type['%']; in md_assemble()2895 lex_type['%'] |= LEX_BEGIN_NAME; in md_assemble()2899 lex_type['%'] = save_lex; in md_assemble()
461 lex_type ['('] = LEX_BEGIN_NAME; in md_begin()
768 lex_type[':'] = (LEX_NAME | LEX_BEGIN_NAME); in mmix_md_begin()