Home
last modified time | relevance | path

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

/freebsd/usr.bin/vgrind/
H A Dregexp.c114 #define ONEXT(A) (A+3) /* next character after the operation */ macro
245 ccre = ONEXT(cs); in expconv()
278 ccre = ONEXT(cs); in expconv()
389 cs = ONEXT(cs); in expmatch()
394 ptr = expmatch(s, ONEXT(cs), mstring); in expmatch()