Searched refs:title_length (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | env.h | 106 void title_length(); 151 hunits title_length; variable 361 friend void title_length();
|
| HD | env.cpp | 620 title_length((units_per_inch*13)/2), in environment() 708 title_length(e->title_length), in environment() 793 title_length = e->title_length; in copy() 972 return title_length; in get_title_length() 1366 void title_length() in title_length() function 1369 if (has_arg() && get_hunits(&temp, 'm', curenv->title_length)) { in title_length() 1377 curenv->prev_title_length = curenv->title_length; in title_length() 1378 curenv->title_length = temp; in title_length() 2435 hunits length_title(curenv->title_length); in title() 3265 init_request("lt", title_length); in init_env_requests()
|
| /NextBSD/contrib/dialog/ |
| HD | util.c | 1245 int title_length = title ? dlg_count_columns(title) : 0; in real_auto_size() local 1267 wide = MAX(title_length, mincols); in real_auto_size() 1285 if (*width < title_length) { in real_auto_size() 1286 justify_text((WINDOW *) 0, prompt, high, title_length, height, width); in real_auto_size() 1287 *width = title_length; in real_auto_size()
|
| /NextBSD/contrib/groff/ |
| HD | ChangeLog | 197 * src/roff/troff/env.h: Provide declarations for title_length,
|
| HD | ChangeLog.115 | 1611 * troff/env.cc (line_spacing, line_length, title_length, indent,
|