Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxperl.cpp1546 AV* inarray2 = (AV*)SvRV(cells2); in XS() local
1549 bool multi2 = ((av_len(inarray2) + 1) & 1) == 1; in XS()
1577 num_cells = (av_len(inarray2) + 1) / ints_per_cell; in XS()
1580 x = SvIV( *av_fetch(inarray2, item, 0) ); in XS()
1581 y = SvIV( *av_fetch(inarray2, item + 1, 0) ); in XS()
1583 state = SvIV( *av_fetch(inarray2, item + 2, 0) ); in XS()