Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/miscutils/
Dsetserial.c665 int invert; in serial_set() local
669 invert = (word[0] == '^'); in serial_set()
670 word += invert; in serial_set()
678 if (invert && !cmd_is_flag(cmd)) in serial_set()
700 if (invert) in serial_set()
/busybox-1.35.0/findutils/
Dfind.c435 bool invert; member
547 if (ap->invert) rc ^= TRUE; in exec_actions()
845 if (ap->invert) rc = !rc; in flush_exec_plus()
1096 IF_FEATURE_FIND_NOT( ap->invert = ppl->invert_flag; ) in alloc_action()
1228 IF_FEATURE_FIND_NOT( ap->invert = invert_flag; ) in parse_params()
/busybox-1.35.0/editors/
Dsed.c120 unsigned invert:1; /* the '!' after the address */ member
699 sed_cmd->invert = 1; in add_cmd()
1182 if (sed_cmd->invert ? matched : !matched) { in process_files()
1201 if (sed_cmd->invert ? matched : !matched) in process_files()