Lines Matching refs:current
74 add_slc((unsigned char)i, slctab[i].current.flag, in send_slc()
75 slctab[i].current.val); in send_slc()
91 slctab[i].current.val = slctab[i].defset.val; in default_slc()
92 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE)) in default_slc()
93 slctab[i].current.flag = SLC_NOSUPPORT; in default_slc()
95 slctab[i].current.flag = slctab[i].defset.flag; in default_slc()
120 slctab[i].current.flag = SLC_NOSUPPORT; in get_slc_defaults()
121 slctab[i].current.val = 0; in get_slc_defaults()
254 mylevel = slctab[func].current.flag & SLC_LEVELBITS; in process_slc()
261 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) { in process_slc()
297 slctab[func].current.flag = flag; in change_slc()
298 slctab[func].current.val = (cc_t)_POSIX_VDISABLE; in change_slc()
311 slctab[func].current.flag = SLC_NOSUPPORT; in change_slc()
313 slctab[func].current.flag = slctab[func].defset.flag; in change_slc()
315 slctab[func].current.val = slctab[func].defset.val; in change_slc()
316 add_slc(func, slctab[func].current.flag, in change_slc()
317 slctab[func].current.val); in change_slc()
335 slctab[func].current.val = val; in change_slc()
337 slctab[func].current.flag = flag; in change_slc()
357 slctab[func].current.flag = flag; in change_slc()
358 slctab[func].current.val = val; in change_slc()
364 slctab[func].current.flag = flag; in change_slc()
368 slctab[func].current.flag = flag; in change_slc()
370 slctab[func].current.val = in change_slc()
372 val = slctab[func].current.val; in change_slc()
414 (*(slctab[i].sptr) != slctab[i].current.val)) { in check_slc()
415 slctab[i].current.val = *(slctab[i].sptr); in check_slc()
417 slctab[i].current.flag = SLC_NOSUPPORT; in check_slc()
419 slctab[i].current.flag = slctab[i].defset.flag; in check_slc()
420 add_slc((unsigned char)i, slctab[i].current.flag, in check_slc()
421 slctab[i].current.val); in check_slc()