Home
last modified time | relevance | path

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

/haiku/src/bin/network/telnetd/
H A Dslc.c215 int hislevel, mylevel, ack; in process_slc() local
245 hislevel = flag & SLC_LEVELBITS; in process_slc()
253 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) { in process_slc()
279 int hislevel, mylevel; in change_slc() local
281 hislevel = flag & SLC_LEVELBITS; in change_slc()
288 if (hislevel == SLC_NOSUPPORT) { in change_slc()
295 if (hislevel == SLC_DEFAULT) { in change_slc()
352 } else if (hislevel == SLC_CANTCHANGE && in change_slc()