Home
last modified time | relevance | path

Searched refs:end_of_parabuf (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++)
164 static const char *end_of_parabuf; variable
211 end_of_parabuf = line_end; in fmt()