Home
last modified time | relevance | path

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

/dports/net/xisp/xisp-2.7p4/
H A Dcommon.h263 unsigned char costPTT; /* total cost currency def'ed in this PTT */ member
H A Drcio.c176 rcPrint(rcfp, "CostPTT: %d\n", global->costPTT); in outputAllXisprc()
370 readParam(rcfp, "CostPTT", 'B', 0, global->numPTTs-1, &(global->costPTT)); in inputGlobals()
H A Dxisp.c2433 global.costPTT = (global.costPTT < global.numPTTs) ?
2434 global.costPTT : global.numPTTs-1;
3920 global.costPTT = currentPTT;
4683 global.costPTT = currentPTT;
4701 global.costPTT = currentPTT;
6670 global.costPTT = currentPTT;
7834 global.costPTT = currentPTT;
7939 global.costPTT = currentPTT;
8309 global.costPTT = currentPTT;
8836 global.costPTT /* calculation & logging */
[all …]
H A Dxisprccv.c561 unsigned char costPTT; member
1299 g27->costPTT = g26->dfltPTT; in initGlobal27()
2284 rcPrint(rcfp, "CostPTT: %d\n", g->costPTT); in outputAllXisprc()