Searched refs:GDIGITS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dpic.y34 #define GDIGITS 14
483 $$.str = new char[GDIGITS + 1];
492 $$.str = new char[GDIGITS + 2 + GDIGITS + 1];
H A Dpic.cpp25 #define GDIGITS 14 macro
4136 yyval.lstr.str = new char[GDIGITS + 1];
4149 yyval.lstr.str = new char[GDIGITS + 2 + GDIGITS + 1];

Completed in 99 milliseconds