Home
last modified time | relevance | path

Searched refs:ksh_ctypes (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dshf.c1217 memset(ksh_ctypes, 0, sizeof(ksh_ctypes)); in set_ifs()
1220 ksh_ctypes[i] = tpl_ctypes[ebcdic_map[i]]; in set_ifs()
1222 memcpy(ksh_ctypes, tpl_ctypes, sizeof(tpl_ctypes)); in set_ifs()
1223 memset((char *)ksh_ctypes + sizeof(tpl_ctypes), '\0', in set_ifs()
1224 sizeof(ksh_ctypes) - sizeof(tpl_ctypes)); in set_ifs()
1228 ksh_ctypes[ord(*s++)] |= CiIFS; in set_ifs()
Dsh.h1383 EXTERN uint32_t ksh_ctypes[256]; variable
1521 #define ctype(c,t) tobool(ksh_ctypes[ord(c)] & (t))
1523 tobool(ksh_ctypes[(unsigned char)(c)] & (t)) : false)