Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/revnetgroup/
H A Dgetgroup.c190 fill(start, target, termchar) in fill() argument
193 char termchar;
202 r = strchr(p, termchar);
/titanic_41/usr/src/tools/aw/
H A Daw.c136 copyuntil(FILE *in, FILE *out, int termchar) in copyuntil() argument
143 if (c == termchar) in copyuntil()
160 copyuntil_path(FILE *in, FILE *out, int termchar, in copyuntil_path() argument
196 if (c == termchar) in copyuntil_path()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_put.c64 int (*Outchar)() = termchar;
285 termchar(wchar_t c) in termchar() function
949 Outchar = termchar; in setoutt()
1246 putchar(Outchar != termchar ? ' ' : '\n'); in noonl()
H A Dex_unix.c246 if (inopen && Outchar != termchar) { in unix0()
H A Dex.h456 int termchar(wchar_t);
H A Dex_vget.c289 if (Outchar == termchar)
H A Dex_vops2.c1502 if (Outchar != termchar)
H A Dex_cmdsub.c1180 if (inopen && Outchar != termchar) { in pofix()