Home
last modified time | relevance | path

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

/trunk/main/rsc/source/parser/
H A Dyyrscyacc.y37 Atom hashid; member
402 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
410 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
418 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
419 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
499 SetConst( S.Top(), "_ZOOMINMAPMODE", $3.hashid, $3.nValue );
511 SetConst( S.Top(), "_FLOATINGPOSMAPMODE", $3.hashid, $3.nValue );
553 aError = aInst.pClass->GetArrayEle( aInst, $3.hashid, NULL, &aIdxInst );
627 aError = aInst.pClass->GetArrayEle( aInst, $3.hashid, NULL, &aIdxInst );
821 aError = S.Top().pClass->SetConst( S.Top(), $1.hashid, $1.nValue );
[all …]
H A Drsclex.cxx235 pTokenVal->constname.hashid = aKey.nName; in MakeToken()