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

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3812 struct CvTreeNode* h_prev; /* previous sequence */ member in struct:CvTreeNode
3843 parent->v_next->h_prev = node;
3868 node->h_next->h_prev = node->h_prev;
3870 if( node->h_prev )
3871 node->h_prev->h_next = node->h_next;
3980 if( !node->h_prev )
3988 node = node->h_prev;
/external/libedit/src/
H A Dhistory.c72 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;
1047 hf.h_prev = va_arg(va, history_gfun_t);

Completed in 4890 milliseconds