Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/indent/
Dpr_comment.c74 int now_col; /* column we are in now */ in pr_comment() local
162 now_col = 1; in pr_comment()
166 now_col = count_spaces(ps.com_col, s_com); /* figure what column we in pr_comment()
232 now_col = ps.com_col; in pr_comment()
252 now_col = ps.com_col; in pr_comment()
274 ++now_col; in pr_comment()
313 ++now_col; in pr_comment()
331 now_col = ps.com_col; in pr_comment()
342 ++now_col; in pr_comment()
354 now_col = ((now_col - 1) & tabmask) + tabsize + 1; in pr_comment()
[all …]