HomeSort by: relevance | last modified time | path
    Searched defs:case_ind (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/indent/
io.c 222 float case_ind = (float)ps.psyms.ind_level[i] + opt.case_indent; local in function:compute_case_label_indent
223 // TODO: case_ind may become negative here.
224 return (int)(case_ind * (float)opt.indent_size);

Completed in 12 milliseconds