Searched refs:actionSeq (Results 1 – 3 of 3) sorted by relevance
3167 short oldStateSeq,actionSeq; in processPropertySeq() local3175 actionSeq = impAct[GetAction(cell)]; /* isolate the action */ in processPropertySeq()3178 if (actionSeq != 0) { in processPropertySeq()3179 switch (actionSeq) { in processPropertySeq()
3133 short oldStateSeq,actionSeq; in processPropertySeq() local3141 actionSeq = impAct[GetAction(cell)]; /* isolate the action */ in processPropertySeq()3144 if (actionSeq != 0) { in processPropertySeq()3145 switch (actionSeq) { in processPropertySeq()
1862 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local1874 actionSeq=(*pImpAct)[GET_ACTION(cell)]; /* isolate the action */ in processPropertySeq()1877 if(actionSeq) { in processPropertySeq()1878 switch(actionSeq) { in processPropertySeq()