Searched refs:complement (Results 1 – 4 of 4) sorted by relevance
/coreutils/src/ |
D | cut.c | 80 static bool complement; variable 548 complement = true; in main() 574 | (complement ? SETFLD_COMPLEMENT : 0))); in main()
|
D | tr.c | 206 static bool complement = false; variable 1174 if (complement || !s2->has_char_class) in validate_case_classes() 1315 if (complement) in get_s1_spec_stats() 1483 if (complement && s1->has_char_class in validate() 1707 complement = true; in main() 1787 set_initialize (s1, complement, in_squeeze_set); in main() 1792 set_initialize (s1, complement, in_delete_set); in main() 1805 set_initialize (s1, complement, in_delete_set); in main() 1811 if (complement) in main()
|
/coreutils/ |
D | NEWS | 572 tr no longer crashes when using --complement with certain 856 basenc is added to complement existing base64,base32 commands, 1376 base32 is added to complement the existing base64 command, 3937 complement of Set1. [present in the original version, in 1992] 4967 cut accepts a new option, --complement, to complement the set of
|
/coreutils/doc/ |
D | coreutils.texi | 6388 @item --complement 6389 @opindex --complement 6391 Select for printing the complement of the bytes, characters or fields 7078 @itemx --complement 7081 @opindex --complement 7082 Instead of @var{array1}, use its complement (all characters not 7348 complement of @var{array1}), rather than all non-alphanumerics, to 19873 work on the complement of the listed characters, i.e., 19935 The second @command{tr} command operates on the complement of the listed
|