Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dnext.c590 unsigned temp, *movep, *tmovep; in NextSort() local
602 tmovep = movep - 1; in NextSort()
603 while (tmovep >= tree->last[ply - 1] && SortV(*tmovep) < SortV(temp)) { in NextSort()
604 *(tmovep + 1) = *tmovep; in NextSort()
605 tmovep--; in NextSort()
607 *(tmovep + 1) = temp; in NextSort()