Searched refs:tyi (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dlisp.c81 static int tyi(void);
1226 switch (c = tyi()) {
1240 switch (c = tyi()) {
1263 while (')' != (c = tyi()))
1312 while ((c = tyi()) <= ' ') {
1337 while ((c = tyi()) != '\n')
1417 return(ratom2(tyi()));
1434 a = tyi();
1437 for (i = 1, c = tyi(); !isterm(c) ; i++, c = tyi()) {
1624 tyi(void) function
[all...]

Completed in 80 milliseconds