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

  /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]
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 23 milliseconds