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

/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c111 * When finished, it is reformatted into whatis_final and then appended
115 static struct sbuf *whatis_final; variable in typeref:struct:sbuf
563 * Appends "name(suffix), " to whatis_final.
569 sbuf_append_str(whatis_final, name);
570 sbuf_append(whatis_final, "(", 1);
571 sbuf_append_str(whatis_final, suffix);
572 sbuf_append(whatis_final, "), ", 3);
792 sbuf_clear(whatis_final);
803 sbuf_retract(whatis_final, 2); /* remove last ", " */
804 while (sbuf_length(whatis_final) < inden
[all...]

Completed in 83 milliseconds