Home | Sort by: relevance | last modified time | path |
/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; |