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

  /onnv/onnv-gate/usr/src/lib/libadm/common/
regexp.c 35 #define PEEKC() (*sp)
  /onnv/onnv-gate/usr/src/lib/libgen/common/
reg_compile.c 46 #define PEEKC() ((unsigned char)*sp)
203 if (c != '*' && ((c != '\\') || (PEEKC() != '{')))
227 if ((d = PEEKC()) != '\0')
288 strchr("\\^-]", PEEKC())) {
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 49 #define PEEKC() (*sp)
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
compile.c 35 #define PEEKC(x) (*x)
123 if(c != '*' && ((c != '\\') || (PEEKC(sp) != '{')))
154 if(PEEKC(sp) != eof && PEEKC(sp) != '\n')
  /onnv/onnv-gate/usr/src/head/
regexp.h 128 if (c != '*' && ((c != '\\') || (PEEKC() != '{')))
159 if (PEEKC() != eof && PEEKC() != '\n')
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
statfs.c 47 #define PEEKC() (*sp)
  /onnv/onnv-gate/usr/src/ucbcmd/expr/
expr.y 95 #define PEEKC() (*sp)
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/
dump.c 82 #define PEEKC() (*sp)
    [all...]

Completed in 240 milliseconds