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

/freebsd-current/usr.sbin/kbdmap/
H A Dkbdmap.c55 static const char *font_current; variable
373 * $font_current is the current font from /etc/rc.conf
375 if (font && strcmp(font, font_current))
410 if (font != NULL && strcmp(font, font_current))
412 vidcontrol(font_current);
805 vidcontrol(font_current);
844 font_current = get_font();
845 if (font_current == NULL)
846 font_current = font_default;

Completed in 84 milliseconds