Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/tip/
H A Dtip.c470 for (p = etable; p->e_char; p++) in escape()
471 if (p->e_char == gch) { in escape()
545 for (p = etable; p->e_char; p++) { in help()
549 (void)printf("%-2s %c %s\r\n", ctrl(p->e_char), in help()
H A Dcmdtab.c60 { .e_char = '\0' }
H A Dtip.h171 char e_char; /* char to match on */ member
/netbsd-src/games/hunt/huntd/
H A Dexpl.c65 ep->e_char = type; in showexpl()
128 if (pp->p_maze[y][x] == ep->e_char) { in rollexpl()
H A Dhunt.h124 char e_char; member