Home | History | Annotate | Download | only in traincascade

Lines Matching defs:ord

428     const char* ord = 0, *cat = 0;
437 ord = strstr( str, "ord" );
439 if ( !ord && !cat )
442 if ( !ord && strlen(cat) == 3 ) // str == "cat"
448 if ( !cat && strlen(ord) == 3 ) // str == "ord"
454 if ( ord ) // parse ord str
457 if ( ord[3] != '[')
460 ord += 4; // pass "ord["
463 int b1 = (int)strtod( ord, &stopstring );
466 ord = stopstring + 1;
478 int b2 = (int)strtod( ord, &stopstring);
481 ord = stopstring + 1;