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

  /src/lib/libedit/
history.c 104 history_gfun_t h_next; /* Get the next element */ local in function:TYPE
115 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
619 h->h_next = history_def_next;
642 if (h->h_next == history_def_next)
657 if (h->h_next != history_def_next) {
676 if (h->h_next != history_def_next) {
696 if (h->h_next != history_def_next) {
711 if (h->h_next != history_def_next) {
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
732 if (h->h_next != history_def_next)
    [all...]
history.c 104 history_gfun_t h_next; /* Get the next element */ local in function:TYPE
115 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
619 h->h_next = history_def_next;
642 if (h->h_next == history_def_next)
657 if (h->h_next != history_def_next) {
676 if (h->h_next != history_def_next) {
696 if (h->h_next != history_def_next) {
711 if (h->h_next != history_def_next) {
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
732 if (h->h_next != history_def_next)
    [all...]
history.c 104 history_gfun_t h_next; /* Get the next element */ local in function:TYPE
115 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
619 h->h_next = history_def_next;
642 if (h->h_next == history_def_next)
657 if (h->h_next != history_def_next) {
676 if (h->h_next != history_def_next) {
696 if (h->h_next != history_def_next) {
711 if (h->h_next != history_def_next) {
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
732 if (h->h_next != history_def_next)
    [all...]

Completed in 50 milliseconds