Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/roff/troff/
HDenv.h415 extern unsigned char hpf_code_table[];
HDenv.cpp3550 buf[i++] = hpf_code_table[c]; in insert_hyphenation()
3787 buf[j] = hpf_code_table[(unsigned char)buf[j]]; in read_patterns_file()
HDinput.cpp92 unsigned char hpf_code_table[256]; variable
6355 hpf_code_table[i] = i; in init_hpf_code_table()
6477 hpf_code_table[n1] = n2; in hyphenation_patterns_file_code()
/trueos/contrib/groff/
HDChangeLog.1181655 * src/roff/troff/env.h (hpf_code_table): New extern.
1657 * src/roff/troff/input.cc (hpf_code_table): New array.