Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmad.c372 char *paction, *paction_end; in mad_get_framefx() local
408 paction_end = name_action + 16; in mad_get_framefx()
409 …for ( /* nothing */; ptmp < ptmp_end && paction < paction_end && !isspace( *ptmp ); ptmp++, pactio… in mad_get_framefx()
414 if ( paction < paction_end ) *paction = CSTR_END; in mad_get_framefx()