Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.h417 extern unsigned char hpf_code_table[];
H A Denv.cpp3552 buf[i++] = hpf_code_table[c]; in insert_hyphenation()
3789 buf[j] = hpf_code_table[(unsigned char)buf[j]]; in read_patterns_file()
H A Dinput.cpp94 unsigned char hpf_code_table[256]; variable
6358 hpf_code_table[i] = i; in init_hpf_code_table()
6480 hpf_code_table[n1] = n2; in hyphenation_patterns_file_code()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1181655 * src/roff/troff/env.h (hpf_code_table): New extern.
1657 * src/roff/troff/input.cc (hpf_code_table): New array.