Home | History | Annotate | Download | only in telnet

Lines Matching defs:mylevel

1131 	char mylevel;	/* Maximum level & flags */
1148 spcp->flags = spcp->mylevel = SLC_NOSUPPORT;
1155 spcp->mylevel = SLC_VARIABLE|flags; \
1158 spcp->mylevel = SLC_DEFAULT; \
1247 if (spcp->mylevel != SLC_NOSUPPORT) {
1251 spcp->flags = spcp->mylevel;
1313 if (level <= (spcp->mylevel&SLC_LEVELBITS)) {
1318 if ((spcp->mylevel&SLC_LEVELBITS) != SLC_DEFAULT)
1319 spcp->flags = spcp->mylevel;
1342 spcp->flags = spcp->mylevel;