/titanic_41/usr/src/cmd/bdiff/ |
H A D | bdiff.c | 91 char *oline, *nline, *diffline; in main() local 153 (nline = (char *)malloc(nbufsiz)) == NULL || in main() 171 nlp = readline(&nline, &nbufsiz, pnewfile); in main() 184 addgen(&nline, &nbufsiz, pnewfile); in main() 221 addgen(&nline, &nbufsiz, pnewfile); in main() 256 (void) fputs(nline, pnewtemp); in main() 261 nlp = readline(&nline, &nbufsiz, pnewfile); in main()
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 144 int nline; /* The number of lines needed */ member 666 for(lnum=0; lnum < fmt.nline; lnum++) { in _cpl_output_completions() 1047 fmt->nline = fmt->ncol = 0; in cpl_plan_listing() 1080 fmt->nline = (result->nmatch + fmt->ncol - 1) / fmt->ncol; in cpl_plan_listing() 1110 if(lnum < 0 || lnum >= fmt->nline) in cpl_format_line() 1123 int m = col*fmt->nline + lnum; in cpl_format_line()
|
H A D | expand.c | 139 int nline; /* The number of lines needed */ member 1287 for(lnum=0; lnum < fmt.nline; lnum++) { in _ef_output_expansions() 1323 fmt->nline = fmt->ncol = 0; in ef_plan_listing() 1355 fmt->nline = (result->nfile + fmt->ncol - 1) / fmt->ncol; in ef_plan_listing() 1385 if(lnum < 0 || lnum >= fmt->nline) in ef_format_line() 1398 int m = col*fmt->nline + lnum; in ef_format_line()
|
H A D | history.c | 195 int nline; /* The number of lines currently in the history list */ member 285 glh->nline = 0; in _new_GlHistory() 458 while(glh->nline > 0 && glh->nline >= glh->max_lines) in _glh_add_history() 512 glh->nline++; in _glh_add_history() 1663 glh->nline = 0; in _glh_resize_history() 1684 glh->nline = 0; in _glh_resize_history() 1769 int nline = 0; in _glh_limit_history() local 1771 for(node=glh->list.tail; node && ++nline <= max_lines; node=node->prev) in _glh_limit_history() 1824 glh->nline = 0; in _glh_clear_history() 1932 glh->nline--; in _glh_discard_line() [all …]
|
H A D | getline.c | 482 int nline; /* The height of the terminal in lines */ member 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; in new_GetLine() 3531 gl->nline = 0; in gl_control_strings() 3917 static int gl_print_control_sequence(GetLine *gl, int nline, const char *string) in gl_print_control_sequence() argument 3927 tputs((char *)string, nline, gl_tputs_putchar); in gl_print_control_sequence() 4856 if(gl_print_control_sequence(gl, gl->nline, gl->home) || in KT_KEY_FN() [all …]
|
/titanic_41/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 473 int nline; in duplicate() local 479 for (nline = 0; nline < r1->to-r1->from; nline++) { in duplicate()
|
/titanic_41/usr/src/lib/libtecla/ |
H A D | libtecla.h | 807 int nline; /* The terminal has nline lines */ member 838 int gl_set_term_size(GetLine *gl, int ncolumn, int nline);
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 66 int nline; in append() local 68 nline = 0; in append() 85 nline++; in append() 102 return (nline); in append()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 663 cchar_t **nline = newscr->_line; local 699 || !is_same_line(oline[or], nline[nr], linesz)
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 251 static int nline; variable 1482 nline = 0; in append() 1493 nline++; in append() 1952 nl = nline; in substitute()
|
/titanic_41/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 907 "Bad input header in form description file on\nline %d." 916 "Bad qualifier given after character set on\nline %d."
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SUN4U.po | 3832 …e line and way from service.\nLoss of service will be limited to this CPU's cache\nline and way.\n" 3848 …e line and way from service.\nLoss of service will be limited to this CPU's cache\nline and way.\n" 3864 …e line and way from service.\nLoss of service will be limited to this CPU's cache\nline and way.\n" 3880 …e line and way from service.\nLoss of service will be limited to this CPU's cache\nline and way.\n"
|