Searched refs:line (Results 151 - 175 of 1467) sorted by relevance

1234567891011>>

/freebsd-10.0-release/tools/tools/genericize/
H A Dgenericize.pl74 my $line = $_;
81 print $line;
92 $line =~ s/$value/$ident/;
99 $line =~ s{=$old}{=$new};
115 print $line;
/freebsd-10.0-release/tools/tools/mwl/mwlstats/
H A Dmain.c91 int line, omask; local
100 line = 0;
102 if (line != 0) {
117 line++;
118 if (line == 21) /* XXX tty line count */
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dmsg.c114 int qm, src, line; local
118 line = posp->p_iline;
121 line = posp->p_line;
130 if (line != 0) {
132 fn, qm ? "?" : "", line);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dc-exp.c145 #line 39 "c-exp.y"
242 #line 126 "c-exp.y"
275 #line 150 "c-exp.y"
512 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
1051 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1503 Otherwise, the following line sets YYVAL to garbage.
1515 #line 238 "c-exp.y"
1522 #line 246 "c-exp.y"
1527 #line 251 "c-exp.y"
1532 #line 25
[all...]
H A Dmacrotab.c153 /* The source file and line number where the definition's scope
154 begins. This is also the line of the definition itself. */
158 /* The first source file and line after the definition's scope.
187 LINE1 and LINE2 are line numbers in the source files FILE1 and
203 the line containing the #include, but *before* the line after the
273 /* Now we've got two line numbers in the same file. */
281 with the same line number in the #including file. */
295 line number LINE.
305 const char *name, struct macro_source_file *file, int line)
301 key_compare(struct macro_key *key, const char *name, struct macro_source_file *file, int line) argument
330 new_macro_key(struct macro_table *t, const char *name, struct macro_source_file *file, int line) argument
421 macro_include(struct macro_source_file *source, int line, const char *included) argument
604 find_definition(const char *name, struct macro_source_file *file, int line) argument
665 check_for_redefinition(struct macro_source_file *source, int line, const char *name, enum macro_kind kind, int argc, const char **argv, const char *replacement) argument
720 macro_define_object(struct macro_source_file *source, int line, const char *name, const char *replacement) argument
752 macro_define_function(struct macro_source_file *source, int line, const char *name, int argc, const char **argv, const char *replacement) argument
779 macro_undef(struct macro_source_file *source, int line, const char *name) argument
821 macro_lookup_definition(struct macro_source_file *source, int line, const char *name) argument
834 macro_definition_location(struct macro_source_file *source, int line, const char *name, int *definition_line) argument
[all...]
H A Dobjc-exp.c145 #line 37 "objc-exp.y"
244 #line 126 "objc-exp.y"
278 #line 151 "objc-exp.y"
511 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
1033 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1485 Otherwise, the following line sets YYVAL to garbage.
1497 #line 236 "objc-exp.y"
1504 #line 244 "objc-exp.y"
1509 #line 249 "objc-exp.y"
1514 #line 25
[all...]
H A Dm2-exp.c155 #line 41 "m2-exp.y"
261 #line 137 "m2-exp.y"
492 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
989 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1441 Otherwise, the following line sets YYVAL to garbage.
1453 #line 210 "m2-exp.y"
1461 #line 219 "m2-exp.y"
1466 #line 223 "m2-exp.y"
1471 #line 225 "m2-exp.y"
1477 #line 23
[all...]
H A Ddisasm.c35 /* This Structure is used to store line number information.
36 We need a different sort of line table from the normal one cuz we can't
37 depend upon implicit line-end pc's for lines to do the
42 int line; member in struct:dis_line_entry
79 val = mle1->line - mle2->line;
98 int line; local
118 &line, &unmapped))
120 /* We don't care now about line, filename and
185 if (le[i].line
[all...]
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dplot_summary.in29 # parse command line
109 my $line;
126 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
127 $line = int $line / 86400; # days relative to 1970
128 $first_day = "$1-$2-$3 ($line)" unless $day_out;
132 warn "Illegal number of fields in file $fname, line $.";
136 $_ = $Fld[1]; s/,/ /; $line .= " $_";
140 $line .= "$1 $lower_bound $upper_bound";
146 $line
[all...]
/freebsd-10.0-release/usr.sbin/faithd/test/
H A Dfaithd.rb56 def ftp_parse_2428(line)
57 if (line[0] != line[line.length - 1])
60 t = line.split(line[0 .. 0]) # as string
72 line = s6.gets
73 STDERR.print "line is #{line}\n" if DEBUG
74 if line
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Ddebug.c91 debug_nothing_int_charstar (unsigned int line ATTRIBUTE_UNUSED,
97 debug_nothing_int (unsigned int line ATTRIBUTE_UNUSED)
102 debug_nothing_int_int (unsigned int line ATTRIBUTE_UNUSED,
H A Drtl-error.c67 loc.line = ASM_OPERANDS_SOURCE_LINE (asmop);
75 /* Report a diagnostic MESSAGE (an errror or a WARNING) at the line number
77 and each ASM_OPERANDS records its own source file and line. */
110 _fatal_insn (const char *msgid, rtx insn, const char *file, int line, argument
120 fancy_abort (file, line, function);
124 _fatal_insn_not_found (rtx insn, const char *file, int line, argument
128 _fatal_insn ("unrecognizable insn:", insn, file, line, function);
131 insn, file, line, function);
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_hline.c55 struct ldat *line = &(win->_line[win->_cury]); local
63 CHANGED_RANGE(line, start, end);
72 line->text[end] = wch;
H A Dlib_vline.c69 struct ldat *line = &(win->_line[end]); local
70 line->text[col] = wch;
71 CHANGED_CELL(line, col);
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c54 struct ldat *line = &(win->_line[win->_cury]); local
62 CHANGED_RANGE(line, start, end);
71 line->text[end] = wch;
H A Dlib_vline_set.c68 struct ldat *line = &(win->_line[end]); local
69 line->text[col] = wch;
70 CHANGED_CELL(line, col);
/freebsd-10.0-release/sys/kern/
H A Dsubr_hints.c56 char *line, *eq; local
109 line = malloc(i+1, M_TEMP, M_WAITOK);
110 strcpy(line, cp);
111 line[eqidx] = '\0';
112 setenv(line, line + eqidx + 1);
113 free(line, M_TEMP);
131 res_find(int *line, int *startln, argument
209 (*line)++;
221 if (hit && startln && *startln >= 0 && *line < *startl
281 resource_find(int *line, int *startln, const char *name, int *unit, const char *resname, const char *value, const char **ret_name, int *ret_namelen, int *ret_unit, const char **ret_resname, int *ret_resnamelen, const char **ret_value) argument
316 int line; local
340 int line; local
362 int line; local
[all...]
/freebsd-10.0-release/usr.bin/csup/
H A Dupdater.c285 char *line, *cmd, *errmsg, *collname, *release; local
293 line = stream_getln(rd, NULL);
294 if (line == NULL)
296 cmd = proto_get_ascii(&line);
297 collname = proto_get_ascii(&line);
298 release = proto_get_ascii(&line);
299 if (release == NULL || line != NULL)
335 line = stream_getln(rd, NULL);
336 if (line == NULL)
338 if (strcmp(line, "
350 char *attr, *cmd, *blocksize, *line, *msg; local
1083 char *line, *cmd; local
1169 char *cmd, *line, *state, *tok; local
1364 char *cmd, *line, *path; local
1432 char *cmd, *path, *line; local
1545 char *branch, *cmd, *expand, *line, *path, *revnum, *tag, *temppath; local
1741 char *author, *cmd, *diffbase, *line, *logline; local
1834 char *line, *cmd; local
1917 char *line; local
1962 char *buf, *line; local
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Drb_lines.d3 * rb_lines.d - trace Ruby line execution by process using DTrace.
16 * COUNT Number of times a line was executed
46 ruby*:::line
H A Drb_who.d3 * rb_who.d - trace Ruby line execution by process using DTrace.
16 * LINES Number of times a line was executed
47 ruby*:::line
H A Dsh_lines.d3 * sh_lines.d - trace Bourne shell line execution using DTrace.
16 * COUNT Number of times a line was executed
46 sh*:::line
H A Dsh_who.d3 * sh_who.d - trace Bourne shell line execution by process using DTrace.
16 * LINES Number of times a line was executed
47 sh*:::line
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_lines.d3 * rb_lines.d - trace Ruby line execution by process using DTrace.
16 * COUNT Number of times a line was executed
46 ruby*:::line
H A Drb_who.d3 * rb_who.d - trace Ruby line execution by process using DTrace.
16 * LINES Number of times a line was executed
47 ruby*:::line
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_lines.d3 * sh_lines.d - trace Bourne shell line execution using DTrace.
16 * COUNT Number of times a line was executed
46 sh*:::line

Completed in 127 milliseconds

1234567891011>>