HomeSort by: relevance | last modified time | path
    Searched defs:hislevel (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/telnetd/
slc.c 223 int hislevel, mylevel, ack; local in function:process_slc
253 hislevel = flag & SLC_LEVELBITS;
261 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
287 int hislevel, mylevel; local in function:change_slc
289 hislevel = flag & SLC_LEVELBITS;
296 if (hislevel == SLC_NOSUPPORT) {
303 if (hislevel == SLC_DEFAULT) {
360 } else if (hislevel == SLC_CANTCHANGE &&
slc.c 223 int hislevel, mylevel, ack; local in function:process_slc
253 hislevel = flag & SLC_LEVELBITS;
261 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
287 int hislevel, mylevel; local in function:change_slc
289 hislevel = flag & SLC_LEVELBITS;
296 if (hislevel == SLC_NOSUPPORT) {
303 if (hislevel == SLC_DEFAULT) {
360 } else if (hislevel == SLC_CANTCHANGE &&

Completed in 70 milliseconds