first             154 lib/widget/group.c     GList *p, *first;
first             163 lib/widget/group.c     first = p;
first             176 lib/widget/group.c     while (first != p);
first             394 lib/widget/input.c     int first = MIN (start, end);
first             397 lib/widget/input.c     if (last == first)
first             408 lib/widget/input.c     first = str_offset_to_pos (in->buffer->str, first);
first             411 lib/widget/input.c     kill_buffer = g_strndup (in->buffer->str + first, last - first);
first             423 lib/widget/input.c     int first = MIN (start, end);
first             427 lib/widget/input.c     in->point = first;
first             428 lib/widget/input.c     move_buffer_backward (in, first, last);
first             647 lib/widget/input.c     in->first = FALSE;
first             721 lib/widget/input.c         if (in->first)
first             913 lib/widget/input.c             in->first = FALSE;
first             966 lib/widget/input.c     in->first = TRUE;
first            1109 lib/widget/input.c         if (in->first)
first            1125 lib/widget/input.c         keep_first = in->first && (command == CK_History || command == CK_Complete);
first            1200 lib/widget/input.c         in->first = FALSE;
first            1225 lib/widget/input.c     else if (in->first)
first              55 lib/widget/input.h     gboolean first;             /* is first keystroke? */
first             217 src/clipboard.c     gboolean first = TRUE;
first             246 src/clipboard.c             if (first)
first             248 src/clipboard.c                 first = FALSE;
first             171 src/editor/edit.c     if (rsm->first)
first             182 src/editor/edit.c         rsm->first = FALSE;
first             215 src/editor/edit.c     rsm.first = TRUE;
first             326 src/editor/editbuffer.c edit_buffer_count_lines (const edit_buffer_t * buf, off_t first, off_t last)
first             330 src/editor/editbuffer.c     first = MAX (first, 0);
first             333 src/editor/editbuffer.c     while (first < last)
first             334 src/editor/editbuffer.c         if (edit_buffer_get_byte (buf, first++) == '\n')
first              29 src/editor/editbuffer.h     gboolean first;
first              46 src/editor/editbuffer.h long edit_buffer_count_lines (const edit_buffer_t * buf, off_t first, off_t last);
first             250 src/editor/editcomplete.c     esm.first = TRUE;
first             596 src/editor/editsearch.c     esm.first = TRUE;
first             754 src/editor/editsearch.c     if (esm->first)
first             765 src/editor/editsearch.c         esm->first = FALSE;
first             893 src/editor/editsearch.c     esm.first = TRUE;
first              14 src/editor/editsearch.h     gboolean first;
first            4274 src/filemanager/panel.c         gboolean first = TRUE;
first            4283 src/filemanager/panel.c                 if (first)
first            4286 src/filemanager/panel.c                     first = FALSE;
first              67 src/viewer/search.c     gboolean first;
first             100 src/viewer/search.c     if (vsm->first)
first             111 src/viewer/search.c         vsm->first = FALSE;
first             400 src/viewer/search.c     vsm.first = TRUE;
first             460 src/viewer/search.c             vsm.first = TRUE;