Searched refs:pc_ctrl (Results 1 – 1 of 1) sorted by relevance
288 const hi_char *pc_ctrl = pc_delemit; in oal_strtok() local302 uc_map[*pc_ctrl >> 3] |= (1 << (*pc_ctrl & 7)); /* 7:取低3位,左移1位 */ in oal_strtok()303 } while (*pc_ctrl++); in oal_strtok()