Searched refs:_shell (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkillchar.c55 /* Refer to _shell instead of _prog, since _shell will
60 ch = cur_term->_shell.c_cc[VERASE];
74 /* Refer to _shell instead of _prog, since _shell will
79 ch = cur_term->_shell.c_cc[VKILL];
H A Dcbreak.c74 cur_term->_prog.c_cc[VEOF] = cur_term->_shell.c_cc[VEOF];
75 cur_term->_prog.c_cc[VEOL] = cur_term->_shell.c_cc[VEOL];
130 cur_term->_prog.c_cc[VEOF] = cur_term->_shell.c_cc[VEOF];
131 cur_term->_prog.c_cc[VEOL] = cur_term->_shell.c_cc[VEOL];
H A Dwgetch.c165 * Refer to _shell instead of _prog, since _shell will
171 if (cur_term->_shell.c_cc[VERASE] != _POSIX_VDISABLE)
173 if (ch == cur_term->_shell.c_cc[VERASE])
H A Dsetup.c615 "def_shell_mode", __m_tty_get(&cur_term->_shell)
637 "reset_shell_mode", __m_tty_set(&cur_term->_shell)
H A Dm_cc.c268 /* Refer to _shell instead of _prog, since _shell will
273 mb = cur_term->_shell.c_cc[index];
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkillchar.c57 * Refer to _shell instead of _prog, since _shell will
62 ch = (char)PTERMIOS(_shell)->c_cc[VERASE];
73 * Refer to _shell instead of _prog, since _shell will
78 ch = (char)PTERMIOS(_shell)->c_cc[VKILL];
H A Dcbreak.c72 PTERMIOS(_prog)->c_cc[VEOF] = PTERMIOS(_shell)->c_cc[VEOF];
73 PTERMIOS(_prog)->c_cc[VEOL] = PTERMIOS(_shell)->c_cc[VEOL];
117 PTERMIOS(_prog)->c_cc[VEOF] = PTERMIOS(_shell)->c_cc[VEOF];
118 PTERMIOS(_prog)->c_cc[VEOL] = PTERMIOS(_shell)->c_cc[VEOL];
H A Dwgetch.c82 if (PTERMIOS(_shell)->c_cc[VEOL] == ch)
385 * Refer to _shell instead of _prog, since _shell will
391 if (PTERMIOS(_shell)->c_cc[VERASE] != _POSIX_VDISABLE)
393 if (ch == PTERMIOS(_shell)->c_cc[VERASE]) {
H A Dsetup.c320 cur_term->_shell = (void *) calloc(1, sizeof (struct termios));
399 if (tp->_shell)
400 free(tp->_shell);
632 return (__m_tty_get(PTERMIOS(_shell)));
644 return (__m_tty_set(PTERMIOS(_shell)));
H A Dm_cc.c269 * Refer to _shell instead of _prog, since _shell will
274 mb = (char)PTERMIOS(_shell)->c_cc[index];
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c231 _shell(),
825 _shell(cmd); /* local shell */
834 _shell(cmd); /*Local shell */
849 _shell(cmd); /* Local shell */
897 _shell(str) function
903 CDEBUG(4,"call _shell(%s)\r\n", str);

Completed in 79 milliseconds