| /src/external/bsd/mdocml/dist/ |
| html.c | 127 static void print_word(struct html *, const char *); 437 print_word(h, "<"); 440 print_word(h, ">"); 443 print_word(h, "&"); 446 print_word(h, """); 449 print_word(h, " "); 561 print_word(h, "html"); 583 print_word(h, numbuf); 675 print_word(h, " "); 691 print_word(h, htmltags[tag].name) 1098 print_word(struct html *h, const char *cp) function [all...] |
| mdoc_man.c | 120 static void print_word(const char *); 359 print_word(""); 372 print_word(""); 378 print_word(const char *s) function 467 print_word(s); 485 print_word(s); 520 print_word(v); 534 print_word(buf); 593 print_word(buf); 595 print_word(bl->width) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| debug.cc | 679 { print_word(ctx, word, Length - 1); } 682 print_word(PrintContext& ctx, const char* word, ptrdiff_t nbc = -1) function in namespace:__anon14836 724 print_word(ctx, word, nbc); 767 pretty_print(ctx, demangled_name, &print_word); 769 print_word(ctx, info->name()); 779 print_word(ctx, buf, written); 791 print_word(ctx, buf, written); 798 pretty_print(ctx, named._M_name, print_word); 812 print_word(ctx, constness_names[iterator._M_constness]); 833 print_word(ctx, state_names[iterator._M_state]) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| debug.cc | 615 { print_word(ctx, word, Length - 1); } 627 print_word(PrintContext& ctx, const char* word, ptrdiff_t nbc = -1) function in namespace:__anon17234 672 print_word(ctx, word, nbc); 715 pretty_print(ctx, demangled_name, &print_word); 717 print_word(ctx, info->name()); 727 print_word(ctx, buf, written); 739 print_word(ctx, buf, written); 746 pretty_print(ctx, named._M_name, print_word); 760 print_word(ctx, constness_names[iterator._M_constness]); 780 print_word(ctx, state_names[iterator._M_state]) [all...] |
| /src/usr.bin/spell/spellprog/ |
| spellprog.c | 113 static void print_word(FILE *); 376 for (;; print_word(file)) { 420 print_word(FILE *f) function
|