Searched refs:PRO_INT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/usr.bin/indent/ |
| H A D | args.c | 66 #define PRO_INT 3 /* integer */ macro 115 {"cd", PRO_INT, 0, 0, &opt.decl_com_ind}, 117 {"ci", PRO_INT, 0, 0, &opt.continuation_indent}, 120 {"c", PRO_INT, 33, 0, &opt.com_ind}, 121 {"di", PRO_INT, 16, 0, &opt.decl_indent}, 123 {"d", PRO_INT, 0, 0, &opt.unindent_displace}, 130 {"i", PRO_INT, 8, 0, &opt.ind_size}, 132 {"ldi", PRO_INT, -1, 0, &opt.local_decl_indent}, 135 {"l", PRO_INT, 78, 0, &opt.max_col}, 168 {"ts", PRO_INT, 8, 0, &opt.tabsize}, [all …]
|