Home | History | Annotate | Download | only in sort

Lines Matching defs:indent

164 			errx(2, "cannot indent end of line");
166 col->indent = (int) strtol(pos, &npos, 10);
169 col->indent--;
170 if (col->indent < 0)
207 if (!cur_fld->tcol.indent) /* BT has no meaning at end of field */
213 /* indent if 0 -> end of field, i.e. okay */
214 && cur_fld->tcol.indent != 0
215 && cur_fld->tcol.indent < cur_fld->icol.indent))
289 int col, indent;
339 indent = (int) strtol(tpos, &tpos, 10);
341 indent = 0;
347 * value of INDENT accordingly.
352 indent += 1;
355 if (indent > 0)
360 (void)snprintf(spec, sizeof(spec), "%d.%d%s", col, indent,