HomeSort by relevance Sort by last modified time
    Searched refs:H_SET (Results 1 - 6 of 6) sorted by null

  /external/libedit/src/
hist.h 73 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
histedit.h 209 #define H_SET 7 /* , int); */
readline.c 621 (void)history(h, &ev, H_SET, num);
1372 (void)history(h, &ev, H_SET, curr_num);
1465 if (history(h, &ev, H_SET, curr_num))
    [all...]
history.c 74 history_sfun_t h_set; /* Set the current element */ local
86 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
586 h->h_set = history_def_set;
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
702 h->h_set = history_def_set;
719 h->h_set = nh->h_set;
1001 case H_SET:
1049 hf.h_set = va_arg(va, history_sfun_t);
  /prebuilts/libs/libedit/include/
histedit.h 209 #define H_SET 7 /* , int); */
  /external/libedit/examples/
tc1.c 222 if (history(hist, &ev, H_SET, lastevent) == -1)

Completed in 54 milliseconds