Lines Matching refs:no_argument
82 { "text", no_argument, 0, 'a' },
83 { "ignore-space-change", no_argument, 0, 'b' },
86 { "minimal", no_argument, 0, 'd' },
87 { "ed", no_argument, 0, 'e' },
88 { "forward-ed", no_argument, 0, 'f' },
90 { "speed-large-files", no_argument, NULL, 'H' },
91 { "ignore-blank-lines", no_argument, 0, 'B' },
93 { "ignore-case", no_argument, 0, 'i' },
94 { "paginate", no_argument, NULL, 'l' },
96 { "new-file", no_argument, 0, 'N' },
97 { "rcs", no_argument, 0, 'n' },
98 { "unidirectional-new-file", no_argument, 0, 'P' },
99 { "show-c-function", no_argument, 0, 'p' },
100 { "brief", no_argument, 0, 'q' },
101 { "recursive", no_argument, 0, 'r' },
102 { "report-identical-files", no_argument, 0, 's' },
104 { "expand-tabs", no_argument, 0, 't' },
105 { "initial-tab", no_argument, 0, 'T' },
107 { "ignore-all-space", no_argument, 0, 'w' },
111 { "side-by-side", no_argument, NULL, 'y' },
112 { "ignore-file-name-case", no_argument, NULL, OPT_IGN_FN_CASE },
113 { "help", no_argument, NULL, OPT_HELP},
115 { "no-dereference", no_argument, NULL, OPT_NO_DEREFERENCE},
116 { "no-ignore-file-name-case", no_argument, NULL, OPT_NO_IGN_FN_CASE },
117 { "normal", no_argument, NULL, OPT_NORMAL },
118 { "strip-trailing-cr", no_argument, NULL, OPT_STRIPCR },
121 { "suppress-common-lines", no_argument, NULL, OPT_SUPPRESS_COMMON },
123 { "version", no_argument, NULL, OPT_VERSION},