Searched defs:isctrl (Results 1 – 6 of 6) sorted by relevance
68 def isctrl(c): return 0 <= _ctoi(c) < 32 function