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

/freebsd-13-stable/contrib/less/
H A Djump.c203 int nline; local
213 if ((nline = onscreen(pos)) >= 0)
219 nline -= sindex;
220 if (nline > 0)
221 forw(nline, position(BOTTOM_PLUS_ONE), 1, 0, 0);
223 back(-nline, position(TOP), 1, 0);
255 for (nline = 0; nline < sindex; nline++)
264 forw(sc_height-sindex+nline
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c155 struct ldat *nline = &(NewScreen(SP_PARM)->_line[dst_row]); local
217 if (isWidecExt(nline->text[j])) {
222 fix_left = 1 + j - WidecExt(nline->text[j]);
228 if (WidecExt(nline->text[j]) != 0) {
238 isWidecExt(nline->text[j])) {
249 nline->text[j] = blank;
250 CHANGED_CELL(nline, j);
259 if (!CharEq(oline->text[src_col], nline->text[dst_col])) {
260 nline->text[dst_col] = oline->text[src_col];
261 CHANGED_CELL(nline, dst_co
[all...]
H A Dlib_pad.c228 register struct ldat *nline = &NewScreen(sp)->_line[m]; local
243 if (!CharEq(ch, nline->text[n])) {
244 nline->text[n] = ch;
245 CHANGED_CELL(nline, n);
260 if (pline->text[j] != nline->text[j]
261 || pline->text[k] != nline->text[k]) {
268 nline->oldindex = nind;
/freebsd-13-stable/usr.bin/xargs/
H A Dxargs.c122 int ch, Jflag, nargs, nflag, nline; local
151 nline = arg_max - 4 * 1024;
154 nline -= strlen(*ep++) + 1 + sizeof(*ep);
213 nline = strtonum(optarg, 0, INT_MAX, &errstr);
295 nline -= cnt;
296 if (nline <= 0)
299 if ((bbp = malloc((size_t)(nline + 1))) == NULL)
301 ebp = (argp = p = bbp) + nline - 1;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_scanner.h87 int nline; member in struct:LCPOS
H A Dntp_scanner.c145 stream->curpos.nline = 1;
215 stream->curpos.nline++;
927 lex_stack->curpos.nline, (u_long)min(sizeof(yytext) - 1, 50),
H A Dntp_config.c1545 int nline
1555 my_node->line_no = nline;
/freebsd-13-stable/lib/libmp/
H A Dmpasbn.c293 char *line, *nline; local
299 nline = malloc(linelen + 1);
300 if (nline == NULL)
302 memcpy(nline, line, linelen);
303 nline[linelen] = '\0';
304 rmp = _dtom("min", nline);
307 free(nline);
/freebsd-13-stable/usr.bin/netstat/
H A Droute.c577 char nline[INET_ADDRSTRLEN]; local
600 inet_ntop(AF_INET, &in, nline, sizeof(nline));
601 strlcpy(line, nline, sizeof(line));
648 char nline[NI_MAXHOST]; local
679 getnameinfo((struct sockaddr *)sa6, sa6->sin6_len, nline, sizeof(nline),
682 strlcpy(line, nline, sizeof(line));
686 if (numeric_addr || strcmp(line, nline) == 0) {
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh275 i; atf_check -s exit:0 -o inline:'line 1\nline 2\n' -e empty \
279 "#$T: Incorrect Output: Should be 'line 1\\nline 2' is '$(cat Output)'"
312 "#$T: Incorrect Out2: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out2)'"
324 "#$T: Incorrect Out1: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out1)'"
326 "#$T: Incorrect Out2: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out2)'"
666 atf_check -s exit:0 -o inline:'line-1\nline-2\nline
[all...]
H A Dt_cmdsub.sh382 atf_check -s exit:0 -o inline:'line 1+1\nline 2\nline 3\n' -e empty \
/freebsd-13-stable/usr.bin/diff3/
H A Ddiff3.c451 int nline; local
458 for (nline=0; nline < r1->to - r1->from; nline++) {

Completed in 252 milliseconds