Searched refs:i_to_a (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Ditoa.c28 char *i_to_a(int i) function
H A Derrarg.cpp66 const char *i_to_a(int);
74 fputs(i_to_a(n), stderr);
H A Dnametoindex.cpp81 strcpy(buf + 1, i_to_a(n));
/freebsd-10.1-release/contrib/groff/src/include/
H A Dlib.h30 const char *i_to_a(int);
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Ddiv.cpp967 return i_to_a(topdiv->get_page_offset().to_units());
984 return i_to_a(topdiv->get_page_length().to_units());
1007 return i_to_a(curdiv->get_vertical_position().to_units());
1024 return i_to_a(curdiv->get_high_water_mark().to_units());
1041 return i_to_a(curdiv->distance_to_next_trap().to_units());
1083 return i_to_a(topdiv->get_next_page_number());
1093 return i_to_a(topdiv->get_ejecting());
1109 return i_to_a(p->to_units());
H A Dreg.cpp89 return i_to_a(value);
105 return i_to_a(n);
H A Dcolumn.cpp627 return i_to_a(the_column->get_bottom().to_units());
637 return i_to_a(the_column->get_last_extra_space().to_units());
H A Dmtsm.cpp48 fputs(i_to_a(compare.value), fp);
115 fputs(i_to_a(compare.value), fp);
H A Denv.cpp1103 env_table[n] = new environment(i_to_a(n));
1107 nm = i_to_a(n);
1160 nm = i_to_a(n);
2649 strcpy(ptr, i_to_a(p->pos.to_units()));
2670 strcpy(ptr, i_to_a(p->pos.to_units()));
3068 return i_to_a((curenv->*func)());
3083 return i_to_a((curenv->*func)().to_units());
3098 return i_to_a((curenv->*func)().to_units());
3171 return i_to_a(sp);
3173 return i_to_a(s
[all...]
H A Dnode.cpp834 put_string(i_to_a(i), fp);
6443 return i_to_a(next_available_font_position());
H A Dinput.cpp5054 input_stack::push(make_temp_iterator(i_to_a(x)));
6325 strcpy(buf + 4, i_to_a(i));
6716 return i_to_a(input_stack::nargs());
6730 return i_to_a(line);
6796 return i_to_a(*p);
8185 symbol ns(i_to_a(n));
/freebsd-10.1-release/contrib/groff/src/roff/groff/
H A Dpipeline.c88 extern const char *i_to_a(int); /* from libgroff */
553 error("unexpected status %1", i_to_a(status), (char *)0, (char *)0);
/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dlabel.y527 const char *ptr = i_to_a(num + first_number);
548 return i_to_a(n);
/freebsd-10.1-release/contrib/groff/src/devices/grops/
H A Dps.cpp1327 .comment_arg(i_to_a(n));
1328 out.comment_arg(i_to_a(++pages_output))
1404 .comment_arg(i_to_a(pages_output))
/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp4492 html.begin_comment("Page: ").put_string(i_to_a(page_number)).end_comment();;
4699 html.begin_comment("Total number of pages: ").put_string(i_to_a(no_of_printed_pages)).end_comment();

Completed in 299 milliseconds