Home
last modified time | relevance | path

Searched refs:check_text (Results 1 – 3 of 3) sorted by relevance

/src/contrib/libxo/xolint/
H A Dxolint.pl281 check_text($build[0]) if length($build[0]);
297 check_text($build[0]) if length($build[0]);
301 sub check_text { subroutine
643 check_text($text);
651 check_text($text);
/src/contrib/mandoc/
H A Dman_validate.c52 static void check_text(CHKARGS);
137 check_text(man, n); in man_validate()
254 check_text(CHKARGS) in check_text() function
H A Dmdoc_validate.c62 static void check_text(struct roff_man *, int, int, char *);
349 check_text(mdoc, n->line, n->pos, n->string); in mdoc_validate()
415 check_text(mdoc, v->line, v->pos, v->value[i]); in check_argv()
419 check_text(struct roff_man *mdoc, int ln, int pos, char *p) in check_text() function