Searched refs:line_indent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dtext.rb90 line_indent = line =~ /\S/ || 9999
91 indent = line_indent if indent > line_indent
/macosx-10.10.1/nano-12/src/
H A Dtext.c205 char *line_indent = NULL; local
241 line_indent = charalloc(cols + 1);
245 charset(line_indent, ' ', cols);
253 charset(line_indent, '\t', num_tabs);
254 charset(line_indent + num_tabs, ' ', num_spaces);
259 line_indent[line_indent_len] = '\0';
268 /* If we're indenting, add the characters in line_indent to
274 strncpy(f->data + indent_len, line_indent, line_indent_len);
338 free(line_indent);

Completed in 89 milliseconds