Lines Matching defs:line

139   GlhHashNode *line;   /* The hash-table entry of the history line */  member
403 int _glh_add_history(GlHistory *glh, const char *line, int force) in _glh_add_history()
530 char *_glh_find_backwards(GlHistory *glh, char *line, size_t dim) in _glh_find_backwards()
618 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim) in _glh_find_forwards()
741 int _glh_search_prefix(GlHistory *glh, const char *line, int prefix_len) in _glh_search_prefix()
792 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim) in _glh_oldest_line()
865 char *_glh_current_line(GlHistory *glh, char *line, size_t dim) in _glh_current_line()
956 char *_glh_recall_line(GlHistory *glh, GlhLineID id, char *line, size_t dim) in _glh_recall_line()
1156 char *line, size_t dim) in _glh_load_history()
1955 int _glh_lookup_history(GlHistory *glh, GlhLineID id, const char **line, in _glh_lookup_history()
2169 static GlhHashNode *_glh_acquire_copy(GlHistory *glh, const char *line, in _glh_acquire_copy()
2331 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, in glh_find_bucket()
2355 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line, in glh_find_hash_node()
2383 static int _glh_is_line(GlhHashNode *hash, const char *line, size_t n) in _glh_is_line()
2417 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix) in _glh_line_matches_prefix()
2467 static void _glh_return_line(GlhHashNode *hash, char *line, size_t dim) in _glh_return_line()
2497 static int _glh_prepare_for_recall(GlHistory *glh, char *line) in _glh_prepare_for_recall()
2555 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line) in glh_init_stream()