Home
last modified time | relevance | path

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

/dragonfly/usr.bin/tip/
H A Dtip.c428 for (p = etable; p->e_char; p++) in escape()
429 if (p->e_char == gch) { in escape()
517 for (p = etable; p->e_char; p++) { in help()
521 printf("%-2s %c %s\r\n", ctrl(p->e_char), in help()
H A Dtip.h187 char e_char; /* char to match on */ member
/dragonfly/games/hunt/huntd/
H A Dexpl.c68 ep->e_char = type; in showexpl()
125 if (pp->p_maze[y][x] == ep->e_char) { in rollexpl()
H A Dserver.h184 char e_char; member