Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dblood.cpp2319 char *ifmatchend; in parsedefinitions_game() local
2327 if (scriptfile_getbraces(pScript,&ifmatchend)) break; in parsedefinitions_game()
2328 while (pScript->textptr < ifmatchend) in parsedefinitions_game()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Ddefs.cpp870 char *ifmatchend; in defsparser() local
878 if (scriptfile_getbraces(script,&ifmatchend)) break; in defsparser()
879 while (script->textptr < ifmatchend) in defsparser()