Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dnametoindex.cpp100 int font::number_to_index(int n) in number_to_index() function in font
H A Dfont.cpp778 last_index = number_to_index(metric.code); in load()
788 copy_entry(number_to_index(metric.code), last_index); in load()
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dfont.h68 static int number_to_index(int);
/netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/
H A Dprinter.cpp240 int i = font::number_to_index(num); in set_numbered_char()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1153707 (font::number_to_index): Change argument type to int.
4950 * lib/font.h (class font): Declare font::number_to_index().
4954 (font::number_to_index): New function.
4955 * troff/input.c (font::number_to_index): New function.
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp4395 int i = font::number_to_index(num); in set_numbered_char()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp8226 int font::number_to_index(int n) in number_to_index() function in font