Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dctc_lcs.c2230 char* pszOperand; // -> Statement operand in BuildOAT() local
2304 pszOperand = strtok( NULL, " \t" ); in BuildOAT()
2319 if( !pszOperand || in BuildOAT()
2321 sscanf( pszOperand, "%hi%c", &sPort, &c ) != 1 ) in BuildOAT()
2345 if( !pszOperand || in BuildOAT()
2347 sscanf( pszOperand, "%hi%c", &sPort, &c ) != 1 ) in BuildOAT()
2396 if( !pszKeyword || !pszOperand ) in BuildOAT()
2413 if( strcasecmp( pszOperand, "IP" ) == 0 ) in BuildOAT()
2465 else if( strcasecmp( pszOperand, "SNA" ) == 0 ) in BuildOAT()
2497 pszOATName, pszOperand ); in BuildOAT()