HomeSort by relevance Sort by last modified time
    Searched refs:ksh_ctypes (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
shf.c 1217 memset(ksh_ctypes, 0, sizeof(ksh_ctypes));
1220 ksh_ctypes[i] = tpl_ctypes[ebcdic_map[i]];
1222 memcpy(ksh_ctypes, tpl_ctypes, sizeof(tpl_ctypes));
1223 memset((char *)ksh_ctypes + sizeof(tpl_ctypes), '\0',
1224 sizeof(ksh_ctypes) - sizeof(tpl_ctypes));
1228 ksh_ctypes[ord(*s++)] |= CiIFS;
sh.h 1379 EXTERN uint32_t ksh_ctypes[256]; variable
    [all...]

Completed in 59 milliseconds