Searched refs:defindent (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/mdocml/ |
| HD | man_term.c | 144 if (0 == p->defindent) in terminal_man() 145 p->defindent = 7; in terminal_man() 162 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man() 163 mt.offset = term_len(p, p->defindent); in terminal_man() 540 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_PP() 735 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SS() 736 mt->offset = term_len(p, p->defindent); in pre_SS() 747 p->offset = term_len(p, p->defindent/2); in pre_SS() 786 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SH() 787 mt->offset = term_len(p, p->defindent); in pre_SH() [all …]
|
| HD | term_ascii.c | 115 p->defindent = (size_t)atoi(v); in ascii_init() 126 p->defindent = 5; in ascii_init()
|
| HD | term.h | 56 size_t defindent; /* Default indent for text. */ member
|
| HD | mdoc_term.c | 259 if (0 == p->defindent) in terminal_mdoc() 260 p->defindent = 5; in terminal_mdoc() 565 return(term_len(p, p->defindent + 1)); in a2offs() 567 return(term_len(p, (p->defindent + 1) * 2)); in a2offs() 1427 p->offset = term_len(p, p->defindent); in termp_sh_pre() 1495 p->offset += term_len(p, p->defindent + 1); in termp_d1_pre() 1800 p->offset = term_len(p, (p->defindent+1)/2); in termp_ss_pre()
|