Home
last modified time | relevance | path

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

/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c403 unsigned int curchar = 0, i, j, linenum = 0, bbwbytes; in parse_bdf() local
464 bbwbytes = 0; /* GCC 4.2.1 "may be used uninitialized" workaround. */ in parse_bdf()
485 bbwbytes = howmany(bbw, 8); in parse_bdf()
508 if (strlen(ln) < bbwbytes * 2) in parse_bdf()
512 for (j = 0; j < bbwbytes; j++) { in parse_bdf()