Home
last modified time | relevance | path

Searched defs:IS_ASCII (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_defs.h56 #define IS_ASCII(_ch) ((_ch) < 0x80) macro
/freebsd/contrib/libyaml/src/
H A Dyaml_private.h255 #define IS_ASCII(string) IS_ASCII_AT((string),0) macro
/freebsd/contrib/tcsh/
H A Dsh.h457 # define IS_ASCII macro