HomeSort by: relevance | last modified time | path
    Searched refs:e_char (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/tip/
cmdtab.c 60 { .e_char = '\0' }
tip.c 470 for (p = etable; p->e_char; p++)
471 if (p->e_char == gch) {
545 for (p = etable; p->e_char; p++) {
549 (void)printf("%-2s %c %s\r\n", ctrl(p->e_char),
tip.h 171 char e_char; /* char to match on */ member in struct:__anone4f81e9c0308
  /src/games/hunt/huntd/
hunt.h 124 char e_char; member in struct:expl_def
expl.c 65 ep->e_char = type;
128 if (pp->p_maze[y][x] == ep->e_char) {

Completed in 13 milliseconds