Home
last modified time | relevance | path

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

/openbsd/usr.bin/indent/
H A Dargs.c51 #define PRO_INT 3 /* integer */ macro
93 {"cd", PRO_INT, 0, 0, &ps.decl_com_ind },
95 {"ci", PRO_INT, 0, 0, &continuation_indent },
97 {"c", PRO_INT, 33, 0, &ps.com_ind },
98 {"di", PRO_INT, 16, 0, &ps.decl_indent },
100 {"d", PRO_INT, 0, 0, &ps.unindent_displace },
111 {"i", PRO_INT, 8, 0, &ps.ind_size },
112 {"lc", PRO_INT, 0, 0, &block_comment_max_col },
114 {"l", PRO_INT, 78, 0, &max_col },
295 case PRO_INT: in set_option()