Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/curses/
Dascii.py69 def ismeta(c): return _ctoi(c) > 127 function
/external/python/cpython3/Lib/curses/
Dascii.py69 def ismeta(c): return _ctoi(c) > 127 function
/external/openssh/openbsd-compat/
Dglob.c131 #define ismeta(c) (((c)&M_QUOTE) != 0) macro