/src/distrib/utils/more/ |
prim.c | 443 int nline; local in function:jump_loc 446 if ((nline = onscreen(pos)) >= 0) { 451 forw(nline, position(BOTTOM_PLUS_ONE), 0); 481 for (nline = 0; npos < tpos && nline < sc_height - 1; nline++) 495 * Note that back() will repaint() if nline > back_scroll. 497 back(nline, npos, 0);
|
/src/usr.bin/xargs/ |
xargs.c | 90 int ch, Jflag, nargs, nflag, nline; local in function:main 131 nline = arg_max - 4 * 1024; 134 nline -= strlen(*ep++) + 1 + sizeof(*ep); 185 nline = atoi(optarg); 263 nline -= cnt; 264 if (nline <= 0) 267 if ((bbp = malloc((size_t)(nline + 1))) == NULL) 269 ebp = (argp = p = bbp) + nline - 1;
|
/src/usr.sbin/ldpd/ |
conffile.c | 184 char *command, *nline = line; local in function:conf_dispatch 188 command = NextCommand(nline); 200 if (nline == NULL || checkeol(nline) != 0) 202 return main_commands[last_match].func(nline);
|
/src/usr.sbin/sysinst/ |
net.c | 639 char *nline; local in function:config_network 661 if ((nline = strchr(net_defroute, '\n'))) 662 *nline = '\0'; 674 if ((nline = strchr(net_namesvr, '\n'))) 675 *nline = '\0'; 701 if ((nline = strchr(net_domain, '\n'))) 702 *nline = '\0';
|