Searched defs:history (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dshell.c79 struct readline_history history; local
83 /* Initialise shell history */
84 memset ( &history, 0, sizeof ( history ) );
88 line = readline_history ( shell_prompt, &history );
95 /* Discard shell history */
96 history_free ( &history );
H A Dreadline.c76 * Locate history entry
78 * @v history History buffer
79 * @v depth Depth within history buffer
83 history_entry ( struct readline_history *history, unsigned int depth ) { argument
86 offset = ( ( history->next - depth ) %
87 ( sizeof ( history->entries ) /
88 sizeof ( history->entries[0] ) ) );
89 return &history->entries[offset];
93 * Read string from history buffer
95 * @v history Histor
99 history_fetch( struct readline_history *history, unsigned int depth ) argument
117 history_store( struct readline_history *history, unsigned int depth, const char *string ) argument
145 history_move( struct readline_history *history, int offset, const char *old_string ) argument
172 history_append( struct readline_history *history, const char *string ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmipointrst.h52 miHistoryRec history[MOTION_SIZE]; member in struct:__anon7439
H A Ddmxinputinit.h244 int head; /**< XInput motion history
246 int tail; /**< XInput motion history
248 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmipointrst.h54 miHistoryRec history[MOTION_SIZE]; member in struct:__anon4597
H A Ddmxinputinit.h244 int head; /**< XInput motion history
246 int tail; /**< XInput motion history
248 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmipointrst.h54 miHistoryRec history[MOTION_SIZE]; member in struct:__anon4164
H A Ddmxinputinit.h244 int head; /**< XInput motion history
246 int tail; /**< XInput motion history
248 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history
240 int tail; /**< XInput motion history
242 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
H A Dinputstr.h289 void *motion; /* motion history buffer. Different layout
325 DeviceEvent *history; /* History of events on this touchpoint */ member in struct:_TouchPointInfo
326 size_t history_elements; /* Number of current elements in history */
327 size_t history_size; /* Size of history in elements */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxinputinit.h238 int head; /**< XInput motion history
240 int tail; /**< XInput motion history
242 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
H A Dinputstr.h289 void *motion; /* motion history buffer. Different layout
325 DeviceEvent *history; /* History of events on this touchpoint */ member in struct:_TouchPointInfo
326 size_t history_elements; /* Number of current elements in history */
327 size_t history_size; /* Size of history in elements */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxinputinit.h243 int head; /**< XInput motion history
245 int tail; /**< XInput motion history
247 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxinputinit.h243 int head; /**< XInput motion history
245 int tail; /**< XInput motion history
247 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxinputinit.h243 int head; /**< XInput motion history
245 int tail; /**< XInput motion history
247 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxinputinit.h241 int head; /**< XInput motion history
243 int tail; /**< XInput motion history
245 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history
243 int tail; /**< XInput motion history
245 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history
243 int tail; /**< XInput motion history
245 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history
243 int tail; /**< XInput motion history
245 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history
243 int tail; /**< XInput motion history
245 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history
243 int tail; /**< XInput motion history
245 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
H A Dinputstr.h291 void *motion; /* motion history buffer. Different layout
323 DeviceEvent *history; /* History of events on this touchpoint */ member in struct:_TouchPointInfo
324 size_t history_elements; /* Number of current elements in history */
325 size_t history_size; /* Size of history in elements */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history
240 int tail; /**< XInput motion history
242 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history
240 int tail; /**< XInput motion history
242 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history
240 int tail; /**< XInput motion history
242 unsigned long *history; /**< XInput motion history */ member in struct:_DMXLocalInputInfo

Completed in 92 milliseconds

12