OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_file
(Results
1 - 12
of
12
) sorted by relevancy
/src/usr.bin/xlint/lint1/
emit1.c
159
outint(get_filename_id(tag->s_def_pos.
p_file
));
190
outint(get_filename_id(sym->s_def_pos.
p_file
));
237
if (posp->
p_file
== csrc_pos.
p_file
) {
243
outint(get_filename_id(posp->
p_file
));
325
outint(get_filename_id(curr_pos.
p_file
));
537
outint(get_filename_id(curr_pos.
p_file
));
err.c
552
lbasename(pos->
p_file
), pos->p_line);
573
lbasename(pos->
p_file
), pos->p_line);
589
lbasename(pos->
p_file
), pos->p_line);
638
lbasename(curr_pos.
p_file
), curr_pos.p_line);
777
lbasename(curr_pos.
p_file
), curr_pos.p_line);
main1.c
225
curr_pos.
p_file
= "<gcc-builtins>";
244
curr_pos.
p_file
= argv[0];
debug.c
425
if (sym->s_def_pos.
p_file
!= NULL)
427
sym->s_def_pos.
p_file
, sym->s_def_pos.p_line);
428
if (sym->s_set_pos.
p_file
!= NULL)
430
sym->s_set_pos.
p_file
, sym->s_set_pos.p_line);
431
if (sym->s_use_pos.
p_file
!= NULL)
433
sym->s_use_pos.
p_file
, sym->s_use_pos.p_line);
526
if (dl->d_func_def_pos.
p_file
!= NULL)
528
dl->d_func_def_pos.
p_file
, dl->d_func_def_pos.p_line,
mem1.c
352
(curr_pos.
p_file
!= csrc_pos.
p_file
&&
353
str_ends_with(curr_pos.
p_file
, ".c"));
lex.c
1059
csrc_pos.
p_file
= curr_pos.
p_file
;
1060
outsrc(transform_filename(curr_pos.
p_file
, strlen(curr_pos.
p_file
)));
1093
curr_pos.
p_file
= record_filename(fn, fn_len);
1098
update_location(curr_pos.
p_file
, (int)ln, is_begin, is_end);
1103
if (curr_pos.
p_file
== csrc_pos.
p_file
) {
1414
debug_printf("parsing %s:%d\n", curr_pos.
p_file
, curr_pos.p_line);
1415
if (curr_pos.
p_file
== csrc_pos.p_file)
[
all
...]
lint1.h
69
const char *
p_file
;
member in struct:__anon8365
657
if (curr_pos.
p_file
== csrc_pos.
p_file
)
decl.c
1844
str_ends_with(curr_pos.
p_file
, ".c") &&
/src/usr.bin/xlint/lint2/
lint2.h
56
short
p_file
;
member in struct:lint2_type::__anon8399::__anon8400
emit2.c
81
outint(tp->t_uniqpos.
p_file
);
chk.c
1253
tp1->t_uniqpos.
p_file
==
1254
tp2->t_uniqpos.
p_file
&&
1287
tp1->t_uniqpos.
p_file
==
1288
tp2->t_uniqpos.
p_file
&&
read.c
729
tp->t_uniqpos.
p_file
= (short)
Completed in 42 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026