Home
last modified time | relevance | path

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

/dports/games/powwow/powwow-1.2.17/
H A Dcmd2.c264 action_chars[type], in __P6()
278 action_chars[type], in __P6()
324 action_chars[node->type], in __P6()
341 action_chars[p->type], in __P0()
360 action_chars[p->type], in __P0()
591 action_chars[(*np)->type], (*np)->active ? '+' : '-', in __P2()
606 action_chars[(*np)->type], in __P2()
H A Dmain.h117 extern char action_chars[];
H A Dutils.c1130 action_chars[acp->type], acp->active ? '+' : '-', in __P0()
1139 action_chars[ptp->type], ptp->active ? '+' : '-', in __P0()
H A Dmain.c228 char action_chars[ACTION_TYPES] = { '>', '%' }; variable