Home
last modified time | relevance | path

Searched defs:PEEK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c281 #define PEEK(a,p) ((a>p)?*(a-1):(number?0:*(pp.outbuf+2*PPBUFSIZ-1))) in ppbuiltin() macro
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c162 #define PEEK() (*p->next) macro