Home
last modified time | relevance | path

Searched refs:termchar (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.bin/look/
H A Dlook.c75 int ch, fd, termchar; local
79 termchar = '\0';
89 termchar = *optarg;
111 if (termchar != '\0' && (p = strchr(string, termchar)) != NULL)
/original-bsd/usr.bin/ex/
H A Dex_put.c32 int (*Outchar)() = termchar;
234 termchar(c) in termchar() function
835 Outchar = termchar; in setoutt()
1174 ex_putchar(Outchar != termchar ? ' ' : '\n'); in noonl()
H A Dex.h402 int termchar();
H A Dex_unix.c120 if (inopen && Outchar != termchar) {
H A Dex_vget.c275 if (Outchar == termchar)
H A Dex_vops2.c843 if (Outchar != termchar)
H A Dex_cmdsub.c884 if (inopen && Outchar != termchar) { in pofix()