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

  /src/lib/libedit/
history.c 180 static int history_def_set(void *, TYPE(HistEvent) *, const int);
356 /* history_def_set():
361 history_def_set(void *p, TYPE(HistEvent) *ev, const int n) function in typeref:typename:int
466 if (history_def_set(h, ev, num) != 0)
624 h->h_set = history_def_set;
740 h->h_set = history_def_set;

Completed in 16 milliseconds