Home
last modified time | relevance | path

Searched refs:GlhLineNode (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c129 typedef struct GlhLineNode GlhLineNode; typedef
130 struct GlhLineNode { struct
135 GlhLineNode *next; /* The next youngest line in the list */ argument
136 GlhLineNode *prev; /* The next oldest line in the list */ argument
150 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 …]