Home | History | Annotate | Download | only in sdiff

Lines Matching refs:no_argument

73 	{ "text",			no_argument,		NULL,	'a' },
74 { "ignore-blank-lines", no_argument, NULL, 'B' },
75 { "ignore-space-change", no_argument, NULL, 'b' },
76 { "minimal", no_argument, NULL, 'd' },
77 { "ignore-tab-expansion", no_argument, NULL, 'E' },
79 { "speed-large-files", no_argument, NULL, 'H' },
81 { "left-column", no_argument, NULL, 'l' },
83 { "strip-trailing-cr", no_argument, NULL, 'S' },
84 { "suppress-common-lines", no_argument, NULL, 's' },
85 { "expand-tabs", no_argument, NULL, 't' },
86 { "ignore-all-space", no_argument, NULL, 'W' },