Searched refs:charwidth (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/groff/font/devascii/
H A DMakefile.sub13 @(charwidth=`expr $(RES) / $(CPI)` ; \
15 -e "s/^\\([^ ]*\\) [0-9]+ /\\1 $$charwidth /" \
16 -e "s/^spacewidth [0-9]+$$/spacewidth $$charwidth/" \
/freebsd-11-stable/contrib/groff/font/devcp1047/
H A DMakefile.sub13 @(charwidth=`expr $(RES) / $(CPI)` ; \
15 -e "s/^\\([^ ]*\\) [0-9]+ /\\1 $$charwidth /" \
16 -e "s/^spacewidth [0-9]+$$/spacewidth $$charwidth/" \
/freebsd-11-stable/contrib/groff/font/devhtml/
H A DMakefile.sub14 @(charwidth=`expr $(RES) / $(CPI)` ; \
16 -e "s/^\\([^ ]*\\) [0-9]+ /\\1 $$charwidth /" \
17 -e "s/^spacewidth [0-9]+$$/spacewidth $$charwidth/" \
/freebsd-11-stable/contrib/groff/font/devlatin1/
H A DMakefile.sub13 @(charwidth=`expr $(RES) / $(CPI)` ; \
15 -e "s/^\\([^ ]*\\) [0-9]+ /\\1 $$charwidth /" \
16 -e "s/^spacewidth [0-9]+$$/spacewidth $$charwidth/" \
/freebsd-11-stable/contrib/groff/font/devutf8/
H A DMakefile.sub13 @(charwidth=`expr $(RES) / $(CPI)` ; \
15 -e "s/^\\([^ ]*\\) [0-9]+ /\\1 $$charwidth /" \
16 -e "s/^spacewidth [0-9]+$$/spacewidth $$charwidth/" \
/freebsd-11-stable/gnu/usr.bin/groff/font/
H A DMakefile.tty13 @(charwidth=`expr $(RES) / $(CPI)` ; \
15 -e "s/^\\([^ ]*\\) [0-9]+ /\\1 $$charwidth /" \
16 -e "s/^spacewidth [0-9]+$$/spacewidth $$charwidth/" \
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c197 int i, outlen, len, charwidth; local
203 charwidth = type & BUF_TYPE_WIDTH_MASK;
205 switch (charwidth) {
228 switch (charwidth) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h277 unsigned charwidth:2; member in struct:utf8proc_property_struct
H A Dutf8proc.c383 return utf8proc_get_property(c)->charwidth;
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c6395 int byte, wchar_bytes, charwidth, bitpos;
6408 charwidth = TYPE_PRECISION (char_type_node);
6429 bitpos = (wchar_bytes - byte - 1) * charwidth;
6431 bitpos = byte * charwidth;
6440 bitpos = ((wchar_bytes - 1) * charwidth) + HOST_BITS_PER_CHAR;
6364 int byte, wchar_bytes, charwidth, bitpos; local
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4948 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4824 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex6339 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth

Completed in 165 milliseconds