Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c53 uchar_t c_class; /* this callb's class */ member
154 cp->c_class = (uchar_t)class; in callb_add_common()
215 pp = &ct->ct_first_cb[me->c_class]; in callb_delete()
/freebsd-12.1/contrib/tcsh/
H A Ded.chared.c336 int c_class; in c_prev_word() local
342 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() local
384 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() local
837 c_class = c_to_class(*p); in c_eword()
842 if (c_class != C_CLASS_WHITE) in c_eword()
[all …]