Home
last modified time | relevance | path

Searched refs:history_get (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dhistory.c178 history_get(int offset) in history_get() function
232 HIST_ENTRY * entry = history_get(which + 1); in replace_history_entry()
259 entry = history_get(which + history_base); in remove_history()
442 for (i = istart; (list_entry = history_get(i + history_base)); i++) { in write_history_list()
473 return history_get(n)->line; in history_find_by_number()
H A Dgp_hist.h82 HIST_ENTRY * history_get(int offset);
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dhistory.c178 history_get(int offset) in history_get() function
232 HIST_ENTRY * entry = history_get(which + 1); in replace_history_entry()
259 entry = history_get(which + history_base); in remove_history()
442 for (i = istart; (list_entry = history_get(i + history_base)); i++) { in write_history_list()
473 return history_get(n)->line; in history_find_by_number()
H A Dgp_hist.h82 HIST_ENTRY * history_get(int offset);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dhistory.c176 history_get(int offset) in history_get() function
230 HIST_ENTRY * entry = history_get(which + 1); in replace_history_entry()
257 entry = history_get(which + history_base); in remove_history()
440 for (i = istart; (list_entry = history_get(i + history_base)); i++) { in write_history_list()
471 return history_get(n)->line; in history_find_by_number()
H A Dgp_hist.h86 HIST_ENTRY * history_get(int offset);
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/packages/
H A Dcmdline.c112 history_get( cmdline_info_t *ci, int n ) in history_get() function
135 char *s, *p = history_get( ci, line ); in history_remove()
360 history_get( ci, --histind - 1); in cmdline_prompt()
378 if( history_get(ci, histind) ) in cmdline_prompt()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/packages/
H A Dcmdline.c112 history_get( cmdline_info_t *ci, int n ) in history_get() function
135 char *s, *p = history_get( ci, line ); in history_remove()
360 history_get( ci, --histind - 1); in cmdline_prompt()
378 if( history_get(ci, histind) ) in cmdline_prompt()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/packages/
H A Dcmdline.c112 history_get( cmdline_info_t *ci, int n ) in history_get() function
135 char *s, *p = history_get( ci, line ); in history_remove()
360 history_get( ci, --histind - 1); in cmdline_prompt()
378 if( history_get(ci, histind) ) in cmdline_prompt()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/packages/
H A Dcmdline.c112 history_get( cmdline_info_t *ci, int n ) in history_get() function
135 char *s, *p = history_get( ci, line ); in history_remove()
360 history_get( ci, --histind - 1); in cmdline_prompt()
378 if( history_get(ci, histind) ) in cmdline_prompt()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/packages/
H A Dcmdline.c112 history_get( cmdline_info_t *ci, int n ) in history_get() function
135 char *s, *p = history_get( ci, line ); in history_remove()
360 history_get( ci, --histind - 1); in cmdline_prompt()
378 if( history_get(ci, histind) ) in cmdline_prompt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/packages/
H A Dcmdline.c112 history_get( cmdline_info_t *ci, int n ) in history_get() function
135 char *s, *p = history_get( ci, line ); in history_remove()
360 history_get( ci, --histind - 1); in cmdline_prompt()
378 if( history_get(ci, histind) ) in cmdline_prompt()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/packages/
H A Dcmdline.c112 history_get( cmdline_info_t *ci, int n ) in history_get() function
135 char *s, *p = history_get( ci, line ); in history_remove()
360 history_get( ci, --histind - 1); in cmdline_prompt()
378 if( history_get(ci, histind) ) in cmdline_prompt()
/dports/devel/aegis/aegis-4.25.D510/aeimport/format/
H A Dsccs.cc130 history_get(format_ty *) in history_get() function
227 history_get,
H A Drcs.cc135 history_get(format_ty *) in history_get() function
228 history_get,
H A Dprivate.h34 string_ty *(*history_get)(format_ty *); member
/dports/devel/aegis/aegis-4.25.D510/aeimport/
H A Dformat.cc122 assert(fp->vptr->history_get); in format_history_get()
123 return fp->vptr->history_get(fp); in format_history_get()
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/src/
H A Dlibedit.def24 history_get
/dports/lang/python310/Python-3.10.1/Modules/
H A Dreadline.c844 if ((hist_ent = history_get(idx))) in readline_get_history_item_impl()
1216 if (history_get(1) == NULL) { in setup_readline()
1230 HIST_ENTRY *item = history_get(libedit_history_start); in setup_readline()
1422 hist_ent = history_get(length + libedit_history_start - 1); in call_readline()
1424 hist_ent = history_get(length); in call_readline()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dreadline.c846 if ((hist_ent = history_get(idx))) in readline_get_history_item_impl()
1218 if (history_get(1) == NULL) { in setup_readline()
1232 HIST_ENTRY *item = history_get(libedit_history_start); in setup_readline()
1424 hist_ent = history_get(length + libedit_history_start - 1); in call_readline()
1426 hist_ent = history_get(length); in call_readline()
/dports/net-p2p/shx/shx-0.2.4/include/
H A Dhistory.h122 extern HIST_ENTRY *history_get __P((void *, int));
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/src/editline/
H A Dreadline.h96 HIST_ENTRY *history_get(int offset);
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/include/editline/
H A Dreadline.h96 HIST_ENTRY *history_get(int offset);
/dports/devel/urjtag/urjtag-2021.03/src/apps/jtag/
H A Djtag.c305 hptr = history_get (history_length); in jtag_readline_loop()
308 hptr = history_get (history_length - 1); in jtag_readline_loop()
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dhistory.h120 extern HIST_ENTRY *history_get PARAMS((int));

12345678910