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

  /src/usr.bin/telnet/
telnet.c 1134 #define SLC_IMPORT 0
1187 slc_import(1);
1195 slc_mode == SLC_IMPORT ? "remote default" :
1211 slc_mode = def ? SLC_IMPORT : SLC_RVALUE;
1213 slc_import(def);
1224 slc_import(int def)
1235 /*@*/ else printf("slc_import: not enough room\n");
1221 slc_import(int def) function in typeref:typename:void
telnet.c 1134 #define SLC_IMPORT 0
1187 slc_import(1);
1195 slc_mode == SLC_IMPORT ? "remote default" :
1211 slc_mode = def ? SLC_IMPORT : SLC_RVALUE;
1213 slc_import(def);
1224 slc_import(int def)
1235 /*@*/ else printf("slc_import: not enough room\n");
1221 slc_import(int def) function in typeref:typename:void

Completed in 22 milliseconds