Searched refs:LEX_NAME (Results 1 – 7 of 7) sorted by relevance
38 #define LEX_NAME (1) /* may continue a name */ macro45 ( lex_type[(unsigned char) (c)] & LEX_NAME )
7166 LEX_AT and LEX_NAME descriptions. Document operands for
2 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
5 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
78 #define LEX_AT (LEX_NAME|LEX_BEGIN_NAME) /* allow `@' inside name */79 #define LEX_QM (LEX_NAME|LEX_BEGIN_NAME) /* allow `?' inside name */
1217 lex_type[(unsigned char) '@'] |= LEX_NAME; in obj_elf_symver()
932 Lexical types are a combination of @code{LEX_NAME} and @code{LEX_BEGIN_NAME},933 both defined in @file{read.h}. @code{LEX_NAME} indicates that the character955 default value is @code{LEX_NAME | LEX_BEGIN_NAME}.