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

/netbsd-current/usr.bin/indent/
H A Dio.c53 static int out_ind; /* width of the line that is being written */ variable
118 out_ind = 0;
140 out_ind = ind_add(out_ind, s, len);
148 int ind = out_ind;
166 out_ind = ind;
297 if (lab.len > 0 && target_ind <= out_ind)
328 if (out_ind > target_ind)

Completed in 203 milliseconds