Home
last modified time | relevance | path

Searched refs:add_then_next (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c293 static int add_then_next P_((struct buffer *b, int ch));
295 add_then_next(b, ch) in add_then_next() function
370 ch = add_then_next(b, ch); in read_filename()
463 ch = add_then_next(b, ch);
465 ch = add_then_next(b, ch);
473 for (;; ch = add_then_next (b, ch))
700 ch = add_then_next (b, ch); in read_label()
917 ch = add_then_next (pending_text, ch);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2519 add_then_next() to avoid clutter in snarf_char_class().