Searched refs:print_word (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
H A Dhtml.c117 static void print_word(struct html *, const char *);
393 print_word(h, "<");
396 print_word(h, ">");
399 print_word(h, "&");
402 print_word(h, """);
405 print_word(h, " ");
515 print_word(h, "html");
537 print_word(h, numbuf);
610 print_word(h, " ");
626 print_word(
961 print_word(struct html *h, const char *cp) function
[all...]
H A Dmdoc_man.c120 static void print_word(const char *);
358 print_word("");
371 print_word("");
377 print_word(const char *s) function
466 print_word(s);
484 print_word(s);
519 print_word(v);
533 print_word(buf);
592 print_word(buf);
594 print_word(b
[all...]

Completed in 41 milliseconds