HomeSort by relevance Sort by last modified time
    Searched full:parabuf (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 100 #define GETC() (parabuf == end_of_parabuf ? EOF : *parabuf++)
161 static const char *parabuf; variable
210 parabuf = line;
319 word_limit->text = parabuf - 1;
323 word_limit->length = parabuf - word_limit->text - (c != EOF);

Completed in 2753 milliseconds