Home
last modified time | relevance | path

Searched refs:IS_ASCII (Results 1 – 17 of 17) sorted by relevance

/src/contrib/tcsh/
H A Dtc.bind.c281 #ifdef IS_ASCII in parsebind()
306 #ifdef IS_ASCII in parsebind()
315 #ifdef IS_ASCII in parsebind()
328 #ifdef IS_ASCII in parsebind()
H A Ded.xmap.c584 #ifdef IS_ASCII in unparsech()
674 #ifndef IS_ASCII in parseescape()
691 #ifdef IS_ASCII in parseescape()
731 #ifdef IS_ASCII in unparsestring()
H A Dsh.h456 # ifndef IS_ASCII
457 # define IS_ASCII macro
H A Ded.refresh.c212 #ifdef IS_ASCII in Draw()
1288 #ifdef IS_ASCII in RefPlusOne()
H A Dtw.color.c72 #ifdef IS_ASCII
H A Dtc.const.c483 #ifndef IS_ASCII
H A Dsh.char.h128 #ifdef IS_ASCII
H A Dsh.file.c414 #ifdef IS_ASCII in beep()
H A Ded.chared.c1310 #ifdef IS_ASCII in v_search()
1557 #ifdef IS_ASCII in e_argdigit()
H A Ded.defns.c1938 #ifndef IS_ASCII in ed_InitMaps()
H A Ded.screen.c775 #ifndef IS_ASCII in DefaultArrowKeys()
/src/sys/dev/ice/
H A Dice_defs.h56 #define IS_ASCII(_ch) ((_ch) < 0x80) macro
H A Dice_common.c2046 IS_ASCII(dv->driver_string[len]) && dv->driver_string[len]) in ice_aq_send_driver_ver()
/src/contrib/libyaml/src/
H A Demitter.c1602 || (!IS_ASCII(string) && !emitter->unicode)) { in yaml_emitter_analyze_scalar()
2064 if (!IS_PRINTABLE(string) || (!emitter->unicode && !IS_ASCII(string)) in yaml_emitter_write_double_quoted_scalar()
H A Dyaml_private.h255 #define IS_ASCII(string) IS_ASCII_AT((string),0) macro
/src/sys/dev/ixgbe/
H A Dixgbe_type_e610.h94 #define IS_ASCII(_ch) ((_ch) < 0x80) macro
H A Dixgbe_e610.c503 IS_ASCII(dv->driver_string[len]) && dv->driver_string[len]) in ixgbe_aci_send_driver_ver()