Lines Matching defs:line

137   GlhHashNode *line;   /* The hash-table entry of the history line */  member
401 int _glh_add_history(GlHistory *glh, const char *line, int force) in _glh_add_history()
528 char *_glh_find_backwards(GlHistory *glh, char *line, size_t dim) in _glh_find_backwards()
616 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim) in _glh_find_forwards()
739 int _glh_search_prefix(GlHistory *glh, const char *line, int prefix_len) in _glh_search_prefix()
790 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim) in _glh_oldest_line()
863 char *_glh_current_line(GlHistory *glh, char *line, size_t dim) in _glh_current_line()
954 char *_glh_recall_line(GlHistory *glh, GlhLineID id, char *line, size_t dim) in _glh_recall_line()
1154 char *line, size_t dim) in _glh_load_history()
1953 int _glh_lookup_history(GlHistory *glh, GlhLineID id, const char **line, in _glh_lookup_history()
2167 static GlhHashNode *_glh_acquire_copy(GlHistory *glh, const char *line, in _glh_acquire_copy()
2329 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, in glh_find_bucket()
2353 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line, in glh_find_hash_node()
2381 static int _glh_is_line(GlhHashNode *hash, const char *line, size_t n) in _glh_is_line()
2415 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix) in _glh_line_matches_prefix()
2465 static void _glh_return_line(GlhHashNode *hash, char *line, size_t dim) in _glh_return_line()
2495 static int _glh_prepare_for_recall(GlHistory *glh, char *line) in _glh_prepare_for_recall()
2553 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line) in glh_init_stream()