Searched refs:invert (Results 1 – 3 of 3) sorted by relevance
665 int invert; in serial_set() local669 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()
435 bool invert; member547 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()
120 unsigned invert:1; /* the '!' after the address */ member699 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()