Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dpkout.c51 static int pk_output_byte, bitweight; variable
57 bitweight = 1; pk_output_byte = x*16; in pk_nybble()
60 bitweight = 16; pk1(pk_output_byte + x); in pk_nybble()
468 if (bitweight != 16) pk1(pk_output_byte); in pk_char()