Home
last modified time | relevance | path

Searched refs:sbuf_length (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c71 #define sbuf_length(sbuf) ((sbuf)->end - (sbuf)->content) macro
538 int orig_length = sbuf_length(whatis_proto); in process_mdoc_line()
595 if (sbuf_length(whatis_proto) > orig_length) in process_mdoc_line()
730 while (sbuf_length(whatis_final) < INDENT) in process_page()