Home
last modified time | relevance | path

Searched refs:now_col (Results 1 – 1 of 1) sorted by relevance

/NextBSD/usr.bin/indent/
HDpr_comment.c84 int now_col; /* column we are in now */ in pr_comment() local
177 now_col = 1; in pr_comment()
181 now_col = count_spaces(ps.com_col, s_com); /* figure what column we in pr_comment()
246 now_col = ps.com_col; in pr_comment()
266 now_col = ps.com_col; in pr_comment()
288 ++now_col; in pr_comment()
327 ++now_col; in pr_comment()
345 now_col = ps.com_col; in pr_comment()
356 ++now_col; in pr_comment()
368 now_col = ((now_col - 1) & tabmask) + tabsize + 1; in pr_comment()
[all …]