Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlctype.h52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p))
77 LUAI_DDEC(const lu_byte luai_ctype_[UCHAR_MAX + 2];)
H A Dlctype.c28 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = { variable
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlctype.h50 #define testprop(c,p) (luai_ctype_[(lu_byte)(c)+1] & (p))
69 LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2]; variable
H A Dlctype.c14 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = { variable