OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_box
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/groff/dist/src/preproc/eqn/
box.h
199
class
size_box
: public pointer_box {
class in inherits:pointer_box
203
size_box
(char *, box *);
204
~
size_box
();
other.cpp
391
size_box
::
size_box
(char *s, box *pp) : pointer_box(pp), size(s)
function in class:size_box
395
int
size_box
::compute_metrics(int style)
408
void
size_box
::output()
415
size_box
::~
size_box
()
420
void
size_box
::debug_print()
eqn.y
244
{ $$ = new
size_box
($2, $3); }
box.cpp
291
b = new
size_box
(strsave(buf), b);
Completed in 36 milliseconds
Indexes created Fri Sep 11 00:24:00 UTC 2026