HomeSort by: relevance | last modified time | path
    Searched refs:H_CLEAR (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libedit/
histedit.h 224 #define H_CLEAR 19 /* , void); */
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);
  /src/lib/libedit/TEST/
tc1.c 257 history(hist, &ev, H_CLEAR);
wtc1.c 222 history_w(hist, &ev, H_CLEAR);
  /src/bin/sh/
histedit.c 678 history(hist, &he, H_CLEAR);

Completed in 17 milliseconds