le 167 lib/widget/history.c history_release_item (history_descriptor_t * hd, WLEntry * le) le 173 lib/widget/history.c text = le->text; le 174 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 1066 lib/widget/input_complete.c WLEntry *le = LENTRY (e->data); le 1068 lib/widget/input_complete.c if (strncmp (input->buffer + start, le->text, new_end - start) == 0) le 1120 lib/widget/input_complete.c WLEntry *le = LENTRY (e->data); le 1122 lib/widget/input_complete.c if (strncmp (input->buffer + start, le->text, end - start) == 0 le 1123 lib/widget/input_complete.c && strncmp (&le->text[end - start], buff, bl) == 0) le 1129 lib/widget/input_complete.c last_text = le->text; le 1138 lib/widget/input_complete.c for (si = le->text + start; si < le->text + end; le 1146 lib/widget/input_complete.c si = &le->text[str_offset_to_pos (le->text, ++si_num)]; le 1165 lib/widget/input_complete.c last_text = le->text; le 137 lib/widget/listbox.c GList *le = NULL; le 151 lib/widget/listbox.c le = g_queue_peek_nth_link (l->list, (guint) l->top); le 155 lib/widget/listbox.c pos = (le == NULL) ? 0 : l->top; le 172 lib/widget/listbox.c if (l->list != NULL && le != NULL && (i == 0 || pos < length)) le 174 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 177 lib/widget/listbox.c le = g_list_next (le); le 201 lib/widget/listbox.c GList *le; le 203 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) le 205 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 583 lib/widget/listbox.c GList *le; le 585 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) le 587 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 608 lib/widget/listbox.c GList *le; le 610 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le)) le 612 lib/widget/listbox.c WLEntry *e = LENTRY (le->data); le 651 lib/widget/listbox.c GList *le; le 659 lib/widget/listbox.c for (pos = 0, le = g_queue_peek_head_link (l->list); le != NULL; pos++, le = g_list_next (le)) le 166 src/file_history.c file_history_release_item (history_descriptor_t * hd, WLEntry * le) le 173 src/file_history.c fhd->file_name = le->text; le 174 src/file_history.c le->text = NULL; le 175 src/file_history.c fhd->file_pos = (char *) le->data; le 176 src/file_history.c le->data = NULL; le 1818 src/filemanager/find.c WLEntry *le = LENTRY (entry->data); le 1819 src/filemanager/find.c find_match_location_t *location = le->data; le 1823 src/filemanager/find.c if ((le->text == NULL) || (location == NULL) || (location->dir == NULL)) le 1827 src/filemanager/find.c lc_filename = strchr (le->text + 4, ':') + 1; le 1829 src/filemanager/find.c lc_filename = le->text + 4;