Searched refs:right_justify (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | env.h | 113 void right_justify(); 368 friend void right_justify();
|
| HD | env.cpp | 1332 void right_justify() in right_justify() function 3274 init_request("rj", right_justify); in init_env_requests()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Format.h | 136 inline FormattedString right_justify(StringRef Str, unsigned Width) { in right_justify() function
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_main.c | 2784 boolean_t right_justify; in print_header() local 2802 right_justify = B_FALSE; in print_header() 2805 right_justify = zpool_prop_align_right(pl->pl_prop); in print_header() 2815 if (pl->pl_next == NULL && !right_justify) in print_header() 2817 else if (right_justify) in print_header() 2838 boolean_t right_justify; in print_pool() local 2861 right_justify = B_FALSE; in print_pool() 2869 right_justify = zpool_prop_align_right(pl->pl_prop); in print_pool() 2885 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify)) in print_pool() 2887 else if (right_justify) in print_pool()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zfs/ |
| HD | zfs_main.c | 2949 boolean_t right_justify; in print_header() local 2958 right_justify = B_FALSE; in print_header() 2961 right_justify = zfs_prop_align_right(pl->pl_prop); in print_header() 2969 if (pl->pl_next == NULL && !right_justify) in print_header() 2971 else if (right_justify) in print_header() 2993 boolean_t right_justify; in print_dataset() local 3009 right_justify = zfs_prop_align_right(pl->pl_prop); in print_dataset() 3017 right_justify = zfs_prop_align_right(pl->pl_prop); in print_dataset() 3024 right_justify = B_TRUE; in print_dataset() 3031 right_justify = B_TRUE; in print_dataset() [all …]
|
| /NextBSD/contrib/groff/ |
| HD | ChangeLog.117 | 1383 (point_size, fill, no_fill, center, right_justify, line_length,
|
| HD | ChangeLog | 198 space_size, fill, no_fill, adjust, no_adjust, center, right_justify, 1345 (center, right_justify, line_length, indent, temporary_indent,
|
| HD | ChangeLog.115 | 1607 * troff/env.cc (center, right_justify): Make negative argument zero. 4514 * troff/env.c (right_justify): New function.
|