Home
last modified time | relevance | path

Searched refs:find_decimal_point (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp101 int find_decimal_point(const char *s, char decimal_point_char,
1405 int find_decimal_point(const char *s, char decimal_point_char, in find_decimal_point() function
1543 int pos = find_decimal_point(s, decimal_point_char, delim); in add_entry()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151300 * tbl/table.cc (find_dot): Rename to find_decimal_point. Add