/dports/textproc/groff/groff-1.22.4/src/roff/troff/ |
H A D | hvunits.h | 79 extern int get_hunits(hunits *, unsigned char si); 81 extern int get_hunits(hunits *, unsigned char si, hunits prev_value);
|
H A D | number.cpp | 54 int get_hunits(hunits *res, unsigned char si) in get_hunits() function 133 int get_hunits(hunits *res, unsigned char si, hunits prev_value) in get_hunits() function
|
H A D | env.cpp | 1362 if (has_arg() && get_hunits(&temp, 'm', curenv->line_length)) { in line_length() 1379 if (has_arg() && get_hunits(&temp, 'm', curenv->title_length)) { in title_length() 1444 if (has_arg() && get_hunits(&temp, 'm', curenv->indent)) { in indent() 1467 if (!get_hunits(&temp, 'm', curenv->get_indent())) in temporary_indent() 1571 if (has_arg() && get_hunits(&d, 'm')) in margin_character() 1875 if (get_hunits(&n, 'm')) { in hyphenation_space_request() 1893 if (get_hunits(&n, 'm')) { in hyphenation_margin_request() 2769 if (!get_hunits(&pos, 'm', prev_pos)) in set_tabs()
|
H A D | div.cpp | 655 if (!has_arg() || !get_hunits(&n, 'm', topdiv->page_offset)) in page_offset()
|
H A D | node.cpp | 6419 && get_hunits(&min_a, 'p') in track_kern() 6421 && get_hunits(&max_a, 'p')) { in track_kern()
|
H A D | input.cpp | 6780 if (has_arg() && get_hunits(&n, 'm')) { in spreadwarn_request() 8375 if (!get_hunits(&point[i].h, in read_draw_node()
|
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/ |
H A D | hvunits.h | 80 extern int get_hunits(hunits *, unsigned char si); 82 extern int get_hunits(hunits *, unsigned char si, hunits prev_value);
|
H A D | number.cc | 55 int get_hunits(hunits *res, unsigned char si) in get_hunits() function 134 int get_hunits(hunits *res, unsigned char si, hunits prev_value) in get_hunits() function
|
H A D | env.cc | 1435 if (has_arg() && get_hunits(&temp, 'm', curenv->line_length)) { in line_length() 1452 if (has_arg() && get_hunits(&temp, 'm', curenv->title_length)) { in title_length() 1517 if (has_arg() && get_hunits(&temp, 'm', curenv->indent)) { in indent() 1541 if (!get_hunits(&temp, 'm', curenv->get_indent())) in temporary_indent() 1645 if (has_arg() && get_hunits(&d, 'm')) in margin_character() 1942 if (get_hunits(&n, 'm')) { in hyphenation_space_request() 1960 if (get_hunits(&n, 'm')) { in hyphenation_margin_request() 2923 if (!get_hunits(&pos, 'm', prev_pos)) in set_tabs()
|
H A D | div.cc | 640 if (!has_arg() || !get_hunits(&n, 'm', topdiv->page_offset)) in page_offset()
|
H A D | node.cc | 5918 && get_hunits(&min_a, 'p') in track_kern() 5920 && get_hunits(&max_a, 'p')) { in track_kern()
|
H A D | input.cc | 5907 if (has_arg() && get_hunits(&n, 'm')) { in spreadwarn_request() 7363 if (!get_hunits(&point[i].h, in read_draw_node()
|
/dports/textproc/groff/groff-1.22.4/ |
H A D | ChangeLog.115 | 5605 * troff/number.c (get_vunits, get_hunits, get_number, get_integer,
|
/dports/japanese/groff/groff-1.18.1.1/ |
H A D | ChangeLog | 12959 * troff/number.c (get_vunits, get_hunits, get_number, get_integer,
|