Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/telnet/
Dtelnet.c1107 #define SLC_EXPORT 1 macro
1109 static int slc_mode = SLC_EXPORT;
1166 if (slc_mode == SLC_EXPORT) in slc_init()
1178 slc_mode == SLC_EXPORT ? "local" : in slcstate()
1185 slc_mode = SLC_EXPORT; in slc_mode_export()