Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c210 int inactive; local
211 inactive = lb->active - lb->text;
215 if (inactive > lb->alloc * 2)
220 inactive = 0;
232 lb->text = REALLOC(lb->text, inactive + lb->alloc, char);
233 lb->active = lb->text + inactive;
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1063 * sed/execute.c (resize_line): Limit inactive space to two
1071 of the buffer inactive and s/xx$// by truncating it.
1073 of the buffer inactive
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1811 Note how the first, second and fourth line are inactive after the
Dsed.texi2429 Note how the first, second and fourth line are inactive after
Dsed-in.texi2302 Note how the first, second and fourth line are inactive after