Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dqlog.c518 const char *p, *term_end, *end; member
537 lex->term_end = in; in lex_init()
544 const char *p = lex->term_end, *end = lex->end, *term_end; in lex_do() local
551 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 …]
/src/contrib/mandoc/
H A Dterm.h138 void term_end(struct termp *);
H A Dterm.c81 term_end(struct termp *p) in term_end() function
H A Dman_term.c192 term_end(p); in terminal_man()
H A Dmdoc_term.c287 term_end(p); in terminal_mdoc()