Home
last modified time | relevance | path

Searched defs:nnew (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libtecla/common/
H A Dioutil.c106 int nnew; /* The number of characters to be displayed next */ in _io_display_text() local
285 int nnew = n <= FILL_SIZE ? n : FILL_SIZE; in _io_pad_line() local
311 int nnew; /* The number of characters written in the latest write */ in GL_WRITE_FN() local
H A Dchrqueue.c181 int nnew; /* The number of characters to append to cq->buffers.tail */ in _glq_append_chars() local
364 int nnew = write_fn(data, cq->buffers.head->bytes + in _glq_flush_queue() local
H A Derrmsg.c132 int nnew = slen < nleft ? slen : nleft; in _err_record_msg() local
H A Dgetline.c6875 int nnew = write(gl->output_fd, s, n-ndone); in GL_WRITE_FN() local
12017 int nnew; /* The number of characters actually recorded */ local
/titanic_50/usr/src/cmd/enhance/
H A Denhance.c590 int nnew = read(fd, rbuff + len, PTY_MAX_READ - len); in GL_FD_EVENT_FN() local
677 int nnew = write(fd, string + ndone, n - ndone); in pty_write_to_fd() local
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprvnops.c4839 ulong_t nold, nnew; in rebuild_objdir() local