Home
last modified time | relevance | path

Searched refs:newstuff (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c163 struct termios newstuff; in __m_tty_override_mode() local
165 rval = newstuff = *PTERMIOS(_actual); in __m_tty_override_mode()
177 newstuff.c_cc[VMIN] = (cc_t) vmin; in __m_tty_override_mode()
178 newstuff.c_cc[VTIME] = (cc_t) vtime; in __m_tty_override_mode()
179 newstuff.c_lflag &= ~ICANON; in __m_tty_override_mode()
181 (void) __m_tty_set(&newstuff); in __m_tty_override_mode()
/titanic_41/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c168 clob_last(char *string, char newstuff) in clob_last() argument
174 string[length - 1] = newstuff; in clob_last()
H A Derror.h239 void clob_last(char *string, char newstuff);
/titanic_41/usr/src/tools/cscope-fast/
H A Dinvlib.c1168 POSTING *oldstuff, *newstuff;
1196 newstuff = ptr;
1198 *newstuff++ = *oldstuff++;