Searched refs:PLACE (Results 1 – 3 of 3) sorted by relevance
56 #define PLACE(c) ep[c >> 3] |= bittab[c & 07] macro180 PLACE('-'); in compile()192 PLACE(lc); in compile()197 PLACE(c); in compile()
267 PLACE('-'); in _compile()275 PLACE(lc); in _compile()296 PLACE(c); in _compile()
47 #define PLACE(c) ep[c >> 3] |= _bittab[c & 07] macro