Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c1165 const uint32_t tpl_ctypes[128] = { variable
1221 ksh_ctypes[i] = tpl_ctypes[ebcdic_map[i]]; in set_ifs()
1223 memcpy(ksh_ctypes, tpl_ctypes, sizeof(tpl_ctypes)); in set_ifs()
1224 memset((char *)ksh_ctypes + sizeof(tpl_ctypes), '\0', in set_ifs()
1225 sizeof(ksh_ctypes) - sizeof(tpl_ctypes)); in set_ifs()
Dsh.h1447 extern const uint32_t tpl_ctypes[128];