Home
last modified time | relevance | path

Searched refs:yrepcount (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/larn/
HDtok.c12 int yrepcount = 0, dayplay = 0; variable
32 yrepcount = 0; in yylex()
35 if (yrepcount > 0) { in yylex()
36 --yrepcount; in yylex()
39 yrepcount = 0; in yylex()
40 if (yrepcount == 0) { in yylex()
103 yrepcount = yrepcount * 10 + cc - '0'; in yylex()
105 if (yrepcount > 0) in yylex()
106 --yrepcount; in yylex()
HDmain.c249 yrepcount = hit2flag = 0; in main()
681 if (yrepcount) in parse()
686 yrepcount = 0; in parse()
691 yrepcount = 0; in parse()
696 yrepcount = 0; in parse()
705 yrepcount = 0; in parse()
711 yrepcount = 0; in parse()
717 yrepcount = 0; in parse()
722 yrepcount = 0; in parse()
728 yrepcount = 0; in parse()
[all …]
HDstore.c384 yrepcount = 0; in oschool()
603 yrepcount = 0; in obanksub()
746 yrepcount = 0; in otradepost()
799 yrepcount = 0; in olrs()
HDdisplay.c498 return (yrepcount = 0); in moveplayer()
505 return (yrepcount = 0); in moveplayer()
522 return (yrepcount = 0); in moveplayer()
529 return (yrepcount = 0); in moveplayer()
HDheader.h348 extern int dayplay, enable_scroll, srcount, yrepcount, userid, wisid,
HDobject.c36 yrepcount = 0; in lookforobject()
HDmonster.c1224 yrepcount = 0; in hitplayer()