Searched refs:defindent (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_term.c | 158 save_defindent = p->defindent; in terminal_man() 159 if (p->synopsisonly == 0 && p->defindent == 0) in terminal_man() 160 p->defindent = 7; in terminal_man() 167 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man() 168 mt.offset = term_len(p, p->defindent); in terminal_man() 197 p->defindent = save_defindent; in terminal_man() 396 p->tcol->offset = term_len(p, p->defindent); in pre_in() 445 len = term_len(p, p->defindent); in pre_HP() 490 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_PP() 534 len = term_len(p, p->defindent); in pre_IP() [all …]
|
H A D | term_ascii.c | 127 p->defindent = 5; in ascii_init() 130 p->defindent = outopts->indent; in ascii_init() 136 assert(p->defindent < UINT16_MAX); in ascii_init()
|
H A D | mdoc_term.c | 278 save_defindent = p->defindent; in terminal_mdoc() 279 if (p->defindent == 0) in terminal_mdoc() 280 p->defindent = 5; in terminal_mdoc() 292 p->defindent = save_defindent; in terminal_mdoc() 1280 p->tcol->offset = term_len(p, p->defindent); in termp_sh_pre() 1322 p->tcol->offset += term_len(p, p->defindent + 1); in termp_d1_pre() 1439 p->tcol->offset += term_len(p, p->defindent + 1); in termp_bd_pre() 1441 p->tcol->offset += term_len(p, (p->defindent + 1) * 2); in termp_bd_pre() 1513 p->tcol->offset = term_len(p, (p->defindent+1)/2); in termp_ss_pre() 1516 p->tcol->offset = term_len(p, p->defindent); in termp_ss_pre()
|
H A D | term.h | 68 size_t defindent; /* Default indent for text. */ member
|