Home
last modified time | relevance | path

Searched defs:isrune (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/locale/
H A Disctype.c149 isrune(int c) in isrune() function
/freebsd/include/
H A Dctype.h130 #define isrune(c) __sbistype((c), 0xFFFFFF00L) macro