Searched refs:defindent (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | man_term.c | 150 if (0 == p->defindent) in terminal_man() 151 p->defindent = 7; in terminal_man() 168 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man() 169 mt.offset = term_len(p, p->defindent); in terminal_man() 591 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_PP() 791 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SS() 792 mt->offset = term_len(p, p->defindent); in pre_SS() 844 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SH() 845 mt->offset = term_len(p, p->defindent); in pre_SH() 905 sz = term_len(p, p->defindent); in pre_RS() [all …]
|
H A D | term_ascii.c | 114 p->defindent = (size_t)atoi(v); in ascii_init() 125 p->defindent = 5; in ascii_init()
|
H A D | term.h | 58 size_t defindent; /* Default indent for text. */ member
|
H A D | mdoc_term.c | 259 if (0 == p->defindent) in terminal_mdoc() 260 p->defindent = 5; in terminal_mdoc() 552 return(term_len(p, p->defindent + 1)); in a2offs() 554 return(term_len(p, (p->defindent + 1) * 2)); in a2offs() 1441 p->offset = term_len(p, p->defindent); in termp_sh_pre() 1511 p->offset += term_len(p, p->defindent + 1); in termp_d1_pre() 1809 p->offset = term_len(p, (p->defindent+1)/2); in termp_ss_pre()
|