Lines Matching defs:indentation
47 * indentation and an option prefix string can be specified to be
67 * indentation int The number of fill characters to use to
70 * indentation margin at the start of each new
88 * indentation than those specified above.
101 int _io_display_text(GlWriteFn *write_fn, void *data, int indentation,
111 int margin_width; /* The total number of columns used by the indentation */
126 if(indentation > term_width)
127 indentation = term_width;
128 else if(indentation < 0)
129 indentation = 0;
145 margin_width = indentation + prefix_len;
153 * width of the requested indentation margin.
155 if(indentation > 0 && last < indentation) {
156 if(_io_pad_line(write_fn, data, fill_char, indentation - last))
158 last = indentation;
165 int pstart = last - indentation;
175 * indentation and prefix margins, always make sure that at least one