Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.h94 char decimal_point_char; variable
145 table(int nc, unsigned flags, int linesize, char decimal_point_char);
H A Dmain.cpp353 char decimal_point_char; member
359 : flags(0), linesize(0), tab_char('\t'), decimal_point_char('.') in options()
510 opt->decimal_point_char = arg[0]; in process_options()
1204 opt->decimal_point_char); in process_data()
H A Dtable.cpp101 int find_decimal_point(const char *s, char decimal_point_char,
1202 : flags(f), nrows(0), ncolumns(nc), linesize(ls), decimal_point_char(dpc), in table()
1405 int find_decimal_point(const char *s, char decimal_point_char, in find_decimal_point() argument
1431 else if (p[0] == decimal_point_char && csdigit(p[1])) in find_decimal_point()
1543 int pos = find_decimal_point(s, decimal_point_char, delim); in add_entry()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151294 * tbl/main.cc (struct options): New decimal_point_char member.
1297 (process_data): Pass decimal_point_char option to table::table.
1298 * tbl/table.h (class table): New decimal_point_char member.
1303 (table::table): Initialize decimal_point_char.