HomeSort by: relevance | last modified time | path
    Searched defs:slc_export (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/telnet/
telnet.c 1135 #define SLC_EXPORT 1
1137 static int slc_mode = SLC_EXPORT;
1184 if (slc_mode == SLC_EXPORT)
1185 slc_export();
1196 slc_mode == SLC_EXPORT ? "local" :
1203 slc_mode = SLC_EXPORT;
1205 slc_export();
1239 slc_export(void)
1236 slc_export(void) function in typeref:typename:void
telnet.c 1135 #define SLC_EXPORT 1
1137 static int slc_mode = SLC_EXPORT;
1184 if (slc_mode == SLC_EXPORT)
1185 slc_export();
1196 slc_mode == SLC_EXPORT ? "local" :
1203 slc_mode = SLC_EXPORT;
1205 slc_export();
1239 slc_export(void)
1236 slc_export(void) function in typeref:typename:void

Completed in 26 milliseconds