Home
last modified time | relevance | path

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

/freebsd/usr.bin/tip/tip/
H A Dtip.c444 for (p = etable; p->e_char; p++) in escape()
445 if (p->e_char == gch) { in escape()
528 for (p = etable; p->e_char; p++) { in help()
532 printf("%-2s %c %s\r\n", ctrl(p->e_char), in help()
H A Dtip.h171 char e_char; /* char to match on */ member