Home
last modified time | relevance | path

Searched refs:prev_char (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dread.c172 clientp->prev_char = 0; in read_char()
185 if (clientp->prev_char == 0xd && *c == 0) { in read_char()
186 clientp->prev_char = *c; in read_char()
190 clientp->prev_char = *c; in read_char()
195 clientp->prev_char = 0; in read_char()
H A Dcmd.c341 char prev_char; in vntsd_process_daemon_cmd() local
343 prev_char = clientp->prev_char; in vntsd_process_daemon_cmd()
345 if (c != VNTSD_DAEMON_CMD || (prev_char != 0 && prev_char != CR)) { in vntsd_process_daemon_cmd()
H A Dvntsd.h271 char prev_char; /* previous char read by this client */ member
H A Dcommon.c343 clientp->prev_char = 0; in vntsd_read_data()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c497 register char *mp, c, prev_char; local
501 prev_char = ' ';
507 } else if (prev_char != '\\') {
514 prev_char = c;
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c49 static wchar_t prev_char; variable
230 prev_char != '$')) { in main()
960 prev_char = C; in getchr()