Searched defs:Rsobj_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/librecsort/
H A Drecsort.h36 typedef struct _rsobj_s Rsobj_t; typedef in typeref:struct:_rsobj_s
51 { int (*insertf)_ARG_((Rs_t*, Rsobj_t*));
52 Rsobj_t* (*listf)_ARG_((Rs_t*));
73 Rsobj_t* left; /* left/last link or out of order */
74 Rsobj_t* right; /* next record in sorted list */
75 Rsobj_t* equal; /* equivalence class */
242 extern Rsobj_t* rslist _ARG_((Rs_t*));

Completed in 11 milliseconds