Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c104 int nnew; /* The number of characters to be displayed next */ in _io_display_text() local
283 int nnew = n <= FILL_SIZE ? n : FILL_SIZE; in _io_pad_line() local
309 int nnew; /* The number of characters written in the latest write */ in GL_WRITE_FN() local
H A Dchrqueue.c179 int nnew; /* The number of characters to append to cq->buffers.tail */ in _glq_append_chars() local
362 int nnew = write_fn(data, cq->buffers.head->bytes + in _glq_flush_queue() local
H A Derrmsg.c130 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
/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c588 int nnew = read(fd, rbuff + len, PTY_MAX_READ - len); in GL_FD_EVENT_FN() local
675 int nnew = write(fd, string + ndone, n - ndone); in pty_write_to_fd() local
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5223 ulong_t nold, nnew; in rebuild_objdir() local