Home
last modified time | relevance | path

Searched defs:free_history (Results 1 – 17 of 17) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/session/
H A Dhistory.c27 free_history(struct list_head *history) in free_history() function
/dports/net/tinyfugue/tf-50b8/src/
H A Dhistory.h41 #define free_history(hist) /* do nothing */ macro
H A Dhistory.c109 void free_history(History *hist) in free_history() function
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dhistory.h40 #define free_history(hist) /* do nothing */ macro
H A Dhistory.c110 void free_history(History *hist) in free_history() function
/dports/math/spar/spar-0.5.10/calculator/
H A Dshell.c89 free_history (void) in free_history() function
/dports/www/vimb/vimb-3.6.0/src/
H A Dhistory.c225 static void free_history(History *item) in free_history() function
/dports/games/prboom/prboom-2.5.0/src/
H A Dz_zone.c227 enum {malloc_history, free_history, NUM_HISTORY_TYPES}; enumerator
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dz_zone.c227 enum {malloc_history, free_history, NUM_HISTORY_TYPES}; enumerator
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/src/
H A Dhistory.c211 void free_history() in free_history() function
/dports/lang/munger/munger-5.12/
H A Dlisp.c1107 void free_history() in free_history() function
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslrline.c123 static void free_history (RL_History_Type *h) in free_history() function
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgdk3.pas3042 procedure free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; inline; static; procedure
4807 procedure TGdkDevice.free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; procedure
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgdk3.pas3042 procedure free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; inline; static; procedure
4807 procedure TGdkDevice.free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgdk3.pas3051 procedure free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; inline; static; procedure
4925 procedure TGdkDevice.free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgdk3.pas3051 procedure free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; inline; static; procedure
4925 procedure TGdkDevice.free_history(events: PPGdkTimeCoord; n_events: gint); cdecl; procedure
/dports/www/links/links-2.25/
H A Dlinks.h3957 #define free_history(h) free_list(struct history_item, (h).items) macro