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

  /src/games/monop/
prop.c 66 OWN *tp, *last_tp; local in function:add_list
74 last_tp = NULL;
81 last_tp = tp;
83 if (last_tp != NULL)
84 last_tp->next = op;
prop.c 66 OWN *tp, *last_tp; local in function:add_list
74 last_tp = NULL;
81 last_tp = tp;
83 if (last_tp != NULL)
84 last_tp->next = op;

Completed in 22 milliseconds