Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk16 printf "\ttextht = %g; textwid = .1; cwid = %g\n", textht, cwid
29 cwid = scale * 0.12 # character width
52 $1 == "cwid" { cwid = $NF; next }
441 s, (n-nsub/2)*cwid, textht, (cloc-nsubc/2-0.5)*cwid, crh, crw, dav)
/freebsd/contrib/file/src/
H A Dfile.c518 int wid = 0, cwid; in unwrap() local
535 cwid = file_mbswidth(ms, line); in unwrap()
537 e |= process(ms, line, cwid); in unwrap()
543 if (cwid > wid) in unwrap()
544 wid = cwid; in unwrap()