HomeSort by: relevance | last modified time | path
    Searched refs:last_op (Results 1 - 2 of 2) sorted by relevancy

  /src/games/monop/
prop.c 97 OWN *op, *last_op; local in function:del_list
110 last_op = NULL;
115 last_op = op;
118 if (last_op == NULL)
121 last_op->next = op->next;
prop.c 97 OWN *op, *last_op; local in function:del_list
110 last_op = NULL;
115 last_op = op;
118 if (last_op == NULL)
121 last_op->next = op->next;

Completed in 45 milliseconds