Home
last modified time | relevance | path

Searched refs:chartype (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/indent/
H A Dlexi.c68 char chartype[128] = variable
118 if (chartype[*buf_ptr] == alphanum || buf_ptr[0] == '.' && isdigit(buf_ptr[1])) { in lexi()
164 while (chartype[*buf_ptr] == alphanum) { /* copy it over */ in lexi()
444 if (chartype[*buf_ptr] == opchar) { /* we have two char assignment */ in lexi()
/original-bsd/games/phantasia/
H A Dmain.c401 int chartype; /* character type */ in rollnewplayer() local
411 chartype = getanswer("1234567", FALSE); in rollnewplayer()
415 chartype = getanswer("123456", FALSE); in rollnewplayer()
420 genchar(chartype); /* roll up a character */ in rollnewplayer()