Home
last modified time | relevance | path

Searched refs:getchr (Results 1 – 16 of 16) sorted by relevance

/dragonfly/games/larn/
H A Dobject.c158 i = getchr(); in lookforobject()
183 j = getchr(); in lookforobject()
206 i = getchr(); in lookforobject()
229 i = getchr(); in lookforobject()
248 i = getchr(); in lookforobject()
299 i = getchr(); in lookforobject()
319 i = getchr(); in lookforobject()
358 i = getchr(); in lookforobject()
456 i = getchr(); in lookforobject()
470 i = getchr(); in lookforobject()
[all …]
H A Dmoreobj.c30 switch (getchr()) { in oaltar()
34 switch (getchr()) { in oaltar()
142 switch (getchr()) { in othrone()
191 switch (getchr()) { in odeadthrone()
222 switch (getchr()) { in ochest()
287 switch (getchr()) { in ofountain()
H A Dstore.c236 i = getchr(); in dndstore()
255 i = getchr(); in dndstore()
387 i = getchr(); in oschool()
524 i = getchr(); in banktitle()
606 i = getchr(); in obanksub()
636 i = getchr(); in obanksub()
701 while (i > 'z' || (i < 'a' && i != '*' && i != '\33' && i != '.')) i = getchr(); in otradepost()
802 i = getchr(); in olrs()
H A Dhelp.c47 i = getchr(); in help()
97 while (getchr() != '\n') in retcont()
H A Dglobal.c375 i = getchr(); in quit()
406 while (getchr() != ' ') in more()
773 i = getchr(); in getyn()
H A Dmonster.c238 while ((a = getchr()) == 'D') { in cast()
245 if ((b = getchr()) == '\33') /* to escape casting a spell */ in cast()
247 if ((d = getchr()) == '\33') { in cast()
991 switch (getchr()) { in dirsub()
1873 for (i = 0; (!isalpha(i)) && (i != ' '); i = getchr()) in genmonst()
H A Dmain.c1247 i = getchr(); in whatitem()
1263 if ((i = getchr()) == '*') in readnum()
1274 i = getchr(); in readnum()
H A Dheader.h433 char getchr(void);
H A Dio.c108 getchr(void) in getchr() function
/dragonfly/games/hunt/hunt/
H A Dplayit.c65 #define GETCHR() (--icnt < 0 ? getchr() : *iptr++)
67 static unsigned char getchr(void);
189 getchr(void) in getchr() function
/dragonfly/usr.bin/printf/
H A Dprintf.c78 static int getchr(void);
383 p = getchr(); in printf_doformat()
538 getchr(void) in getchr() function
/dragonfly/contrib/less/
H A Doutput.c603 while ((c = getchr()) != '\n' && c != '\r') in get_return()
606 c = getchr(); in get_return()
703 c = getchr(); in query()
H A Dttyin.c162 public int getchr(void) in getchr() function
H A Dos.c133 LWCHAR ch = getchr(); in check_poll()
H A Dcommand.c930 return ((ungot == NULL) ? getchr() : 0); in getcc_end_command()
949 c = getchr(); in getccu()
H A Dfuncs.h375 public int getchr(void);