Home
last modified time | relevance | path

Searched refs:hist_NONE (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dhistory.c130 for (id = hist_NONE; id < hist_COUNT; id++) { in history_load()
218 for (id = hist_NONE; id < hist_COUNT; id++) in history_reset()
225 if (history_id == hist_NONE) in history_previous()
238 if (history_id == hist_NONE) in history_next()
H A Dhistory.h23 hist_NONE = 0, hist_COMMAND, hist_SHELLCMD, enumerator
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dhistory.c195 for (id = hist_NONE ; id < hist_COUNT ; id++ ) { in history_load()
279 for (id = hist_NONE ; id < hist_COUNT ; id++ ) in history_reset()
286 if (history_id == hist_NONE) in history_previous()
298 if (history_id == hist_NONE) in history_next()
H A Dhistory.h24 enum { hist_NONE=0, hist_COMMAND, hist_SHELLCMD, enumerator