Searched refs:line (Results 626 - 650 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c101 /* (PWP) Well... Good for a simple line updater, but totally ignores
104 update_line and the code that calls it makes a multiple line,
105 automatically wrapping line update. Careful attention needs
129 /* The stuff that gets printed out before the actual text of the line.
154 /* The line display buffers. One is the line currently displayed on
155 the screen. The other is the line about to be displayed. */
175 /* The number of invisible characters in the line currently being
186 /* The length (buffer offset) of the first line of the last (possibly
187 multi-line) buffe
461 register char *line; local
[all...]
H A Dmisc.c63 to preserve the value of rl_point from line to line. */
69 value of -1 means that point is at the end of the line. */
306 version of the original line. */
328 FREE (entry->line);
334 /* Perhaps put back the current line if it has changed. */
341 /* If the current line has changed, save the changes. */
345 free (temp->line);
360 rl_replace_line (_rl_saved_line_for_history->line, 0);
371 /* Save the current line i
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgengtype.c46 fprintf (stderr, "%s:%d: ", pos->file, pos->line);
112 error_at_line (&p->line, "previously defined here");
121 p->line = *pos;
170 else if (si->u.s.line.file != NULL && si->u.s.bitmap != bitmap)
202 if (s->u.s.line.file != NULL
206 error_at_line (&s->u.s.line, "previous definition here");
211 s->u.s.line = *pos;
333 n->line = *pos;
352 field->line.file = __FILE__;
353 field->line
1427 struct fileloc *line; member in struct:walk_type_data
2572 write_root(outf_p f, pair_p v, type_p type, const char *name, int has_length, struct fileloc *line, const char *if_marked) argument
[all...]
H A Dgengtype-yacc.y165 p->line = lexer_line;
176 p->line = lexer_line;
193 p->line = lexer_line;
203 p->line = lexer_line;
213 p->line = lexer_line;
/freebsd-11-stable/contrib/sendmail/src/
H A Dmime.c753 static bool atbol = true; /* at beginning of line */
755 static unsigned char buf[128]; /* need not be a full line */
874 ** MIMEBOUNDARY -- determine if this line is a MIME boundary & its type
877 ** line -- the input line.
881 ** MBT_NOTSEP -- if this is not a separator line
889 mimeboundary(line, boundaries)
890 register char *line;
897 if (line[0] != '-' || line[
[all...]
H A Dalias.c650 char line[BUFSIZ]; local
660 while (sm_io_fgets(af, SM_TIME_DEFAULT, line, sizeof(line)) >= 0)
666 p = strchr(line, '\n');
668 /* XXX what if line="a\\" ? */
669 while (p != NULL && p > line && p[-1] == '\\')
673 SPACELEFT(line, p)) < 0)
683 syserr("554 5.3.0 alias line too long");
685 /* flush to end of line */
694 switch (line[
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c55 static char line[256]; variable
67 cp = line;
70 strlcpy(saveline, line, sizeof(saveline));
673 { " ", "", 0 }, /* empty line */
816 { "kill", "character to use to erase a line", 0, &termKillChar },
819 { "reprint", "character to use for line reprint", 0, &termRprntChar },
823 { "forw1", "alternate end of line character", 0, &termForw1Char },
824 { "forw2", "alternate end of line character", 0, &termForw2Char },
1068 { "", "(or disable obsolete line-by-line mod
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp123 // handle line continuation and uninterpreted leader character
297 string line; local
299 line += c;
306 line += '\0';
307 interpret_lf_args(line.contents());
308 printf(".lf%s", line.contents());
377 string line; local
382 int i = line.length();
384 in.unget(line[i]);
389 int i = line
1431 string line; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm28 C<greedy> to to pass everything up to the end of the line.
30 If the concat_until is present, the line is concated until the .Xx macro is
55 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
57 caller a chance to modify line before printing it. If C<PREPROCESS_CODE> is
225 def_macro('.It', sub { die ".It called outside of list context - maybe near line $." });
491 while (my $line = <$in_fh>) {
492 chomp $line;
493 if ($line =~ /^\.[A-z][a-z0-9]+/ || $line =~ /^\.%[A-Z]/ ||
494 $line
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm55 C<greedy> to to pass everything up to the end of the line.
57 If the concat_until is present, the line is concated until the .Xx macro is
82 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
84 caller a chance to modify line before printing it. If C<PREPROCESS_CODE> is
252 def_macro('.It', sub { die ".It called outside of list context - maybe near line $." });
518 while (my $line = <$in_fh>) {
519 chomp $line;
520 if ($line =~ /^\.[A-z][a-z0-9]+/ || $line =~ /^\.%[A-Z]/ ||
521 $line
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dio.c48 char const *line; /* A line that fits this class. */
49 size_t length; /* That line's length, not counting its newline. */
218 class for each line. */
232 lin line = 0;
251 /* Hash this line until we find a newline. */
401 /* This line is incomplete. If this is significant,
402 put the line into buckets[-1]. */
425 eqs[i].line = ip;
432 char const *eqline = eqs[i].line;
47 char const *line; /* A line that fits this class. */ member in struct:equivclass
228 lin line = 0; local
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_msg.c109 * If the line isn't in use for another purpose, clear it.
171 * This routine displays a message on the bottom line of the screen,
192 /* Clear the bottom line. */
231 vs_msg(SCR *sp, mtype_t mtype, char *line, size_t len) argument
255 * If vi is using the error line for text input, there's no screen
288 (void)printf("%.*s", (int)len, line);
302 (void)vs_msgsave(sp, mtype, line, len);
311 vs_output(sp, mtype, line, len);
319 if (line[len - 1] == '\n')
323 * If a message won't fit on a single line, tr
393 vs_output(SCR *sp, mtype_t mtype, const char *line, int llen) argument
[all...]
/freebsd-11-stable/usr.bin/netstat/
H A Dsctp.c112 char line[80], *cp; local
122 snprintf(line, sizeof(line), "%.*s.",
128 snprintf(line, sizeof(line), "%.*s.",
133 snprintf(line, sizeof(line), "%.*s.",
137 alen = strlen(line);
138 cp = line + alen;
142 snprintf(cp, sizeof(line)
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtracepoint.c83 trace : set a tracepoint on a function, line, or address.
99 $trace_line : source line of trace frame currently being debugged.
122 /* Symtab and line for last traceframe collected */
244 the traceframe context (line, function, file) */
262 traceframe_sal.pc = traceframe_sal.line = 0;
280 (LONGEST) traceframe_sal.line));
353 t->line_number = sal.line;
400 /* Resolve all line numbers to PC's */
413 /* If a canonical line spec is needed use that instead of the
443 printf_filtered (": file %s, line
811 char *line; local
910 validate_actionline(char **line, struct tracepoint *t) argument
1034 struct action_line *line, *next; local
2266 struct action_line *line; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c624 char *p, line[BUFSIZ]; local
627 while (fgets(line, sizeof(line), fd) != NULL)
628 if ((p = strchr(line, '\n')) != NULL) {
630 if (line[0] == '#')
632 if (strcmp(line, name) == 0) {
645 * _PATH_FTPUSERS. The users are listed one per line, with `allow'
650 * the permission is taken from that line.
670 char *user, *perm, line[BUFSIZ]; local
678 while (fgets(line, sizeo
956 char line[BUFSIZ]; local
1570 char line[LINE_MAX]; local
2345 char line[1024]; local
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c121 static char line[256]; variable
162 cp = line;
164 strcpy(saveline, line); /* save for shell command */
739 { " ", "", NULL, NULL, NULL }, /* empty line */
889 { "kill", "character to use to erase a line", NULL, termKillCharp },
892 { "reprint", "character to use for line reprint", NULL, termRprntCharp },
896 { "forw1", "alternate end of line character", NULL, termForw1Charp },
897 { "forw2", "alternate end of line character", NULL, termForw2Charp },
1142 { "", "(or disable obsolete line-by-line mod
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c1 /* addr2line.c -- convert addresses to line number and function name
76 fprintf (stream, _(" Convert addresses into line number/file name pairs.\n"));
77 fprintf (stream, _(" If no addresses are specified on the command line, they will be read from stdin\n"));
124 static unsigned int line;
152 &filename, &functionname, &line);
173 &filename, &functionname, &line);
247 printf ("%s:%u\n", filename ? filename : "??", line);
251 found = bfd_find_inliner_info (abfd, &filename, &functionname, &line);
258 with line number information, processing one address at a
121 static unsigned int line; variable
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c36 struct line struct
44 /* Safely read a single line of arbitrary length from standard input. */
50 struct line *buf;
70 /* c is the first character on the line, and it's not a comment
71 line: copy this line into the buffer and return. */
142 FAIL at line %d, options %s:\n\
163 For compatibility, just in case it matters, the options line may be
178 struct line format;
179 struct line inpu
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c128 Its first line should be a complete sentence.
790 /* Print only the first line of STR on STREAM. */
889 /* This routine takes a line of TEXT and a CLIST in which to start the
932 char *line = *text;
1016 deprecated_cmd_warning (&line);
1088 lookup_cmd (char **line, struct cmd_list_element *list, char *cmdtype,
1093 lookup_cmd_1 (line, list, &last_list, ignore_help_classes);
1102 if (!*line)
1106 char *p = *line, *q;
1111 q = (char *) alloca (p - *line
928 char *line = *text; local
1084 lookup_cmd(char **line, struct cmd_list_element *list, char *cmdtype, int allow_unknown, int ignore_help_classes) argument
[all...]
/freebsd-11-stable/lib/libpjdlog/
H A Dpjdlog.h68 void _pjdlogv_common(const char *func, const char *file, int line, int loglevel,
70 void _pjdlog_common(const char *func, const char *file, int line, int loglevel,
73 void _pjdlogv_exit(const char *func, const char *file, int line, int exitcode,
75 void _pjdlog_exit(const char *func, const char *file, int line, int exitcode,
78 void _pjdlog_abort(const char *func, const char *file, int line, int error,
/freebsd-11-stable/libexec/revnetgroup/
H A Dparse_netgroup.c185 * First, see if the line has already been read in.
279 * Read the netgroup file and save lines until the line for the netgroup
289 char line[LINSIZ + 1]; local
293 sprintf(line, "%s %s", group, data);
294 pos = (char *)&line;
317 * Loop around handling line continuations.
340 if (fgets(line, LINSIZ, netf)) {
341 pos = line;
/freebsd-11-stable/sbin/routed/
H A Dparms.c212 msglog("%s in line %d of "_PATH_GATEWAYS,
561 parse_parms(char *line, argument
579 /* "subnet=x.y.z.u/mask[,metric]" must be alone on the line */
580 if (!strncasecmp(line, "subnet=", sizeof("subnet=")-1)
581 && *(val = &line[sizeof("subnet=")-1]) != '\0') {
583 return bad_str(line);
593 return bad_str(line);
600 return bad_str(line);
608 /* "ripv1_mask=x.y.z.u/mask1,mask2" must be alone on the line.
612 if (!strncasecmp(line, "ripv1_mas
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Drkpty.c86 static char line[256] = { 0 }; variable
103 if(openpty(&master, &slave, line, 0, 0) == 0)
126 strlcpy(line, ptsname(master), sizeof(line));
127 slave = open(line, O_RDWR);
193 errx(1, "Invalid command on line %d: %s", lineno, s);
232 errx(1, "timeout waiting for %s (line %u)",
235 errx(1, "got a signal %d waiting for %s (line %u)",
238 errx(1, "end command while waiting for %s (line %u)",
260 errx(1, "unknown control char %c (line
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dfstab.c115 static char line[MAXLINELENGTH]; local
121 if (!(p = fgets(line, sizeof(line), _fs_fp)))
125 if (*line == '#' || *line == '\n')
/freebsd-11-stable/lib/libc/net/
H A Deui64.c99 char *line, *linehead, *cur; local
104 line = linehead;
107 while ((cur = strsep(&line, " \t\r\n")) != NULL) {
117 while ((cur = strsep(&line, " \t\r\n")) != NULL) {
127 while ((cur = strsep(&line, " \t\r\n")) != NULL) {

Completed in 195 milliseconds

<<21222324252627282930>>