Home
last modified time | relevance | path

Searched refs:not_supported (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmextern.h50 extern const char *not_supported[];
H A Dsttytable.c340 const char *not_supported[] = { variable
H A Dstty.c210 for (i = 0; not_supported[i]; i++) { in main()
211 if (strcmp(not_supported[i], s) == 0) { in main()