Searched refs:lex_pos (Results 1 – 1 of 1) sorted by relevance
631 static int lex_pos; variable635 ((void) (lex_buf != NULL ? lex_pos = 0 : nlmlex_buf_init ()))642 lex_pos = 0; in nlmlex_buf_init()647 #define BUF_FINISH() ((void) (lex_buf[lex_pos] = '\0'))651 ((void) (lex_pos < lex_size \652 ? lex_buf[lex_pos++] = (c) \658 if (lex_pos >= lex_size) in nlmlex_buf_add()664 return lex_buf[lex_pos++] = c; in nlmlex_buf_add()