Home
last modified time | relevance | path

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

/external/lua/src/
Dlctype.h61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) macro
93 #define lisprint(c) (isprint(c))
Dllex.c84 if (lisprint(token)) in luaX_token2str()