| qlog.c | 518 const char *p, *term_end, *end; member in struct:lexer 537 lex->term_end = in; 544 const char *p = lex->term_end, *end = lex->end, *term_end; local 551 lex->term_end = end; 555 for (term_end = p; !is_term_sep_ws(*term_end) && term_end < end; ++term_end) 559 lex->term_end = term_end 602 const char *p = lex->p, *term_end = lex->term_end, *s; local [all...] |