Lines Matching defs:change
43 BOOL *change; /* change this line */
481 /* change one text string to another */
502 /* create the line change indicators */
503 change = (BOOL *)mycalloc((unsigned)totallines, sizeof (BOOL));
515 "Select lines to change (press the ? key for help): ");
518 break; /* change lines */
541 case '\r': /* don't change lines */
557 if (change[i] == NO) {
558 change[i] = YES;
560 change[i] = NO;
611 if (change[i] == YES) {
637 "%ss/", linenum); /* change */
669 free(change);
671 return (YES); /* clear any marks on exit without change */
684 if (change[j] == NO) {
685 change[j] = YES;
688 change[j] = NO;