execute.c | 162 static struct line s_accum; 1190 line_reset(&s_accum, &line); 1229 str_append(&s_accum, line.active + start, offset - start); 1247 repl_mod = append_replacement (&s_accum, sub->replacement, ®s, repl_mod); 1263 str_append(&s_accum, line.active + offset, matched); 1279 str_append(&s_accum, line.active + start, line.length-start); 1280 s_accum.chomped = line.chomped; 1282 /* Exchange line and s_accum. This can be much cheaper 1283 than copying s_accum.active into line.text (for huge lines). * 161 static struct line s_accum; variable in typeref:struct:line [all...] |