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

/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c110 * While the whatis line is being formed, it is stored in whatis_proto.
114 static struct sbuf *whatis_proto; variable in typeref:struct:sbuf
559 sbuf_append_edited(whatis_proto, text, de_nroff_copy);
593 sbuf_append(whatis_proto, " ", 1);
606 int orig_length = sbuf_length(whatis_proto);
613 sbuf_append(whatis_proto, " ", 1);
650 sbuf_append(whatis_proto, "(", 1);
652 sbuf_append(whatis_proto, ")", 1);
656 sbuf_append(whatis_proto, " ", 1);
662 if (sbuf_length(whatis_proto) > orig_lengt
[all...]

Completed in 43 milliseconds