OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:style_table_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp
968
int
style_table_size
= 5;
local
969
style_table = (const char **)new char *[
style_table_size
];
971
for (j = 0; j <
style_table_size
; j++)
979
if (i + 1 >=
style_table_size
) {
981
style_table_size
*= 2;
982
style_table = (const char **)new char*[
style_table_size
];
985
for (; j <
style_table_size
; j++)
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026