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

/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddevice.c49 struct charinfo *code_next; member in struct:charinfo
339 for (p = f->code_table[code & 0xff];; p = p->code_next) {
354 for (; state; state = state->code_next)
357 state = state->code_next;
391 ci->code_next = *pp;

Completed in 49 milliseconds