Searched refs:nline (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-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-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c1545 int nline
1555 my_node->line_no = nline;
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_scanner.h87 int nline; member in struct:LCPOS
/freebsd-11-stable/usr.bin/netstat/
H A Droute.c638 char nline[INET_ADDRSTRLEN]; local
661 inet_ntop(AF_INET, &in, nline, sizeof(nline));
662 strlcpy(line, nline, sizeof(line));
709 char nline[NI_MAXHOST]; local
740 getnameinfo((struct sockaddr *)sa6, sa6->sin6_len, nline, sizeof(nline),
743 strlcpy(line, nline, sizeof(line));
747 if (numeric_addr || strcmp(line, nline) == 0) {
/freebsd-11-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-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_pad.c221 register struct ldat *nline = &NewScreen(sp)->_line[m]; local
236 if (!CharEq(ch, nline->text[n])) {
237 nline->text[n] = ch;
238 CHANGED_CELL(nline, n);
253 if (pline->text[j] != nline->text[j]
254 || pline->text[k] != nline->text[k]) {
261 nline->oldindex = nind;
H A Dlib_refresh.c154 struct ldat *nline = &(NewScreen(SP_PARM)->_line[dst_row]); local
216 if (isWidecExt(nline->text[j])) {
221 fix_left = 1 + j - WidecExt(nline->text[j]);
227 if (WidecExt(nline->text[j]) != 0) {
237 isWidecExt(nline->text[j])) {
248 nline->text[j] = blank;
249 CHANGED_CELL(nline, j);
258 if (!CharEq(oline->text[src_col], nline->text[dst_col])) {
259 nline->text[dst_col] = oline->text[src_col];
260 CHANGED_CELL(nline, dst_co
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-top.c608 char *nline;
670 nline = (char *) xrealloc (linebuffer, linelength);
671 p += nline - linebuffer;
672 linebuffer = nline;
606 char *nline; local
H A Dtop.c1177 char *nline;
1273 nline = (char *) xrealloc (linebuffer, linelength);
1274 p += nline - linebuffer;
1275 linebuffer = nline;
1169 char *nline; local
/freebsd-11-stable/lib/libmp/
H A Dmpasbn.c283 char *line, *nline; local
289 nline = malloc(linelen + 1);
290 if (nline == NULL)
292 memcpy(nline, line, linelen);
293 nline[linelen] = '\0';
294 rmp = _dtom("min", nline);
297 free(nline);
/freebsd-11-stable/usr.bin/xargs/
H A Dxargs.c103 int ch, Jflag, nargs, nflag, nline; local
132 nline = arg_max - 4 * 1024;
135 nline -= strlen(*ep++) + 1 + sizeof(*ep);
194 nline = strtonum(optarg, 0, INT_MAX, &errstr);
276 nline -= cnt;
277 if (nline <= 0)
280 if ((bbp = malloc((size_t)(nline + 1))) == NULL)
282 ebp = (argp = p = bbp) + nline - 1;

Completed in 144 milliseconds