HomeSort by relevance Sort by last modified time
    Searched defs:h_prev (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
history.c 72 history_gfun_t h_prev; /* Get the previous element */ local
83 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev)
584 h->h_prev = history_def_prev;
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
700 h->h_prev = history_def_prev;
717 h->h_prev = nh->h_prev;
993 case H_PREV:
1047 hf.h_prev = va_arg(va, history_gfun_t);
  /external/opencv/cxcore/src/
cxdatastructs.cpp 3812 struct CvTreeNode* h_prev; \/* previous sequence *\/ member in struct:CvTreeNode
    [all...]

Completed in 580 milliseconds