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

/macosx-10.10.1/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp79 unsigned char op_byte; member in struct:lig_kern_command
141 i = (256*t->lig_kern[i].op_byte
146 if (skip <= 128 && t->lig_kern[i].op_byte >= 128) {
149 *k = t->kern[256*(t->lig_kern[i].op_byte - 128)
179 i = 256*lig_kern[i].op_byte + lig_kern[i].remainder;
185 // op_byte == 0.
186 if (lig_kern[i].op_byte == 0
363 lig_kern[i].op_byte = *ptr++;

Completed in 127 milliseconds