Searched refs:nline (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/bdiff/
H A Dbdiff.c91 char *oline, *nline, *diffline; local
153 (nline = (char *)malloc(nbufsiz)) == NULL ||
171 nlp = readline(&nline, &nbufsiz, pnewfile);
184 addgen(&nline, &nbufsiz, pnewfile);
221 addgen(&nline, &nbufsiz, pnewfile);
256 (void) fputs(nline, pnewtemp);
261 nlp = readline(&nline, &nbufsiz, pnewfile);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c144 int nline; /* The number of lines needed */ member in struct:__anon4068
666 for(lnum=0; lnum < fmt.nline; lnum++) {
1047 fmt->nline = fmt->ncol = 0;
1080 fmt->nline = (result->nmatch + fmt->ncol - 1) / fmt->ncol;
1110 if(lnum < 0 || lnum >= fmt->nline)
1123 int m = col*fmt->nline + lnum;
H A Dexpand.c139 int nline; /* The number of lines needed */ member in struct:__anon4070
1287 for(lnum=0; lnum < fmt.nline; lnum++) {
1323 fmt->nline = fmt->ncol = 0;
1355 fmt->nline = (result->nfile + fmt->ncol - 1) / fmt->ncol;
1385 if(lnum < 0 || lnum >= fmt->nline)
1398 int m = col*fmt->nline + lnum;
H A Dhistory.c195 int nline; /* The number of lines currently in the history list */ member in struct:GlHistory
285 glh->nline = 0;
458 while(glh->nline > 0 && glh->nline >= glh->max_lines)
512 glh->nline++;
1663 glh->nline = 0;
1684 glh->nline = 0;
1769 int nline = 0; local
1771 for(node=glh->list.tail; node && ++nline <= max_lines; node=node->prev)
1824 glh->nline
[all...]
H A Dgetline.c482 int nline; /* The height of the terminal in lines */ member in struct:GetLine
678 static void gl_query_size(GetLine *gl, int *ncolumn, int *nline);
821 static int gl_print_control_sequence(GetLine *gl, int nline,
1168 static int gl_handle_tty_resize(GetLine *gl, int ncolumn, int nline);
1193 static int _gl_set_term_size(GetLine *gl, int ncolumn, int nline);
1852 gl->nline = 0;
3531 gl->nline = 0;
3910 * nline int The number of lines affected by the operation,
3917 static int gl_print_control_sequence(GetLine *gl, int nline, const char *string) argument
3927 tputs((char *)string, nline, gl_tputs_putcha
5136 gl_query_size(GetLine *gl, int *ncolumn, int *nline) argument
5170 int ncolumn, nline; /* The new size of the terminal */ local
5193 gl_handle_tty_resize(GetLine *gl, int ncolumn, int nline) argument
11898 gl_set_term_size(GetLine *gl, int ncolumn, int nline) argument
11923 _gl_set_term_size(GetLine *gl, int ncolumn, int nline) argument
[all...]
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c473 int nline; local
479 for (nline = 0; nline < r1->to-r1->from; nline++) {
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h807 int nline; /* The terminal has nline lines */ member in struct:__anon4104
833 * nline int The number of rows in the terminal.
838 int gl_set_term_size(GetLine *gl, int ncolumn, int nline);
922 * the return values. If range->nline=0, the
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c66 int nline; local
68 nline = 0;
85 nline++;
102 return (nline);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c663 cchar_t **nline = newscr->_line; local
699 || !is_same_line(oline[or], nline[nr], linesz)
/illumos-gate/usr/src/cmd/ed/
H A Ded.c251 static int nline; variable
1482 nline = 0;
1493 nline++;
1952 nl = nline;

Completed in 176 milliseconds