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

  /src/lib/libedit/
hist.h 66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
histedit.h 215 #define H_SET 7 /* , int); */
readline.c 682 (void)history(h, &ev, H_SET, num);
1519 (void)history(h, &ev, H_SET, curr_num);
1525 (void)history(h, &ev, H_SET, curr_num);
1620 if (history(h, &ev, H_SET, curr_num))
1806 (void)history(h, &ev, H_SET, curr_num);
history.c 108 history_sfun_t h_set; /* Set the current element */ local
120 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
624 h->h_set = history_def_set;
729 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
740 h->h_set = history_def_set;
757 h->h_set = nh->h_set;
1066 case H_SET:
1129 hf.h_set = va_arg(va, history_sfun_t);
  /src/lib/libedit/TEST/
tc1.c 217 if (history(hist, &ev, H_SET, lastevent) == -1)

Completed in 18 milliseconds