WHLine             62 lib/widget/hline.c hline_adjust_cols (WHLine * l)
WHLine             89 lib/widget/hline.c     WHLine *l = HLINE (w);
WHLine            146 lib/widget/hline.c WHLine *
WHLine            150 lib/widget/hline.c     WHLine *l;
WHLine            153 lib/widget/hline.c     l = g_new (WHLine, 1);
WHLine            167 lib/widget/hline.c hline_set_text (WHLine * l, const char *text)
WHLine            182 lib/widget/hline.c hline_set_textv (WHLine * l, const char *format, ...)
WHLine             11 lib/widget/hline.h #define HLINE(x) ((WHLine *)(x))
WHLine             29 lib/widget/hline.h WHLine *hline_new (int y, int x, int width);
WHLine             30 lib/widget/hline.h void hline_set_text (WHLine * l, const char *text);
WHLine             32 lib/widget/hline.h void hline_set_textv (WHLine * l, const char *format, ...) G_GNUC_PRINTF (2, 3);
WHLine            228 src/filemanager/filegui.c     WHLine *total_bytes_label;