pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.h,v 1.
176
2003/
08
/
18
15
:
11
:
38
mast Exp $
+
|| $Id: program.h,v 1.
177
2003/
10
/
20
13
:
14
:
28
mast Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H #include <stdarg.h> #include "global.h" #include "pike_types.h" #include "pike_macros.h" #include "svalue.h"
pike.git/src/program.h:593:
void program_index_no_free(struct svalue *to, struct program *p, struct svalue *ind); int get_small_number(char **q); void ext_store_program_line (struct program *prog, INT32 line, struct pike_string *file); void start_line_numbering(void); void store_linenumber(INT32 current_line, struct pike_string *current_file); PMOD_EXPORT struct pike_string *low_get_program_line(struct program *prog, INT32 *linep); PMOD_EXPORT struct pike_string *get_program_line(struct program *prog, INT32 *linep);
-
char *debug_get_
program_
line(struct program *prog,
-
INT32 *linep);
+
char *debug_get_line(
PIKE_OPCODE_T *pc,
struct program *prog, INT32 *linep);
PMOD_EXPORT struct pike_string *low_get_line(PIKE_OPCODE_T *pc, struct program *prog, INT32 *linep); PMOD_EXPORT struct pike_string *get_line(PIKE_OPCODE_T *pc, struct program *prog, INT32 *linep); void my_yyerror(char *fmt,...) ATTRIBUTE((format(printf,1,2))); void yy_describe_exception(struct svalue *thrown); struct supporter_marker; void verify_supporters(void); void init_supporter(struct Supporter *s, supporter_callback *fun,