mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
421 lines
68 KiB
HTML
421 lines
68 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>l</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L84'>l</a> 84 lib/widget/group.c GList *l = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L94'>l</a> 94 lib/widget/group.c l = g_list_next (list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L95'>l</a> 95 lib/widget/group.c if (l == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L96'>l</a> 96 lib/widget/group.c l = owner->widgets;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L100'>l</a> 100 lib/widget/group.c l = g_list_previous (list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L101'>l</a> 101 lib/widget/group.c if (l == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L102'>l</a> 102 lib/widget/group.c l = g_list_last (owner->widgets);</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L107'>l</a> 107 lib/widget/group.c return l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L117'>l</a> 117 lib/widget/group.c GList *l = g->current;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L121'>l</a> 121 lib/widget/group.c l = group_get_next_or_prev_of (l, next);</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L123'>l</a> 123 lib/widget/group.c while (!widget_is_focusable (l->data) && l != g->current);</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L125'>l</a> 125 lib/widget/group.c widget_select (l->data);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L62'>l</a> 62 lib/widget/hline.c hline_adjust_cols (WHLine *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L64'>l</a> 64 lib/widget/hline.c if (l->auto_adjust_cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L66'>l</a> 66 lib/widget/hline.c Widget *wl = WIDGET (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L89'>l</a> 89 lib/widget/hline.c WHLine *l = HLINE (w);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L94'>l</a> 94 lib/widget/hline.c hline_adjust_cols (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L98'>l</a> 98 lib/widget/hline.c hline_adjust_cols (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L103'>l</a> 103 lib/widget/hline.c if (l->transparent)</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L115'>l</a> 115 lib/widget/hline.c if (l->auto_adjust_cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L123'>l</a> 123 lib/widget/hline.c if (l->text != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L127'>l</a> 127 lib/widget/hline.c text_width = str_term_width1 (l->text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L129'>l</a> 129 lib/widget/hline.c tty_print_string (l->text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L134'>l</a> 134 lib/widget/hline.c g_free (l->text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L150'>l</a> 150 lib/widget/hline.c WHLine *l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L153'>l</a> 153 lib/widget/hline.c l = g_new (WHLine, 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L154'>l</a> 154 lib/widget/hline.c w = WIDGET (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L157'>l</a> 157 lib/widget/hline.c l->text = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L158'>l</a> 158 lib/widget/hline.c l->auto_adjust_cols = (width < 0);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L159'>l</a> 159 lib/widget/hline.c l->transparent = FALSE;</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L161'>l</a> 161 lib/widget/hline.c return l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L167'>l</a> 167 lib/widget/hline.c hline_set_text (WHLine *l, const char *text)</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L169'>l</a> 169 lib/widget/hline.c g_free (l->text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L172'>l</a> 172 lib/widget/hline.c l->text = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L174'>l</a> 174 lib/widget/hline.c l->text = g_strdup (text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L176'>l</a> 176 lib/widget/hline.c widget_draw (WIDGET (l));</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L182'>l</a> 182 lib/widget/hline.c hline_set_textv (WHLine *l, const char *format, ...)</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L191'>l</a> 191 lib/widget/hline.c hline_set_text (l, buf);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.h.html#L30'>l</a> 30 lib/widget/hline.h void hline_set_text (WHLine *l, const char *text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.h.html#L31'>l</a> 31 lib/widget/hline.h void hline_set_textv (WHLine *l, const char *format, ...) G_GNUC_PRINTF (2, 3);</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L66'>l</a> 66 lib/widget/label.c WLabel *l = LABEL (w);</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L72'>l</a> 72 lib/widget/label.c char *p = l->text;</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L77'>l</a> 77 lib/widget/label.c if (l->text == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L82'>l</a> 82 lib/widget/label.c if (l->transparent)</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L120'>l</a> 120 lib/widget/label.c g_free (l->text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L136'>l</a> 136 lib/widget/label.c WLabel *l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L142'>l</a> 142 lib/widget/label.c l = g_new (WLabel, 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L143'>l</a> 143 lib/widget/label.c w = WIDGET (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L146'>l</a> 146 lib/widget/label.c l->text = g_strdup (text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L147'>l</a> 147 lib/widget/label.c l->auto_adjust_cols = TRUE;</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L148'>l</a> 148 lib/widget/label.c l->transparent = FALSE;</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.c.html#L150'>l</a> 150 lib/widget/label.c return l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L128'>l</a> 128 lib/widget/listbox-window.c listbox_run (Listbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L132'>l</a> 132 lib/widget/listbox-window.c if (dlg_run (l->dlg) != B_CANCEL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L133'>l</a> 133 lib/widget/listbox-window.c val = l->list->current;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L134'>l</a> 134 lib/widget/listbox-window.c widget_destroy (WIDGET (l->dlg));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L135'>l</a> 135 lib/widget/listbox-window.c g_free (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L149'>l</a> 149 lib/widget/listbox-window.c listbox_run_with_data (Listbox *l, const void *select)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L154'>l</a> 154 lib/widget/listbox-window.c listbox_set_current (l->list, listbox_search_data (l->list, select));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L156'>l</a> 156 lib/widget/listbox-window.c if (dlg_run (l->dlg) != B_CANCEL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L160'>l</a> 160 lib/widget/listbox-window.c e = listbox_get_nth_entry (l->list, l->list->current);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L170'>l</a> 170 lib/widget/listbox-window.c widget_destroy (WIDGET (l->dlg));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L171'>l</a> 171 lib/widget/listbox-window.c g_free (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.h.html#L10'>l</a> 10 lib/widget/listbox-window.h #define LISTBOX_APPEND_TEXT(l, h, t, d, f) \</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.h.html#L11'>l</a> 11 lib/widget/listbox-window.h listbox_add_item (l->list, LISTBOX_APPEND_AT_END, h, t, d, f)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.h.html#L31'>l</a> 31 lib/widget/listbox-window.h int listbox_run (Listbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox-window.h.html#L32'>l</a> 32 lib/widget/listbox-window.h void *listbox_run_with_data (Listbox *l, const void *select);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L54'>l</a> 54 lib/widget/listbox.c #define LISTBOX_LAST(l) (listbox_is_empty (l) ? 0 : (int) g_queue_get_length ((l)->list) - 1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L93'>l</a> 93 lib/widget/listbox.c listbox_drawscroll (const WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L95'>l</a> 95 lib/widget/listbox.c const WRect *w = &CONST_WIDGET (l)->rect;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L102'>l</a> 102 lib/widget/listbox.c widget_gotoyx (l, 0, w->cols);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L103'>l</a> 103 lib/widget/listbox.c if (l->top == 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L108'>l</a> 108 lib/widget/listbox.c length = g_queue_get_length (l->list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L112'>l</a> 112 lib/widget/listbox.c if (l->top + w->lines == length || w->lines >= length)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L119'>l</a> 119 lib/widget/listbox.c line = 1 + ((l->current * (w->lines - 2)) / length);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L123'>l</a> 123 lib/widget/listbox.c widget_gotoyx (l, i, w->cols);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L134'>l</a> 134 lib/widget/listbox.c listbox_draw (WListbox *l, gboolean focused)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L136'>l</a> 136 lib/widget/listbox.c Widget *wl = WIDGET (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L137'>l</a> 137 lib/widget/listbox.c const WRect *w = &CONST_WIDGET (l)->rect;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L155'>l</a> 155 lib/widget/listbox.c if (l->list != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L157'>l</a> 157 lib/widget/listbox.c length = g_queue_get_length (l->list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L158'>l</a> 158 lib/widget/listbox.c le = g_queue_peek_nth_link (l->list, (guint) l->top);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L162'>l</a> 162 lib/widget/listbox.c pos = (le == NULL) ? 0 : l->top;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L169'>l</a> 169 lib/widget/listbox.c if (pos == l->current && sel_line == -1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L177'>l</a> 177 lib/widget/listbox.c widget_gotoyx (l, i, 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L179'>l</a> 179 lib/widget/listbox.c if (l->list != NULL && le != NULL && (i == 0 || pos < length))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L191'>l</a> 191 lib/widget/listbox.c l->cursor_y = sel_line;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L193'>l</a> 193 lib/widget/listbox.c if (l->scrollbar && length > w->lines)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L196'>l</a> 196 lib/widget/listbox.c listbox_drawscroll (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L203'>l</a> 203 lib/widget/listbox.c listbox_check_hotkey (WListbox *l, int key)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L205'>l</a> 205 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L210'>l</a> 210 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L226'>l</a> 226 lib/widget/listbox.c listbox_y_pos (WListbox *l, int y)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L228'>l</a> 228 lib/widget/listbox.c return MIN (l->top + y, LISTBOX_LAST (l));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L234'>l</a> 234 lib/widget/listbox.c listbox_fwd (WListbox *l, gboolean wrap)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L236'>l</a> 236 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L238'>l</a> 238 lib/widget/listbox.c if ((guint) l->current + 1 < g_queue_get_length (l->list))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L239'>l</a> 239 lib/widget/listbox.c listbox_set_current (l, l->current + 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L241'>l</a> 241 lib/widget/listbox.c listbox_select_first (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L248'>l</a> 248 lib/widget/listbox.c listbox_fwd_n (WListbox *l, int n)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L250'>l</a> 250 lib/widget/listbox.c listbox_set_current (l, MIN (l->current + n, LISTBOX_LAST (l)));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L256'>l</a> 256 lib/widget/listbox.c listbox_back (WListbox *l, gboolean wrap)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L258'>l</a> 258 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L260'>l</a> 260 lib/widget/listbox.c if (l->current > 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L261'>l</a> 261 lib/widget/listbox.c listbox_set_current (l, l->current - 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L263'>l</a> 263 lib/widget/listbox.c listbox_select_last (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L270'>l</a> 270 lib/widget/listbox.c listbox_back_n (WListbox *l, int n)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L272'>l</a> 272 lib/widget/listbox.c listbox_set_current (l, MAX (l->current - n, 0));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L278'>l</a> 278 lib/widget/listbox.c listbox_execute_cmd (WListbox *l, long command)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L281'>l</a> 281 lib/widget/listbox.c const WRect *w = &CONST_WIDGET (l)->rect;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L283'>l</a> 283 lib/widget/listbox.c if (l->list == NULL || g_queue_is_empty (l->list))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L289'>l</a> 289 lib/widget/listbox.c listbox_back (l, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L292'>l</a> 292 lib/widget/listbox.c listbox_fwd (l, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L295'>l</a> 295 lib/widget/listbox.c listbox_select_first (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L298'>l</a> 298 lib/widget/listbox.c listbox_select_last (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L301'>l</a> 301 lib/widget/listbox.c listbox_back_n (l, w->lines - 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L304'>l</a> 304 lib/widget/listbox.c listbox_fwd_n (l, w->lines - 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L307'>l</a> 307 lib/widget/listbox.c if (l->deletable)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L312'>l</a> 312 lib/widget/listbox.c length = g_queue_get_length (l->list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L314'>l</a> 314 lib/widget/listbox.c is_last = (l->current + 1 >= length);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L315'>l</a> 315 lib/widget/listbox.c is_more = (l->top + w->lines >= length);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L317'>l</a> 317 lib/widget/listbox.c listbox_remove_current (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L318'>l</a> 318 lib/widget/listbox.c if ((l->top > 0) && (is_last || is_more))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L319'>l</a> 319 lib/widget/listbox.c l->top--;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L323'>l</a> 323 lib/widget/listbox.c if (l->deletable</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L330'>l</a> 330 lib/widget/listbox.c listbox_remove_list (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L335'>l</a> 335 lib/widget/listbox.c ret = send_message (WIDGET (l)->owner, l, MSG_NOTIFY, command, NULL);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L348'>l</a> 348 lib/widget/listbox.c listbox_key (WListbox *l, int key)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L352'>l</a> 352 lib/widget/listbox.c if (l->list == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L358'>l</a> 358 lib/widget/listbox.c listbox_set_current (l, key - '0');</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L362'>l</a> 362 lib/widget/listbox.c command = widget_lookup_key (WIDGET (l), key);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L365'>l</a> 365 lib/widget/listbox.c return listbox_execute_cmd (l, command);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L372'>l</a> 372 lib/widget/listbox.c listbox_add_entry (WListbox *l, WLEntry *e, listbox_append_t pos)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L374'>l</a> 374 lib/widget/listbox.c if (l->list == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L376'>l</a> 376 lib/widget/listbox.c l->list = g_queue_new ();</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L383'>l</a> 383 lib/widget/listbox.c g_queue_push_tail (l->list, e);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L387'>l</a> 387 lib/widget/listbox.c g_queue_insert_before (l->list, g_queue_peek_nth_link (l->list, (guint) l->current), e);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L391'>l</a> 391 lib/widget/listbox.c g_queue_insert_after (l->list, g_queue_peek_nth_link (l->list, (guint) l->current), e);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L395'>l</a> 395 lib/widget/listbox.c g_queue_insert_sorted (l->list, e, (GCompareDataFunc) listbox_entry_cmp, NULL);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L407'>l</a> 407 lib/widget/listbox.c listbox_on_change (WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L409'>l</a> 409 lib/widget/listbox.c listbox_draw (l, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L410'>l</a> 410 lib/widget/listbox.c send_message (WIDGET (l)->owner, l, MSG_NOTIFY, 0, NULL);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L416'>l</a> 416 lib/widget/listbox.c listbox_do_action (WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L420'>l</a> 420 lib/widget/listbox.c if (listbox_is_empty (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L423'>l</a> 423 lib/widget/listbox.c if (l->callback != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L424'>l</a> 424 lib/widget/listbox.c action = l->callback (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L430'>l</a> 430 lib/widget/listbox.c WDialog *h = DIALOG (WIDGET (l)->owner);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L440'>l</a> 440 lib/widget/listbox.c listbox_run_hotkey (WListbox *l, int pos)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L442'>l</a> 442 lib/widget/listbox.c listbox_set_current (l, pos);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L443'>l</a> 443 lib/widget/listbox.c listbox_on_change (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L444'>l</a> 444 lib/widget/listbox.c listbox_do_action (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L450'>l</a> 450 lib/widget/listbox.c listbox_destroy (WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L452'>l</a> 452 lib/widget/listbox.c listbox_remove_list (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L460'>l</a> 460 lib/widget/listbox.c WListbox *l = LISTBOX (w);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L468'>l</a> 468 lib/widget/listbox.c pos = listbox_check_hotkey (l, parm);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L472'>l</a> 472 lib/widget/listbox.c listbox_run_hotkey (l, pos);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L481'>l</a> 481 lib/widget/listbox.c ret_code = listbox_key (l, parm);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L483'>l</a> 483 lib/widget/listbox.c listbox_on_change (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L488'>l</a> 488 lib/widget/listbox.c return listbox_execute_cmd (l, parm);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L491'>l</a> 491 lib/widget/listbox.c widget_gotoyx (l, l->cursor_y, 0);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L495'>l</a> 495 lib/widget/listbox.c listbox_draw (l, widget_get_state (w, WST_FOCUSED));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L499'>l</a> 499 lib/widget/listbox.c listbox_destroy (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L512'>l</a> 512 lib/widget/listbox.c WListbox *l = LISTBOX (w);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L515'>l</a> 515 lib/widget/listbox.c old_current = l->current;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L521'>l</a> 521 lib/widget/listbox.c listbox_set_current (l, listbox_y_pos (l, event->y));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L525'>l</a> 525 lib/widget/listbox.c listbox_back (l, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L529'>l</a> 529 lib/widget/listbox.c listbox_fwd (l, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L534'>l</a> 534 lib/widget/listbox.c listbox_set_current (l, listbox_y_pos (l, event->y));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L540'>l</a> 540 lib/widget/listbox.c listbox_do_action (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L548'>l</a> 548 lib/widget/listbox.c if (l->current != old_current)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L549'>l</a> 549 lib/widget/listbox.c listbox_on_change (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L560'>l</a> 560 lib/widget/listbox.c WListbox *l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L563'>l</a> 563 lib/widget/listbox.c l = g_new (WListbox, 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L564'>l</a> 564 lib/widget/listbox.c w = WIDGET (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L570'>l</a> 570 lib/widget/listbox.c l->list = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L571'>l</a> 571 lib/widget/listbox.c l->top = l->current = 0;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L572'>l</a> 572 lib/widget/listbox.c l->deletable = deletable;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L573'>l</a> 573 lib/widget/listbox.c l->callback = callback;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L574'>l</a> 574 lib/widget/listbox.c l->allow_duplicates = TRUE;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L575'>l</a> 575 lib/widget/listbox.c l->scrollbar = !mc_global.tty.slow_terminal;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L577'>l</a> 577 lib/widget/listbox.c return l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L586'>l</a> 586 lib/widget/listbox.c listbox_search_text (WListbox *l, const char *text)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L588'>l</a> 588 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L593'>l</a> 593 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L611'>l</a> 611 lib/widget/listbox.c listbox_search_data (WListbox *l, const void *data)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L613'>l</a> 613 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L618'>l</a> 618 lib/widget/listbox.c for (i = 0, le = g_queue_peek_head_link (l->list); le != NULL; i++, le = g_list_next (le))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L634'>l</a> 634 lib/widget/listbox.c listbox_select_first (WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L636'>l</a> 636 lib/widget/listbox.c l->current = l->top = 0;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L643'>l</a> 643 lib/widget/listbox.c listbox_select_last (WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L645'>l</a> 645 lib/widget/listbox.c int lines = WIDGET (l)->rect.lines;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L648'>l</a> 648 lib/widget/listbox.c length = listbox_get_length (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L650'>l</a> 650 lib/widget/listbox.c l->current = DOZ (length, 1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L651'>l</a> 651 lib/widget/listbox.c l->top = DOZ (length, lines);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L657'>l</a> 657 lib/widget/listbox.c listbox_set_current (WListbox *l, int dest)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L663'>l</a> 663 lib/widget/listbox.c if (listbox_is_empty (l) || dest < 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L667'>l</a> 667 lib/widget/listbox.c for (pos = 0, le = g_queue_peek_head_link (l->list); le != NULL; pos++, le = g_list_next (le))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L669'>l</a> 669 lib/widget/listbox.c if (pos == l->top)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L674'>l</a> 674 lib/widget/listbox.c l->current = dest;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L676'>l</a> 676 lib/widget/listbox.c l->top = l->current;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L679'>l</a> 679 lib/widget/listbox.c int lines = WIDGET (l)->rect.lines;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L681'>l</a> 681 lib/widget/listbox.c if (l->current - l->top >= lines)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L682'>l</a> 682 lib/widget/listbox.c l->top = l->current - lines + 1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L689'>l</a> 689 lib/widget/listbox.c l->current = l->top = 0;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L695'>l</a> 695 lib/widget/listbox.c listbox_get_length (const WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L697'>l</a> 697 lib/widget/listbox.c return listbox_is_empty (l) ? 0 : (int) g_queue_get_length (l->list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L704'>l</a> 704 lib/widget/listbox.c listbox_get_current (WListbox *l, char **string, void **extra)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L709'>l</a> 709 lib/widget/listbox.c if (l != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L710'>l</a> 710 lib/widget/listbox.c e = listbox_get_nth_entry (l, l->current);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L724'>l</a> 724 lib/widget/listbox.c listbox_get_nth_entry (const WListbox *l, int pos)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L726'>l</a> 726 lib/widget/listbox.c if (!listbox_is_empty (l) && pos >= 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L730'>l</a> 730 lib/widget/listbox.c item = g_queue_peek_nth_link (l->list, (guint) pos);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L741'>l</a> 741 lib/widget/listbox.c listbox_get_first_link (const WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L743'>l</a> 743 lib/widget/listbox.c return (l == NULL || l->list == NULL) ? NULL : g_queue_peek_head_link (l->list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L749'>l</a> 749 lib/widget/listbox.c listbox_remove_current (WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L751'>l</a> 751 lib/widget/listbox.c if (!listbox_is_empty (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L756'>l</a> 756 lib/widget/listbox.c current = g_queue_peek_nth_link (l->list, (guint) l->current);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L758'>l</a> 758 lib/widget/listbox.c g_queue_delete_link (l->list, current);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L760'>l</a> 760 lib/widget/listbox.c length = g_queue_get_length (l->list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L763'>l</a> 763 lib/widget/listbox.c l->top = l->current = 0;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L764'>l</a> 764 lib/widget/listbox.c else if (l->current >= length)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L765'>l</a> 765 lib/widget/listbox.c l->current = length - 1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L772'>l</a> 772 lib/widget/listbox.c listbox_is_empty (const WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L774'>l</a> 774 lib/widget/listbox.c return (l == NULL || l->list == NULL || g_queue_is_empty (l->list));</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L786'>l</a> 786 lib/widget/listbox.c listbox_set_list (WListbox *l, GQueue *list)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L788'>l</a> 788 lib/widget/listbox.c listbox_remove_list (l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L790'>l</a> 790 lib/widget/listbox.c if (l != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L791'>l</a> 791 lib/widget/listbox.c l->list = list;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L797'>l</a> 797 lib/widget/listbox.c listbox_remove_list (WListbox *l)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L799'>l</a> 799 lib/widget/listbox.c if (l != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L801'>l</a> 801 lib/widget/listbox.c if (l->list != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L803'>l</a> 803 lib/widget/listbox.c g_queue_free_full (l->list, (GDestroyNotify) listbox_entry_free);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L804'>l</a> 804 lib/widget/listbox.c l->list = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L807'>l</a> 807 lib/widget/listbox.c l->current = l->top = 0;</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L826'>l</a> 826 lib/widget/listbox.c listbox_add_item (WListbox *l, listbox_append_t pos, int hotkey, const char *text, void *data,</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L829'>l</a> 829 lib/widget/listbox.c return listbox_add_item_take (l, pos, hotkey, g_strdup (text), data, free_data);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L849'>l</a> 849 lib/widget/listbox.c listbox_add_item_take (WListbox *l, listbox_append_t pos, int hotkey, char *text, void *data,</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L854'>l</a> 854 lib/widget/listbox.c if (l == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L857'>l</a> 857 lib/widget/listbox.c if (!l->allow_duplicates && (listbox_search_text (l, text) >= 0))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L866'>l</a> 866 lib/widget/listbox.c listbox_add_entry (l, entry, pos);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L34'>l</a> 34 lib/widget/listbox.h typedef lcback_ret_t (*lcback_fn) (struct WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L64'>l</a> 64 lib/widget/listbox.h int listbox_search_text (WListbox *l, const char *text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L65'>l</a> 65 lib/widget/listbox.h int listbox_search_data (WListbox *l, const void *data);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L66'>l</a> 66 lib/widget/listbox.h void listbox_select_first (WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L67'>l</a> 67 lib/widget/listbox.h void listbox_select_last (WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L68'>l</a> 68 lib/widget/listbox.h void listbox_set_current (WListbox *l, int dest);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L69'>l</a> 69 lib/widget/listbox.h int listbox_get_length (const WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L70'>l</a> 70 lib/widget/listbox.h void listbox_get_current (WListbox *l, char **string, void **extra);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L71'>l</a> 71 lib/widget/listbox.h WLEntry *listbox_get_nth_entry (const WListbox *l, int pos);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L72'>l</a> 72 lib/widget/listbox.h GList *listbox_get_first_link (const WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L73'>l</a> 73 lib/widget/listbox.h void listbox_remove_current (WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L74'>l</a> 74 lib/widget/listbox.h gboolean listbox_is_empty (const WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L75'>l</a> 75 lib/widget/listbox.h void listbox_set_list (WListbox *l, GQueue *list);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L76'>l</a> 76 lib/widget/listbox.h void listbox_remove_list (WListbox *l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L77'>l</a> 77 lib/widget/listbox.h char *listbox_add_item (WListbox *l, listbox_append_t pos, int hotkey, const char *text, void *data,</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L79'>l</a> 79 lib/widget/listbox.h char *listbox_add_item_take (WListbox *l, listbox_append_t pos, int hotkey, char *text, void *data,</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L139'>l</a> 139 lib/widget/widget-common.c widget_reorder (GList *l, gboolean set_top)</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L141'>l</a> 141 lib/widget/widget-common.c WGroup *g = WIDGET (l->data)->owner;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L143'>l</a> 143 lib/widget/widget-common.c g->widgets = g_list_remove_link (g->widgets, l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L145'>l</a> 145 lib/widget/widget-common.c g->widgets = g_list_concat (g->widgets, l);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L147'>l</a> 147 lib/widget/widget-common.c g->widgets = g_list_concat (l, g->widgets);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L578'>l</a> 578 lib/widget/widget-common.c GList *l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L580'>l</a> 580 lib/widget/widget-common.c for (l = group_get_widget_next_of (holder);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L581'>l</a> 581 lib/widget/widget-common.c !widget_is_focusable (WIDGET (l->data)) && l != holder;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L582'>l</a> 582 lib/widget/widget-common.c l = group_get_widget_next_of (l))</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L585'>l</a> 585 lib/widget/widget-common.c widget_select (WIDGET (l->data));</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L634'>l</a> 634 lib/widget/widget-common.c GList *l;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L636'>l</a> 636 lib/widget/widget-common.c l = widget_find (WIDGET (g), w);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L637'>l</a> 637 lib/widget/widget-common.c widget_reorder (l, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L568'>l</a> 568 src/args.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L570'>l</a> 570 src/args.c l = g_list_last (flist);</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L571'>l</a> 571 src/args.c ((edit_arg_t *) l->data)->line_number = first_line_number;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1068'>l</a> 1068 src/editor/edit.c long l = direction ? edit->buffer.curs_line : edit->buffer.lines - edit->buffer.curs_line;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1070'>l</a> 1070 src/editor/edit.c if (lines > l)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1071'>l</a> 1071 src/editor/edit.c lines = l;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1724'>l</a> 1724 src/editor/edit.c long l;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1728'>l</a> 1728 src/editor/edit.c for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1749'>l</a> 1749 src/editor/edit.c for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L672'>l</a> 672 src/editor/editcmd.c for (long l = width - (edit_get_col (edit) - col); l > 0; l--)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L715'>l</a> 715 src/editor/editcmd.c for (long l = col - edit_get_col (edit); l >= 1; l--)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1706'>l</a> 1706 src/editor/editcmd.c long l;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1717'>l</a> 1717 src/editor/editcmd.c l = strtol (f, &error, 0);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1724'>l</a> 1724 src/editor/editcmd.c if (l < 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1725'>l</a> 1725 src/editor/editcmd.c l = edit->buffer.lines + l + 2;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1727'>l</a> 1727 src/editor/editcmd.c edit_move_display (edit, l - WIDGET (edit)->rect.lines / 2 - 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1728'>l</a> 1728 src/editor/editcmd.c edit_move_to_line (edit, l - 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L153'>l</a> 153 src/editor/editcomplete.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L155'>l</a> 155 src/editor/editcomplete.c for (l = g_queue_peek_head_link (*compl); l != NULL; l = g_list_next (l))</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L157'>l</a> 157 src/editor/editcomplete.c GString *s = (GString *) l->data;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L165'>l</a> 165 src/editor/editcomplete.c if (l != NULL)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L169'>l</a> 169 src/editor/editcomplete.c if (!active_buffer && l != g_queue_peek_tail_link (*compl))</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L172'>l</a> 172 src/editor/editcomplete.c g_queue_unlink (*compl, l);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L173'>l</a> 173 src/editor/editcomplete.c g_queue_push_tail_link (*compl, l);</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L481'>l</a> 481 src/editor/editsearch.c long l = 0, l_last = -1;</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L493'>l</a> 493 src/editor/editsearch.c l += edit_buffer_count_lines (&edit->buffer, q, edit->search->normal_offset);</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L494'>l</a> 494 src/editor/editsearch.c if (l != l_last)</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L495'>l</a> 495 src/editor/editsearch.c book_mark_insert (edit, l, EDITOR_BOOKMARK_FOUND_COLOR);</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L496'>l</a> 496 src/editor/editsearch.c l_last = l;</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L935'>l</a> 935 src/editor/editsearch.c long l;</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L938'>l</a> 938 src/editor/editsearch.c l = edit->curs_row - WIDGET (edit)->rect.lines / 3;</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L939'>l</a> 939 src/editor/editsearch.c if (l > 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L940'>l</a> 940 src/editor/editsearch.c edit_scroll_downward (edit, l);</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L941'>l</a> 941 src/editor/editsearch.c if (l < 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L942'>l</a> 942 src/editor/editsearch.c edit_scroll_upward (edit, -l);</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L618'>l</a> 618 src/editor/editwidget.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L627'>l</a> 627 src/editor/editwidget.c for (l = GROUP (h)->widgets; l != NULL; l = g_list_next (l))</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L628'>l</a> 628 src/editor/editwidget.c if (edit_widget_is_editor (CONST_WIDGET (l->data)))</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L630'>l</a> 630 src/editor/editwidget.c e = EDIT (l->data);</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L642'>l</a> 642 src/editor/editwidget.c m = g_slist_prepend (m, l->data);</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L872'>l</a> 872 src/editor/editwidget.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L877'>l</a> 877 src/editor/editwidget.c for (l = g->widgets; l != NULL; l = g_list_next (l))</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L878'>l</a> 878 src/editor/editwidget.c if (edit_widget_is_editor (CONST_WIDGET (l->data))</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L879'>l</a> 879 src/editor/editwidget.c && EDIT (l->data)->fullscreen != 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L880'>l</a> 880 src/editor/editwidget.c top = l;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L75'>l</a> 75 src/editor/format.c long l;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L77'>l</a> 77 src/editor/format.c l = buf->curs_line;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L80'>l</a> 80 src/editor/format.c if (line < l)</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L81'>l</a> 81 src/editor/format.c p = edit_buffer_get_backward_offset (buf, p, l - line);</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L82'>l</a> 82 src/editor/format.c else if (line > l)</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L83'>l</a> 83 src/editor/format.c p = edit_buffer_get_forward_offset (buf, p, line - l, 0);</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L216'>l</a> 216 src/editor/format.c line_pixel_length (unsigned char *t, off_t b, off_t l, gboolean utf8)</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L221'>l</a> 221 src/editor/format.c for (xn = 0, x = 0; xn <= l; x = xn)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L811'>l</a> 811 src/editor/syntax.c get_args (char *l, char **args, int args_size)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L817'>l</a> 817 src/editor/syntax.c char *p = l;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L823'>l</a> 823 src/editor/syntax.c for (l = p + 1; *l != '\0' && !whiteness (*l); l++)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L825'>l</a> 825 src/editor/syntax.c if (*l != '\0')</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L826'>l</a> 826 src/editor/syntax.c *l++ = '\0';</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L965'>l</a> 965 src/editor/syntax.c char *l = NULL;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L989'>l</a> 989 src/editor/syntax.c l = NULL;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L991'>l</a> 991 src/editor/syntax.c len = read_one_line (&l, f);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1002'>l</a> 1002 src/editor/syntax.c MC_PTR_FREE (l);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1003'>l</a> 1003 src/editor/syntax.c len = read_one_line (&l, f);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1008'>l</a> 1008 src/editor/syntax.c xx_lowerize_line (edit, l, len);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1010'>l</a> 1010 src/editor/syntax.c argc = get_args (l, args, args_size);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1241'>l</a> 1241 src/editor/syntax.c MC_PTR_FREE (l);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1243'>l</a> 1243 src/editor/syntax.c MC_PTR_FREE (l);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1295'>l</a> 1295 src/editor/syntax.c char *args[ARGS_LEN], *l = NULL;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1317'>l</a> 1317 src/editor/syntax.c MC_PTR_FREE (l);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1318'>l</a> 1318 src/editor/syntax.c if (read_one_line (&l, f) == 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1320'>l</a> 1320 src/editor/syntax.c (void) get_args (l, args, ARGS_LEN - 1); // Final NULL</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1412'>l</a> 1412 src/editor/syntax.c g_free (l);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L447'>l</a> 447 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L463'>l</a> 463 src/filemanager/chattr.c for (i = cb->top, l = GROUP (cb)->widgets; l != NULL; i++, l = g_list_next (l))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L464'>l</a> 464 src/filemanager/chattr.c chattr_draw_select (WIDGET (l->data), check_attr[i].selected);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L475'>l</a> 475 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L483'>l</a> 483 src/filemanager/chattr.c for (i = cb->top, l = GROUP (cb)->widgets; l != NULL; i++, l = g_list_next (l))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L485'>l</a> 485 src/filemanager/chattr.c WCheck *c = CHECK (l->data);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L507'>l</a> 507 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L509'>l</a> 509 src/filemanager/chattr.c for (i = cb->top, l = CONST_GROUP (cb)->widgets; l != NULL; i++, l = g_list_next (l))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L513'>l</a> 513 src/filemanager/chattr.c check_attr[m].state = CHECK (l->data)->state;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L539'>l</a> 539 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L543'>l</a> 543 src/filemanager/chattr.c l = g_list_next (GROUP (cb)->current);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L544'>l</a> 544 src/filemanager/chattr.c widget_select (WIDGET (l->data));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L556'>l</a> 556 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L563'>l</a> 563 src/filemanager/chattr.c l = g_list_last (g->widgets);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L579'>l</a> 579 src/filemanager/chattr.c l = g_list_last (g->widgets);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L585'>l</a> 585 src/filemanager/chattr.c l = g_list_nth (g->widgets, cb->pos - cb->top);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L591'>l</a> 591 src/filemanager/chattr.c widget_select (WIDGET (l->data));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L601'>l</a> 601 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L606'>l</a> 606 src/filemanager/chattr.c l = g_list_last (GROUP (cb)->widgets);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L608'>l</a> 608 src/filemanager/chattr.c widget_select (WIDGET (l->data));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L635'>l</a> 635 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L639'>l</a> 639 src/filemanager/chattr.c l = g_list_previous (GROUP (cb)->current);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L640'>l</a> 640 src/filemanager/chattr.c widget_select (WIDGET (l->data));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L652'>l</a> 652 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L659'>l</a> 659 src/filemanager/chattr.c l = g_list_first (g->widgets);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L673'>l</a> 673 src/filemanager/chattr.c l = g_list_first (g->widgets);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L679'>l</a> 679 src/filemanager/chattr.c l = g_list_nth (g->widgets, cb->pos - cb->top);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L685'>l</a> 685 src/filemanager/chattr.c widget_select (WIDGET (l->data));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L695'>l</a> 695 src/filemanager/chattr.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L700'>l</a> 700 src/filemanager/chattr.c l = g_list_first (GROUP (cb)->widgets);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L702'>l</a> 702 src/filemanager/chattr.c widget_select (WIDGET (l->data));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L67'>l</a> 67 src/filemanager/chown.c #define chown_label(n, txt) label_set_text (chown_label[n].l, txt)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L93'>l</a> 93 src/filemanager/chown.c WLabel *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L241'>l</a> 241 src/filemanager/chown.c chown_label[i].l = label_new (chown_label[i].y, 7 + GW * 2, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L242'>l</a> 242 src/filemanager/chown.c group_add_widget (g, chown_label[i].l);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L601'>l</a> 601 src/filemanager/filegui.c WLabel *l = LABEL (W (1));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L604'>l</a> 604 src/filemanager/filegui.c label_set_text (l, str_trunc (l->text, w));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L610'>l</a> 610 src/filemanager/filegui.c WLabel *l = LABEL (W (5));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L613'>l</a> 613 src/filemanager/filegui.c label_set_text (l, str_trunc (l->text, w));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1241'>l</a> 1241 src/filemanager/hotlist.c size_t l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1298'>l</a> 1298 src/filemanager/hotlist.c l = tkn_buf->len;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1299'>l</a> 1299 src/filemanager/hotlist.c if (strncmp (tkn_buf->str, "GROUP", l) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1301'>l</a> 1301 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENTRY", l) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1303'>l</a> 1303 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "ENDGROUP", l) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1305'>l</a> 1305 src/filemanager/hotlist.c else if (strncmp (tkn_buf->str, "URL", l) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1597'>l</a> 1597 src/filemanager/hotlist.c int l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1603'>l</a> 1603 src/filemanager/hotlist.c l = str_term_width1 (cp);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1605'>l</a> 1605 src/filemanager/hotlist.c lc_prompt = g_strdup_printf (cp, str_trunc (label_string, COLS - 2 * UX - (l + 8)));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L310'>l</a> 310 src/filemanager/panel.c int i, r, l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L312'>l</a> 312 src/filemanager/panel.c l = get_user_permissions (&fe->st);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L317'>l</a> 317 src/filemanager/panel.c l = width + l - 3;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L318'>l</a> 318 src/filemanager/panel.c r = l + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L323'>l</a> 323 src/filemanager/panel.c l = l * 3 + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L324'>l</a> 324 src/filemanager/panel.c r = l + 3;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L329'>l</a> 329 src/filemanager/panel.c if (i >= l && i < r)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L546'>l</a> 546 src/filemanager/panelize.c GSList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L550'>l</a> 550 src/filemanager/panelize.c for (l = panelize; l != NULL; l = g_slist_next (l))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L552'>l</a> 552 src/filemanager/panelize.c panelize_entry_t *current = (panelize_entry_t *) l->data;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L564'>l</a> 564 src/filemanager/treestore.c GList *l;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L579'>l</a> 579 src/filemanager/treestore.c for (l = special_dirs; l != NULL; l = g_list_next (l))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L580'>l</a> 580 src/filemanager/treestore.c if (strncmp (vfs_path_as_str (vpath), l->data, strlen (l->data)) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L414'>l</a> 414 src/vfs/cpio/cpio.c GSList *l;</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L416'>l</a> 416 src/vfs/cpio/cpio.c l = g_slist_find_custom (arch->deferred, &i, cpio_defer_find);</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L417'>l</a> 417 src/vfs/cpio/cpio.c if (l != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L419'>l</a> 419 src/vfs/cpio/cpio.c inode = ((defer_inode *) l->data)->inode;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|