Searched refs:term_end (Results 1 – 5 of 5) sorted by relevance
518 const char *p, *term_end, *end; member537 lex->term_end = in; in lex_init()544 const char *p = lex->term_end, *end = lex->end, *term_end; in lex_do() local551 lex->term_end = end; in lex_do()555 for (term_end = p; !is_term_sep_ws(*term_end) && term_end < end; ++term_end) in lex_do()559 lex->term_end = term_end; in lex_do()565 return lex->p == lex->term_end; in lex_eot()584 if ((size_t)(lex->term_end - lex->p) != s_len) in lex_match()596 *str_l = lex->term_end - lex->p; in lex_get_rest()602 const char *p = lex->p, *term_end = lex->term_end, *s; in lex_extract_to() local[all …]
138 void term_end(struct termp *);
81 term_end(struct termp *p) in term_end() function
192 term_end(p); in terminal_man()
287 term_end(p); in terminal_mdoc()