Searched refs:newstuff (Results 1 – 4 of 4) sorted by relevance
163 struct termios newstuff; in __m_tty_override_mode() local165 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()
168 clob_last(char *string, char newstuff) in clob_last() argument174 string[length - 1] = newstuff; in clob_last()
239 void clob_last(char *string, char newstuff);
1168 POSTING *oldstuff, *newstuff;1196 newstuff = ptr;1198 *newstuff++ = *oldstuff++;