Searched refs:PRO_INT (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/indent/ |
H A D | args.c | 58 #define PRO_INT 3 /* integer */ macro 107 {"cd", PRO_INT, 0, 0, &opt.decl_com_ind}, 109 {"ci", PRO_INT, 0, 0, &opt.continuation_indent}, 112 {"c", PRO_INT, 33, 0, &opt.com_ind}, 113 {"di", PRO_INT, 16, 0, &opt.decl_indent}, 115 {"d", PRO_INT, 0, 0, &opt.unindent_displace}, 122 {"i", PRO_INT, 8, 0, &opt.ind_size}, 123 {"lc", PRO_INT, 0, 0, &opt.block_comment_max_col}, 124 {"ldi", PRO_INT, -1, 0, &opt.local_decl_indent}, 127 {"l", PRO_INT, 78, 0, &opt.max_col}, [all …]
|