Home
last modified time | relevance | path

Searched refs:ONEXT (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c91 #define ONEXT(A) (A+3) /* next character after the operation */ macro
224 ccre = ONEXT(cs); in expconv()
257 ccre = ONEXT(cs); in expconv()
368 cs = ONEXT(cs); in expmatch()
373 ptr = expmatch (s, ONEXT(cs), mstring); in expmatch()