Searched refs:slc_mode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c1080 static int slc_mode = SLC_EXPORT; variable
1127 if (slc_mode == SLC_EXPORT)
1138 slc_mode == SLC_IMPORT ? "remote default" :
1139 slc_mode == SLC_EXPORT ? "local" :
1146 slc_mode = SLC_EXPORT;
1154 slc_mode = def ? SLC_IMPORT : SLC_RVALUE;
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1118 static int slc_mode = SLC_EXPORT;
1175 if (slc_mode == SLC_EXPORT)
1186 slc_mode == SLC_IMPORT ? "remote default" :
1187 slc_mode == SLC_EXPORT ? "local" :
1194 slc_mode = SLC_EXPORT;
1202 slc_mode = def ? SLC_IMPORT : SLC_RVALUE;
1114 static int slc_mode = SLC_EXPORT; variable

Completed in 133 milliseconds