Searched refs:indentation (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | ioutil.c | 101 int _io_display_text(GlWriteFn *write_fn, void *data, int indentation, in _io_display_text() argument 126 if(indentation > term_width) in _io_display_text() 127 indentation = term_width; in _io_display_text() 128 else if(indentation < 0) in _io_display_text() 129 indentation = 0; in _io_display_text() 145 margin_width = indentation + prefix_len; in _io_display_text() 155 if(indentation > 0 && last < indentation) { in _io_display_text() 156 if(_io_pad_line(write_fn, data, fill_char, indentation - last)) in _io_display_text() 158 last = indentation; in _io_display_text() 165 int pstart = last - indentation; in _io_display_text()
|
H A D | ioutil.h | 71 int _io_display_text(GlWriteFn *write_fn, void *data, int indentation,
|
H A D | getline.c | 11303 int gl_display_text(GetLine *gl, int indentation, const char *prefix, 11324 status = _io_display_text(_io_write_stdio, gl->output_fp, indentation,
|
/titanic_41/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 46 int indentation = (uintptr_t)data; in sdr_print() local 76 (void) printf("%*s%-*s", indentation, "", in sdr_print() 77 36 - indentation, name); in sdr_print() 106 int indentation = (uintptr_t)data; in entity_print() local 115 (void) printf("%*s%-*s %s (%s)\n", indentation, "", in entity_print() 116 24 - indentation, name, "unknown", ipmi_errmsg(ihp)); in entity_print() 118 (void) printf("%*s%-*s %s\n", indentation, "", in entity_print() 119 24 - indentation, name, present ? "present" : "absent"); in entity_print() 122 (void *)(indentation + 2)); in entity_print() 126 (void *)(indentation + 2)); in entity_print()
|
/titanic_41/usr/src/lib/libtecla/ |
H A D | libtecla.h | 1323 int gl_display_text(GetLine *gl, int indentation, const char *prefix,
|
/titanic_41/usr/src/cmd/sed/ |
H A D | POSIX | 39 difficult to write readable sed scripts unless indentation is allowed
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 971 % If WORD is `none', then suppress indentation of the first paragraph 975 % The paragraph indentation is suppressed or not by calling 978 % By default, we suppress indentation. 995 % Here is how we actually suppress indentation. Redefine \everypar to 2298 % default indentation of table text 2300 % default indentation of @itemize and @enumerate text 3559 \everypar = {}% don't want the \kern\-parindent from indentation suppression. 3657 % indentation looks wrong when the entry text itself is broken across 3658 % lines. So we use a small indentation and put up with long leaders. 4650 % This parameter controls the indentation of the various levels. [all …]
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1346 - Remove indentation on autoconf #include statements to avoid bug in
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 11770 indentation
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 11768 indentation
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 531 iASL: Fixed some code indentation issues for the -ic and -ia options (C 14358 the indentation of closing parentheses and brackets was not
|