Lines Matching defs:mode
47 matches the last line of input. (In -s or -i mode this matches the last
687 char *to, *from, mode = 0, d;
699 while (mode || *from != d) {
704 if (!mode) {
705 mode = ']';
707 } else if (mode == ']' && strchr(".=:", from[1])) {
709 mode = *from;
711 } else if (*from == mode) {
712 if (mode == ']') mode = 0;
715 mode = ']';
719 } else if (mode && *from == '-' && from[-1] == from[1]) {
735 } else if (!mode) *(to++) = *(from++);
1073 // Provide EOF flush at end of cumulative input for non-i mode.