Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c100 #define GETC() (parabuf == end_of_parabuf ? EOF : *parabuf++) macro
219 next_char = GETC(); in fmt()
253 c = GETC(); in get_paragraph()
283 c = GETC(); in copy_rest()
321 c = GETC(); in get_line()
350 c = GETC(); in get_line()
368 c = GETC(); in get_space()