Home
last modified time | relevance | path

Searched refs:linelgth (Results 1 – 2 of 2) sorted by relevance

/dports/math/nauty/nauty27r3/
H A Dtraces.c113 int linelgth; member
527 tv->linelgth = (tv->digits+1)*tv->tolevel+16; \
530 tv->linelgth = (tv->digits+1)*10+20; \
535 if (tv->options->verbosity >= 2) { LINE(tv->linelgth, "-"); \
1221 if (tv->linelgth < 40) { in Traces()
1222 tv->linelgth = 40; in Traces()
8507 tv->linelgth = 0; in Initialize_Traces_Variables()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dtraces.c113 int linelgth;
527 tv->linelgth = (tv->digits+1)*tv->tolevel+16; \
530 tv->linelgth = (tv->digits+1)*10+20; \
535 if (tv->options->verbosity >= 2) { LINE(tv->linelgth, "-"); \
1221 if (tv->linelgth < 40) {
1222 tv->linelgth = 40;
8507 tv->linelgth = 0;