Searched defs:mylevel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1187 char mylevel; /* Maximum level & flags */ member in struct:spc
1204 spcp->flags = spcp->mylevel = SLC_NOSUPPORT;
1211 spcp->mylevel = SLC_VARIABLE|(flags);\
1214 spcp->mylevel = SLC_DEFAULT; \
1322 if (spcp->mylevel != SLC_NOSUPPORT) {
1326 spcp->flags = spcp->mylevel;
1390 if (level <= (spcp->mylevel&SLC_LEVELBITS)) {
1395 if ((spcp->mylevel&SLC_LEVELBITS) != SLC_DEFAULT)
1396 spcp->flags = spcp->mylevel;
1419 spcp->flags = spcp->mylevel;
[all...]

Completed in 61 milliseconds