Home
last modified time | relevance | path

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

/dports/games/gltron/gltron-0.70/lua/src/
H A Dlparser.c108 char t_what[TOKEN_LEN], t_who[TOKEN_LEN]; in check_match() local
110 luaX_token2str(who, t_who); in check_match()
112 t_what, t_who, where); in check_match()
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlparser.c108 char t_what[TOKEN_LEN], t_who[TOKEN_LEN]; in check_match() local
110 luaX_token2str(who, t_who); in check_match()
112 t_what, t_who, where); in check_match()
/dports/games/zangband/zangband/src/lua/
H A Dlparser.c108 char t_what[TOKEN_LEN], t_who[TOKEN_LEN]; in check_match() local
110 luaX_token2str(who, t_who); in check_match()
112 t_what, t_who, where); in check_match()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dlparser.cpp591 char t_what[TOKEN_LEN], t_who[TOKEN_LEN]; in error_unmatched() local
593 luaX_token2str(ls, who, t_who); in error_unmatched()
595 t_what, t_who, (int)where); in error_unmatched()