Home
last modified time | relevance | path

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

/openbsd/usr.sbin/wsfontload/
H A Dwsfontload.c81 int defwidth, defheight; in main() local
185 defwidth = screens.fontwidth; in main()
189 defwidth = 8; in main()
195 f.fontwidth = defwidth; in main()
/openbsd/sys/dev/sbus/
H A Dtvtwo.c159 const int defwidth[NFREQCODE] = { 1152, 1152, 1152, 1024, 640 }; variable
239 width = defwidth[freqcode]; in tvtwoattach()