Home
last modified time | relevance | path

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

/dports/games/egl/egl-0.3.1_9/client/
H A Dgui_init.c835 …Action, evaType_t type, char *fileName, gui_t *gui, parse_t *ps, char *keyName, qBool gotSemicolon) in event_newAction() argument
843 if (gotSemicolon) { in event_newAction()
1066 …if (!gotSemicolon && (!PS_ParseToken (ps, PSF_ALLOW_NEWLINES|PSF_TO_LOWER, &charToken) || strcmp (… in event_newAction()
1090 qBool gotSemicolon; in itemDef_newEvent() local
1177 gotSemicolon = qTrue; in itemDef_newEvent()
1180 gotSemicolon = qFalse; in itemDef_newEvent()
1209 …(&newEvent->actionList[newEvent->numActions], action, fileName, gui, ps, actionName, gotSemicolon)) in itemDef_newEvent()