Home
last modified time | relevance | path

Searched refs:nline (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/less/
HDjump.c226 int nline; in jump_loc() local
237 if ((nline = onscreen(pos)) >= 0) in jump_loc()
243 nline -= sindex; in jump_loc()
244 if (nline > 0) in jump_loc()
245 forw(nline, position(BOTTOM_PLUS_ONE), 1, 0, 0); in jump_loc()
247 back(-nline, position(TOP), 1, 0); in jump_loc()
279 for (nline = 0; nline < sindex; nline++) in jump_loc()
288 forw(sc_height-sindex+nline-1, bpos, 1, 0, 0); in jump_loc()
310 forw(sc_height-1, pos, 1, 0, sindex-nline); in jump_loc()
319 for (nline = sindex; nline < sc_height - 1; nline++) in jump_loc()
[all …]
/dragonfly/contrib/ncurses/ncurses/base/
HDlib_refresh.c155 struct ldat *nline = &(NewScreen(SP_PARM)->_line[dst_row]); in wnoutrefresh() local
217 if (isWidecExt(nline->text[j])) { in wnoutrefresh()
222 fix_left = 1 + j - WidecExt(nline->text[j]); in wnoutrefresh()
228 if (WidecExt(nline->text[j]) != 0) { in wnoutrefresh()
238 isWidecExt(nline->text[j])) { in wnoutrefresh()
249 nline->text[j] = blank; in wnoutrefresh()
250 CHANGED_CELL(nline, j); in wnoutrefresh()
259 if (!CharEq(oline->text[src_col], nline->text[dst_col])) { in wnoutrefresh()
260 nline->text[dst_col] = oline->text[src_col]; in wnoutrefresh()
261 CHANGED_CELL(nline, dst_col); in wnoutrefresh()
[all …]
HDlib_pad.c228 register struct ldat *nline = &NewScreen(sp)->_line[m]; in pnoutrefresh() local
243 if (!CharEq(ch, nline->text[n])) { in pnoutrefresh()
244 nline->text[n] = ch; in pnoutrefresh()
245 CHANGED_CELL(nline, n); in pnoutrefresh()
260 if (pline->text[j] != nline->text[j] in pnoutrefresh()
261 || pline->text[k] != nline->text[k]) { in pnoutrefresh()
268 nline->oldindex = nind; in pnoutrefresh()
/dragonfly/usr.bin/window/
HDwwsize.c46 int nline = 0; in wwsize() local
65 nline = MAX(w->ww_b.nr, nrow); in wwsize()
67 nline, ncol, sizeof (union ww_char)); in wwsize()
83 b = w->ww_b.t + nline; in wwsize()
125 w->ww_b.b = w->ww_b.t + nline; in wwsize()
127 w->ww_b.nr = nline; in wwsize()
HDwwopen.c44 wwopen(int type, int oflags, int nrow, int ncol, int row, int col, int nline) in wwopen() argument
67 if (nline < nrow) in wwopen()
68 nline = nrow; in wwopen()
78 w->ww_b.b = row + nline; in wwopen()
81 w->ww_b.nr = nline; in wwopen()
HDlcmd1.c65 int col, row, ncol, nrow, id, nline; in l_window() local
82 nline = a->v_type == V_ERR ? default_nline : a->v_num; in l_window()
109 if ((w = openwin(id, row, col, nrow, ncol, nline, label, in l_window()
HDwin.c61 openwin(int id, int row, int col, int nrow, int ncol, int nline, char *label, int type, int uflags,… in openwin() argument
72 w = wwopen(type, 0, nrow, ncol, row, col, nline); in openwin()
HDwindowrc46 # nline 100 # set default buffer size
/dragonfly/usr.bin/xargs/
HDxargs.c118 int ch, Jflag, nargs, nflag, nline; in main() local
151 nline = arg_max - 4 * 1024; in main()
154 nline -= strlen(*ep++) + 1 + sizeof(*ep); in main()
215 nline = strtonum(optarg, 0, INT_MAX, &errstr); in main()
297 nline -= cnt; in main()
298 if (nline <= 0) in main()
301 if ((bbp = malloc((size_t)(nline + 1))) == NULL) in main()
303 ebp = (argp = p = bbp) + nline - 1; in main()
/dragonfly/contrib/binutils-2.34/libctf/
HDctf-dump.c749 char *nline = line; in ctf_dump() local
752 nline = strchr (line, '\n'); in ctf_dump()
753 if (nline) in ctf_dump()
754 nline[0] = '\0'; in ctf_dump()
762 if (nline) in ctf_dump()
764 nline[0] = '\n'; in ctf_dump()
765 nline++; in ctf_dump()
768 line = nline; in ctf_dump()
/dragonfly/contrib/gdb-7/gdb/
HDevent-top.c455 char *nline; in command_line_handler() local
506 nline = (char *) xrealloc (linebuffer, linelength); in command_line_handler()
507 p += nline - linebuffer; in command_line_handler()
508 linebuffer = nline; in command_line_handler()
HDtop.c917 char *nline; in command_line_input() local
1002 nline = (char *) xrealloc (linebuffer, linelength); in command_line_input()
1003 p += nline - linebuffer; in command_line_input()
1004 linebuffer = nline; in command_line_input()
/dragonfly/libexec/diff3prog/
HDdiff3prog.c484 int nline; in duplicate() local
491 for (nline=0; nline < r1->to - r1->from; nline++) { in duplicate()
/dragonfly/usr.sbin/pw/
HDpwupd.h46 int fileupdate(char const * fname, mode_t fm, char const * nline, char const * pfx, int pfxlen, int…