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

  /src/usr.bin/telnet/
commands.c 879 cc_t *charp; /* where it is located at */
994 printf("%s set to \"%s\".\n", ct->name, ct->charp);
1001 *(ct->charp) = (cc_t)value;
1002 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1060 printf("%s reset to \"%s\".\n", ct->name, ct->charp);
1062 *(ct->charp) = _POSIX_VDISABLE;
1063 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1251 printf("%-15s [%s]\n", sl->name, control(*sl->charp)); \
1253 printf("%-15s \"%s\"\n", sl->name, sl->charp); \
876 cc_t *charp; \/* where it is located at *\/ member in struct:setlist
commands.c 879 cc_t *charp; /* where it is located at */
994 printf("%s set to \"%s\".\n", ct->name, ct->charp);
1001 *(ct->charp) = (cc_t)value;
1002 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1060 printf("%s reset to \"%s\".\n", ct->name, ct->charp);
1062 *(ct->charp) = _POSIX_VDISABLE;
1063 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1251 printf("%-15s [%s]\n", sl->name, control(*sl->charp)); \
1253 printf("%-15s \"%s\"\n", sl->name, sl->charp); \
876 cc_t *charp; \/* where it is located at *\/ member in struct:setlist

Completed in 23 milliseconds