Home
last modified time | relevance | path

Searched refs:defheight (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/wsfontload/
H A Dwsfontload.c81 int defwidth, defheight; in main() local
186 defheight = screens.fontheight; in main()
190 defheight = 16; in main()
197 f.fontheight = defheight; in main()
/openbsd/sys/dev/sbus/
H A Dtvtwo.c160 const int defheight[NFREQCODE] = { 900, 900, 900, 768, 480 }; variable
240 height = defheight[freqcode]; in tvtwoattach()