Searched defs:term_end (Results 1 – 2 of 2) sorted by relevance
517 const char *p, *term_end, *end; member543 const char *p = lex->term_end, *end = lex->end, *term_end; in lex_do() local599 const char *p = lex->p, *term_end = lex->term_end, *s; in lex_extract_to() local
81 term_end(struct termp *p) in term_end() function