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

  /src/usr.bin/telnet/
utilities.c 43 #define SLC_NAMES
  /src/libexec/telnetd/
defs.h 43 #define SLC_NAMES
  /src/include/arpa/
telnet.h 222 * For backwards compatibility, we define SLC_NAMES to be the
223 * list of names if SLC_NAMES is not defined.
233 #ifdef SLC_NAMES
234 const char *slc_names[] = { variable in typeref:typename:const char * []
238 extern const char *slc_names[];
239 #define SLC_NAMES SLC_NAMELIST
243 #define SLC_NAME(x) slc_names[x]

Completed in 12 milliseconds