Home
last modified time | relevance | path

Searched refs:arealistechomax (Results 1 – 4 of 4) sorted by relevance

/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeinit.cpp970 if(CFG->arealistechomax) { in Initialize()
971 if(CFG->arealistechomax > (int)(sizeof(Echo)-1)) in Initialize()
972 CFG->arealistechomax = sizeof(Echo)-1; in Initialize()
973 if(CFG->arealistechomax < 0) in Initialize()
974 echoid_width += CFG->arealistechomax; in Initialize()
976 echoid_width = CFG->arealistechomax; in Initialize()
H A Dgccfgg1.cpp340 CFG->arealistechomax = atoi(val); in CfgArealistechomax()
H A Dgecfgg.h246 int arealistechomax; variable
H A Dgccfgg.cpp709 arealistechomax = 0; in CfgGed()