Home
last modified time | relevance | path

Searched refs:cx_complete_hist (Results 1 – 3 of 3) sorted by relevance

/dports/misc/clex/clex-4.6.patch9/src/
H A Dcompletion.h26 extern void cx_complete_hist(void);
H A Dcontrol.c287 { 0, 1, L'p', cx_complete_hist, 0 },
523 { 0, 1, 'p', cx_complete_hist, 0 },
H A Dcompletion.c996 void cx_complete_hist(void) { complete_type(COMPL_TYPE_HIST); } in cx_complete_hist() function