| Home | Sort by: relevance | last modified time | path |
| /src/usr.bin/indent/ | |
| io.c | 222 float case_ind = (float)ps.psyms.ind_level[i] + opt.case_indent; local 223 // TODO: case_ind may become negative here. 224 return (int)(case_ind * (float)opt.indent_size); |