Home
last modified time | relevance | path

Searched refs:lex_buf (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dnlmheader.y629 static char *lex_buf; variable
635 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))
641 lex_buf = xmalloc (lex_size + 1); in nlmlex_buf_init()
647 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))
652 ? lex_buf[lex_pos++] = (c) \
661 lex_buf = xrealloc (lex_buf, lex_size + 1); in nlmlex_buf_add()
664 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()
744 nlmlex_file_push (lex_buf); in yylex()
772 if (lex_buf[0] == keyword_tokens[i].keyword[0] in yylex()
773 && strcmp (lex_buf, keyword_tokens[i].keyword) == 0) in yylex()
[all …]