Home
last modified time | relevance | path

Searched defs:nline (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/bdiff/
H A Dbdiff.c91 char *oline, *nline, *diffline; in main() local
/titanic_50/usr/src/cmd/diff3/
H A Ddiff3prog.c473 int nline; in duplicate() local
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c663 cchar_t **nline = newscr->_line; local
/titanic_50/usr/src/lib/libtecla/common/
H A Dcplmatch.c144 int nline; /* The number of lines needed */ member
H A Dhistory.c195 int nline; /* The number of lines currently in the history list */ member
1769 int nline = 0; in _glh_limit_history() local
H A Dexpand.c139 int nline; /* The number of lines needed */ member
H A Dgetline.c482 int nline; /* The height of the terminal in lines */ member
3917 static int gl_print_control_sequence(GetLine *gl, int nline, const char *string) in gl_print_control_sequence()
5136 static void gl_query_size(GetLine *gl, int *ncolumn, int *nline) in gl_query_size()
5170 int ncolumn, nline; /* The new size of the terminal */ in _gl_update_size() local
5193 static int gl_handle_tty_resize(GetLine *gl, int ncolumn, int nline) in gl_handle_tty_resize()
/titanic_50/usr/src/lib/libtecla/
H A Dlibtecla.h807 int nline; /* The terminal has nline lines */ member
/titanic_50/usr/src/cmd/vi/port/
H A Dex_cmdsub.c66 int nline; in append() local
/titanic_50/usr/src/cmd/ed/
H A Ded.c251 static int nline; variable