Searched refs:source_file (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dtracepoint.h56 char *source_file; member in struct:tracepoint
H A Dbreakpoint.h309 char *source_file;
308 char *source_file; member in struct:breakpoint
H A Dtracepoint.c345 t->source_file = NULL;
347 t->source_file = savestring (sal.symtab->filename,
437 if (addressprint || (tp->source_file == NULL))
442 if (tp->source_file)
444 tp->source_file, tp->line_number);
506 if (t->source_file)
516 fputs_filtered (t->source_file, gdb_stdout);
586 if (t->source_file)
587 xfree (t->source_file);
H A Dbreakpoint.c3486 if (b->source_file)
3497 ui_out_field_string (uiout, "file", b->source_file);
4081 b->source_file = NULL;
4083 b->source_file = savestring (sal.symtab->filename,
4884 if (addressprint || b->source_file == NULL)
4889 if (b->source_file)
4891 b->source_file, b->line_number);
6822 && b->source_file != NULL
6824 && strcmp (b->source_file, sal.symtab->filename) == 0
7059 if (bpt->source_file !
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dext.c124 p->source_file = __FILE__;
132 b->source_file = __FILE__;
H A Dprofile.c171 source = tree->source_file;
181 source = tree->source_file;
H A Deval.c353 source = tree->source_file;
363 source = tree->source_file;
H A Dawk.h520 #define source_file sub.nodep.name macro
H A Dawkgram.y2179 r->source_file = source;
H A Dawkgram.c4018 r->source_file = source;
/haiku-fatelf/src/bin/bash/
H A Dmake_cmd.c773 temp->source_file = 0;
777 temp->source_file = array_reference (bash_source_a, 0);
783 temp->source_file = 0;
H A Dcopy_cmd.c330 new_def->source_file = old->source_file ? savestring (old->source_file) : old->source_file;
H A Dcommand.h322 char *source_file; /* file in which function was defined, if any */ member in struct:function_def
H A Ddispose_cmd.c233 FREE (c->source_file);
H A Dexecute_cmd.c4003 sfile = shell_fn ? shell_fn->source_file : "";
/haiku-fatelf/src/bin/bash/builtins/
H A Dcommon.h167 extern int source_file __P((const char *, int));
H A Devalfile.c315 source_file (filename, sflags) function
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtic.c470 const char *source_file = "terminfo"; local
622 source_file = argv[optind++];
634 source_file = "/etc/termcap";
639 source_file = termcap;
643 source_file = my_tmpname;
646 tmp_fp = open_input(source_file);
647 to_remove = source_file;
665 tmp_fp = open_input(source_file);
679 _nc_set_source(source_file);
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-winsource.c418 && bp->source_file
419 && (strcmp (src->filename, bp->source_file) == 0)

Completed in 225 milliseconds