Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dregexp.h56 #define PLACE(c) ep[c >> 3] |= bittab[c & 07] macro
180 PLACE('-'); in compile()
192 PLACE(lc); in compile()
197 PLACE(c); in compile()
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c265 PLACE('-'); in _compile()
273 PLACE(lc); in _compile()
294 PLACE(c); in _compile()
/illumos-gate/usr/src/lib/libgen/inc/
H A D_regexp.h45 #define PLACE(c) ep[c >> 3] |= _bittab[c & 07] macro