le 171 lib/widget/history.c history_release_item (history_descriptor_t *hd, WLEntry *le) le 177 lib/widget/history.c text = le->text; le 178 lib/widget/history.c le->text = NULL; le 17 lib/widget/history.h typedef void *(*history_release_item_func) (struct history_descriptor_t * hd, struct WLEntry * le); le 1035 lib/widget/input_complete.c WLEntry *le = LENTRY (e->data); le 1037 lib/widget/input_complete.c if (strncmp (input->buffer->str + start, le->text, new_end - start) == 0) le 1089 lib/widget/input_complete.c WLEntry *le = LENTRY (e->data); le 1091 lib/widget/input_complete.c if (strncmp (input->buffer->str + start, le->text, end - start) == 0 le 1092 lib/widget/input_complete.c && strncmp (le->text + end - start, buff, bl) == 0) le 1098 lib/widget/input_complete.c last_text = le->text; le 1107 lib/widget/input_complete.c for (si = le->text + start; si < le->text + end; le 1115 lib/widget/input_complete.c si = &le->text[str_offset_to_pos (le->text, ++si_num)]; le 1134 lib/widget/input_complete.c last_text = le->text; le 142 lib/widget/listbox.c GList *le = NULL; le 156 lib/widget/listbox.c le = g_queue_peek_nth_link (l->list, (guint) l->top); le 160 lib/widget/listbox.c pos = (le == NULL) ? 0 : l->top; le 177 lib/widget/listbox.c if (l->list != NULL && le != NULL && (i == 0 || pos < length)) le 179 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 182 lib/widget/listbox.c le = g_list_next (le); le 206 lib/widget/listbox.c GList *le; le 208 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) le 210 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 587 lib/widget/listbox.c GList *le; le 589 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) le 591 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 612 lib/widget/listbox.c GList *le; le 614 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) le 616 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 655 lib/widget/listbox.c GList *le; le 663 lib/widget/listbox.c for (pos = 0, le = g_queue_peek_head_link (l->list); le != NULL; pos++, le = g_list_next (le)) le 168 src/file_history.c file_history_release_item (history_descriptor_t *hd, WLEntry *le) le 175 src/file_history.c fhd->file_name = le->text; le 176 src/file_history.c le->text = NULL; le 177 src/file_history.c fhd->file_pos = (char *) le->data; le 178 src/file_history.c le->data = NULL; le 1832 src/filemanager/find.c WLEntry *le = LENTRY (entry->data); le 1833 src/filemanager/find.c find_match_location_t *location = le->data; le 1837 src/filemanager/find.c if ((le->text == NULL) || (location == NULL) || (location->dir == NULL)) le 1841 src/filemanager/find.c lc_filename = strchr (le->text + 4, ':') + 1; le 1843 src/filemanager/find.c lc_filename = le->text + 4;