HomeSort by relevance Sort by last modified time
    Searched refs:GETC (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 100 #define GETC() (parabuf == end_of_parabuf ? EOF : *parabuf++)
219 next_char = GETC();
253 c = GETC();
283 c = GETC();
321 c = GETC();
350 c = GETC();
368 c = GETC();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
56 also be the next character returned by GETC().
58 UNGETC(c) Cause `c' to be returned by the next call to GETC() and
135 while ((__ch = (GETC ())) != eof)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
56 also be the next character returned by GETC().
58 UNGETC(c) Cause `c' to be returned by the next call to GETC() and
135 while ((__ch = (GETC ())) != eof)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
56 also be the next character returned by GETC().
58 UNGETC(c) Cause `c' to be returned by the next call to GETC() and
135 while ((__ch = (GETC ())) != eof)

Completed in 97 milliseconds