Searched refs:c_class (Results 1 – 2 of 2) sorted by relevance
53 uchar_t c_class; /* this callb's class */ member154 cp->c_class = (uchar_t)class; in callb_add_common()215 pp = &ct->ct_first_cb[me->c_class]; in callb_delete()
336 int c_class; in c_prev_word() local342 c_class = c_to_class(*p); in c_prev_word()347 if (c_class != C_CLASS_WHITE) in c_prev_word()351 c_class = c_to_class(*p); in c_prev_word()378 int c_class; in c_next_word() local384 c_class = c_to_class(*p); in c_next_word()389 if (c_class == C_CLASS_WHITE) in c_next_word()831 int c_class; in c_eword() local837 c_class = c_to_class(*p); in c_eword()842 if (c_class != C_CLASS_WHITE) in c_eword()[all …]