Searched refs:GlhLineNode (Results 1 – 1 of 1) sorted by relevance
129 typedef struct GlhLineNode GlhLineNode; typedef130 struct GlhLineNode { struct135 GlhLineNode *next; /* The next youngest line in the list */ argument136 GlhLineNode *prev; /* The next oldest line in the list */ argument150 GlhLineNode *head; /* The oldest line in the list */151 GlhLineNode *tail; /* The newest line in the list */175 GlhLineNode *recall; /* The last line recalled, or NULL if no recall */177 GlhLineNode *id_node;/* The node at which the last ID search terminated */206 static void _glh_discard_line(GlHistory *glh, GlhLineNode *node);207 static GlhLineNode *_glh_find_id(GlHistory *glh, GlhLineID id);[all …]