Searched refs:check_text (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/libxo/xolint/ |
| H A D | xolint.pl | 281 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 D | man_validate.c | 52 static void check_text(CHKARGS); 137 check_text(man, n); in man_validate() 254 check_text(CHKARGS) in check_text() function
|
| H A D | mdoc_validate.c | 62 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
|