Searched refs:locale_device (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/catman/
H A Dcatman.c81 static const char *locale_device[] = { variable
732 for (i = 0; locale_device[i] != NULL; i += 2) {
733 if (strcmp(sep, locale_device[i]) == 0) {
734 nroff_device = locale_device[i + 1];

Completed in 38 milliseconds