Searched refs:LEX_NAME (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dte-pe.h21 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
H A Dte-pep.h24 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
H A Dtc-pdp11.h27 #define LEX_TILDE (LEX_BEGIN_NAME | LEX_NAME)
H A Dtc-ia64.h77 #define LEX_AT (LEX_NAME|LEX_BEGIN_NAME) /* allow `@' inside name */
78 #define LEX_QM (LEX_NAME|LEX_BEGIN_NAME) /* allow `?' inside name */
H A Dtc-avr.c767 lex_type['$'] = LEX_NAME | LEX_BEGIN_NAME;
H A Dobj-elf.c1778 lex_type[(unsigned char) '@'] |= LEX_NAME;
H A Dtc-mmix.c772 lex_type[':'] = (LEX_NAME | LEX_BEGIN_NAME);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dte-pe.h21 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
H A Dte-pep.h24 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
H A Dtc-pdp11.h27 #define LEX_TILDE (LEX_BEGIN_NAME | LEX_NAME)
H A Dtc-ia64.h77 #define LEX_AT (LEX_NAME|LEX_BEGIN_NAME) /* allow `@' inside name */
78 #define LEX_QM (LEX_NAME|LEX_BEGIN_NAME) /* allow `?' inside name */
H A Dobj-elf.c1619 lex_type[(unsigned char) '@'] |= LEX_NAME;
H A Dtc-mmix.c770 lex_type[':'] = (LEX_NAME | LEX_BEGIN_NAME);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dte-pe.h21 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
H A Dte-pep.h24 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
H A Dtc-pdp11.h27 #define LEX_TILDE (LEX_BEGIN_NAME | LEX_NAME)
H A Dtc-ia64.h77 #define LEX_AT (LEX_NAME|LEX_BEGIN_NAME) /* allow `@' inside name */
78 #define LEX_QM (LEX_NAME|LEX_BEGIN_NAME) /* allow `?' inside name */
H A Dtc-avr.c767 lex_type['$'] = LEX_NAME | LEX_BEGIN_NAME;
H A Dobj-elf.c1741 lex_type[(unsigned char) '@'] |= LEX_NAME;
H A Dtc-mmix.c770 lex_type[':'] = (LEX_NAME | LEX_BEGIN_NAME);
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dread.h50 #define LEX_NAME (1) /* may continue a name */ macro
57 ( lex_type[(unsigned char) (c)] & LEX_NAME )
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dread.h50 #define LEX_NAME (1) /* may continue a name */ macro
57 ( lex_type[(unsigned char) (c)] & LEX_NAME )
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dread.h50 #define LEX_NAME (1) /* may continue a name */ macro
57 ( lex_type[(unsigned char) (c)] & LEX_NAME )

Completed in 363 milliseconds