HomeSort by: relevance | last modified time | path
    Searched defs:h_clear (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
history.c 110 history_vfun_t h_clear; /* Clear the history list */ local in function:TYPE
121 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)
625 h->h_clear = history_def_clear;
730 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
741 h->h_clear = history_def_clear;
758 h->h_clear = nh->h_clear;
1070 case H_CLEAR:
1130 hf.h_clear = va_arg(va, history_vfun_t);
history.c 110 history_vfun_t h_clear; /* Clear the history list */ local in function:TYPE
121 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)
625 h->h_clear = history_def_clear;
730 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
741 h->h_clear = history_def_clear;
758 h->h_clear = nh->h_clear;
1070 case H_CLEAR:
1130 hf.h_clear = va_arg(va, history_vfun_t);

Completed in 23 milliseconds