Home
last modified time | relevance | path

Searched defs:_breakpoint (Results 1 – 25 of 122) sorted by relevance

12345

/dports/devel/geany-plugin-autoclose/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-pg/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-prj/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-vc/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-latex/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-lipsum/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;
/dports/devel/geany-plugin-lua/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
33 gboolean enabled;
34 gchar file[FILENAME_MAX];
35 gint line;
36 gchar condition[CONDITION_MAX_LENGTH + 1];
37 gint hitscount;
38 GtkTreeIter iter;

12345