Searched refs:cwid (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/one-true-awk/testdir/ |
H A D | chem.awk | 16 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 D | file.c | 516 int wid = 0, cwid; in unwrap() local 533 cwid = file_mbswidth(ms, line); in unwrap() 535 e |= process(ms, line, cwid); in unwrap() 541 if (cwid > wid) in unwrap() 542 wid = cwid; in unwrap()
|