a                  94 lib/skin/ini-file.c string_array_comparator (gconstpointer a, gconstpointer b)
a                  96 lib/skin/ini-file.c     return strcmp (*(char *const *) a, *(char *const *) b);
a                 583 lib/strutil.h  int filevercmp (const char *a, const char *b);
a                 589 lib/strutil.h  int filenvercmp (char const *a, ssize_t alen, char const *b, ssize_t blen);
a                 209 lib/strutil/filevercmp.c filenvercmp (const char *a, ssize_t alen, const char *b, ssize_t blen)
a                 217 lib/strutil/filevercmp.c     aempty = alen < 0 ? a[0] == '\0' : alen == 0;
a                 227 lib/strutil/filevercmp.c     if (a[0] == '.')
a                 235 lib/strutil/filevercmp.c         adot = alen < 0 ? a[1] == '\0' : alen == 1;
a                 243 lib/strutil/filevercmp.c         adotdot = a[1] == '.' && (alen < 0 ? a[2] == '\0' : alen == 2);
a                 254 lib/strutil/filevercmp.c     aprefixlen = file_prefixlen (a, &alen);
a                 260 lib/strutil/filevercmp.c     result = verrevcmp (a, aprefixlen, b, bprefixlen);
a                 264 lib/strutil/filevercmp.c     return (result != 0 || one_pass_only ? result : verrevcmp (a, alen, b, blen));
a                 565 lib/tty/key.c  select_cmp_by_fd_set (gconstpointer a, gconstpointer b)
a                 567 lib/tty/key.c      const select_t *s = (const select_t *) a;
a                 576 lib/tty/key.c  select_cmp_by_fd (gconstpointer a, gconstpointer b)
a                 578 lib/tty/key.c      const select_t *s = (const select_t *) a;
a                  58 lib/util.h     #define DOZ(a, b) ((a) > (b) ? (a) - (b) : 0)
a                 998 lib/vfs/direntry.c vfs_s_entry_compare (const void *a, const void *b)
a                1000 lib/vfs/direntry.c     const struct vfs_s_entry *e = (const struct vfs_s_entry *) a;
a                  92 lib/vfs/gc.c   #define VFS_STAMPING(a) ((struct vfs_stamping *)(a))
a                 114 lib/vfs/gc.c   vfs_stamp_compare (gconstpointer a, gconstpointer b)
a                 116 lib/vfs/gc.c       const struct vfs_stamping *vsa = (const struct vfs_stamping *) a;
a                  28 lib/vfs/vfs.h  #define VFS_CLASS(a) ((struct vfs_class *) (a))
a                  39 lib/vfs/vfs.h  #define IS_LINEAR(a) 0
a                  40 lib/vfs/vfs.h  #define NO_LINEAR(a) a
a                  43 lib/vfs/vfs.h  #define IS_LINEAR(a) ((a) == (O_RDONLY | O_LINEAR))     /* Return only 0 and 1 ! */
a                  44 lib/vfs/vfs.h  #define NO_LINEAR(a) (((a) == (O_RDONLY | O_LINEAR)) ? O_RDONLY : (a))
a                  35 lib/vfs/xdirentry.h #define ERRNOR(a, b) do { me->verrno = a; return b; } while (0)
a                  37 lib/vfs/xdirentry.h #define VFS_SUBCLASS(a) ((struct vfs_s_subclass *) (a))
a                  39 lib/vfs/xdirentry.h #define VFS_SUPER(a) ((struct vfs_s_super *) (a))
a                  40 lib/vfs/xdirentry.h #define CONST_VFS_SUPER(a) ((const struct vfs_s_super *) (a))
a                  41 lib/vfs/xdirentry.h #define VFS_ENTRY(a) ((struct vfs_s_entry *) (a))
a                  42 lib/vfs/xdirentry.h #define VFS_INODE(a) ((struct vfs_s_inode *) (a))
a                  44 lib/vfs/xdirentry.h #define VFS_FILE_HANDLER(a) ((vfs_file_handler_t *) a)
a                  45 lib/vfs/xdirentry.h #define VFS_FILE_HANDLER_SUPER(a) VFS_FILE_HANDLER (a)->ino->super
a                 167 lib/vfs/xdirentry.h int vfs_s_entry_compare (const void *a, const void *b);
a                 703 lib/widget/input_complete.c match_compare (const void *a, const void *b)
a                 705 lib/widget/input_complete.c     return strcmp (*(char *const *) a, *(char *const *) b);
a                  67 lib/widget/listbox.c listbox_entry_cmp (const void *a, const void *b, void *user_data)
a                  69 lib/widget/listbox.c     const WLEntry *ea = (const WLEntry *) a;
a                 455 lib/widget/widget-common.h widget_overlapped (const Widget * a, const Widget * b)
a                 457 lib/widget/widget-common.h     return rects_are_overlapped (&a->rect, &b->rect);
a                  55 src/diffviewer/internal.h     int a[2][2];
a                  81 src/diffviewer/internal.h     GArray *a;
a                  95 src/diffviewer/internal.h     GArray *a[DIFF_COUNT];
a                 157 src/diffviewer/search.c     if ((size_t) dview->search.last_accessed_num_line >= dview->a[dview->ord]->len)
a                 158 src/diffviewer/search.c         dview->search.last_accessed_num_line = (ssize_t) dview->a[dview->ord]->len;
a                 164 src/diffviewer/search.c         p = (DIFFLN *) & g_array_index (dview->a[dview->ord], DIFFLN, (size_t) ind);
a                 188 src/diffviewer/search.c     else if ((size_t) dview->search.last_accessed_num_line >= dview->a[dview->ord]->len)
a                 190 src/diffviewer/search.c         dview->search.last_accessed_num_line = (ssize_t) dview->a[dview->ord]->len;
a                 194 src/diffviewer/search.c     for (ind = (size_t)++ dview->search.last_accessed_num_line; ind < dview->a[dview->ord]->len;
a                 199 src/diffviewer/search.c         p = (DIFFLN *) & g_array_index (dview->a[dview->ord], DIFFLN, ind);
a                 749 src/diffviewer/ydiff.c     op.a[0][0] = f1;
a                 750 src/diffviewer/ydiff.c     op.a[0][1] = f2;
a                 752 src/diffviewer/ydiff.c     op.a[1][0] = t1;
a                 753 src/diffviewer/ydiff.c     op.a[1][1] = t2;
a                 923 src/diffviewer/ydiff.c #define F1 a[eff][0]
a                 924 src/diffviewer/ydiff.c #define F2 a[eff][1]
a                 925 src/diffviewer/ydiff.c #define T1 a[ ord^1 ][0]
a                 926 src/diffviewer/ydiff.c #define T2 a[ ord^1 ][1]
a                1635 src/diffviewer/ydiff.c     GArray *a = ((PRINTER_CTX *) ctx)->a;
a                1654 src/diffviewer/ydiff.c         g_array_append_val (a, p);
a                1660 src/diffviewer/ydiff.c         p = &g_array_index (a, DIFFLN, a->len - 1);
a                1727 src/diffviewer/ydiff.c     ctx.a = dview->a[DIFF_LEFT];
a                1731 src/diffviewer/ydiff.c     ctx.a = dview->a[DIFF_RIGHT];
a                1738 src/diffviewer/ydiff.c     if (rv != 0 || dview->a[DIFF_LEFT]->len != dview->a[DIFF_RIGHT]->len)
a                1753 src/diffviewer/ydiff.c         for (i = 0; i < dview->a[DIFF_LEFT]->len; i++)
a                1759 src/diffviewer/ydiff.c             p = &g_array_index (dview->a[DIFF_LEFT], DIFFLN, i);
a                1760 src/diffviewer/ydiff.c             q = &g_array_index (dview->a[DIFF_RIGHT], DIFFLN, i);
a                1792 src/diffviewer/ydiff.c         len = dview->a[DIFF_LEFT]->len;
a                1827 src/diffviewer/ydiff.c get_line_numbers (const GArray * a, size_t pos, int *linenum, int *lineofs)
a                1834 src/diffviewer/ydiff.c     if (a->len != 0)
a                1836 src/diffviewer/ydiff.c         if (pos >= a->len)
a                1837 src/diffviewer/ydiff.c             pos = a->len - 1;
a                1839 src/diffviewer/ydiff.c         p = &g_array_index (a, DIFFLN, pos);
a                1862 src/diffviewer/ydiff.c calc_nwidth (const GArray * const *a)
a                1867 src/diffviewer/ydiff.c     get_line_numbers (a[DIFF_LEFT], a[DIFF_LEFT]->len - 1, &l1, &o1);
a                1868 src/diffviewer/ydiff.c     get_line_numbers (a[DIFF_RIGHT], a[DIFF_RIGHT]->len - 1, &l2, &o2);
a                1877 src/diffviewer/ydiff.c find_prev_hunk (const GArray * a, int pos)
a                1880 src/diffviewer/ydiff.c     for (; pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH; pos--)
a                1882 src/diffviewer/ydiff.c     for (; pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH; pos--)
a                1884 src/diffviewer/ydiff.c     for (; pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH; pos--)
a                1886 src/diffviewer/ydiff.c     if (pos > 0 && (size_t) pos < a->len)
a                1889 src/diffviewer/ydiff.c     for (; pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch == EQU_CH; pos--)
a                1891 src/diffviewer/ydiff.c     for (; pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch != EQU_CH; pos--)
a                1901 src/diffviewer/ydiff.c find_next_hunk (const GArray * a, size_t pos)
a                1903 src/diffviewer/ydiff.c     for (; pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH; pos++)
a                1905 src/diffviewer/ydiff.c     for (; pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH; pos++)
a                1925 src/diffviewer/ydiff.c     const GArray *a0 = dview->a[DIFF_LEFT];
a                1926 src/diffviewer/ydiff.c     const GArray *a1 = dview->a[DIFF_RIGHT];
a                2227 src/diffviewer/ydiff.c     if (dview->a[DIFF_LEFT] != NULL)
a                2228 src/diffviewer/ydiff.c         g_array_free (dview->a[DIFF_LEFT], TRUE);
a                2229 src/diffviewer/ydiff.c     if (dview->a[DIFF_RIGHT] != NULL)
a                2230 src/diffviewer/ydiff.c         g_array_free (dview->a[DIFF_RIGHT], TRUE);
a                2232 src/diffviewer/ydiff.c     dview->a[DIFF_LEFT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN));
a                2233 src/diffviewer/ydiff.c     g_array_set_clear_func (dview->a[DIFF_LEFT], cc_free_elt);
a                2234 src/diffviewer/ydiff.c     dview->a[DIFF_RIGHT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN));
a                2235 src/diffviewer/ydiff.c     g_array_set_clear_func (dview->a[DIFF_RIGHT], cc_free_elt);
a                2455 src/diffviewer/ydiff.c     dview->a[DIFF_LEFT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN));
a                2456 src/diffviewer/ydiff.c     g_array_set_clear_func (dview->a[DIFF_LEFT], cc_free_elt);
a                2457 src/diffviewer/ydiff.c     dview->a[DIFF_RIGHT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN));
a                2458 src/diffviewer/ydiff.c     g_array_set_clear_func (dview->a[DIFF_RIGHT], cc_free_elt);
a                2493 src/diffviewer/ydiff.c     if (dview->a[DIFF_LEFT] != NULL)
a                2495 src/diffviewer/ydiff.c         g_array_free (dview->a[DIFF_LEFT], TRUE);
a                2496 src/diffviewer/ydiff.c         dview->a[DIFF_LEFT] = NULL;
a                2498 src/diffviewer/ydiff.c     if (dview->a[DIFF_RIGHT] != NULL)
a                2500 src/diffviewer/ydiff.c         g_array_free (dview->a[DIFF_RIGHT], TRUE);
a                2501 src/diffviewer/ydiff.c         dview->a[DIFF_RIGHT] = NULL;
a                2558 src/diffviewer/ydiff.c     for (i = dview->skip_rows, j = 0; i < dview->a[ord]->len && j < height; j++, i++)
a                2565 src/diffviewer/ydiff.c         p = (DIFFLN *) & g_array_index (dview->a[ord], DIFFLN, i);
a                2754 src/diffviewer/ydiff.c     get_line_numbers (dview->a[ord], dview->skip_rows, &linenum, &lineofs);
a                2783 src/diffviewer/ydiff.c         dview->display_numbers = calc_nwidth ((const GArray * const *) dview->a);
a                2798 src/diffviewer/ydiff.c     last = dview->a[DIFF_LEFT]->len - 1;
a                2812 src/diffviewer/ydiff.c         dview->display_numbers = calc_nwidth ((const GArray * const *) dview->a);
a                2891 src/diffviewer/ydiff.c     get_line_numbers (dview->a[ord], dview->skip_rows, &linenum, &lineofs);
a                2938 src/diffviewer/ydiff.c                 for (; i < dview->a[ord]->len; i++)
a                2942 src/diffviewer/ydiff.c                     p = &g_array_index (dview->a[ord], DIFFLN, i);
a                3063 src/diffviewer/ydiff.c         dview->display_numbers ^= calc_nwidth ((const GArray * const *) dview->a);
a                3112 src/diffviewer/ydiff.c             find_next_hunk (dview->a[DIFF_LEFT], dview->skip_rows);
a                3116 src/diffviewer/ydiff.c             find_prev_hunk (dview->a[DIFF_LEFT], dview->skip_rows);
a                3145 src/diffviewer/ydiff.c         dview->skip_rows = dview->search.last_accessed_num_line = dview->a[DIFF_LEFT]->len - 1;
a                  78 src/editor/edit-impl.h #define edit_query_dialog2(h,t,a,b) query_dialog (h, t, D_NORMAL, 2, a, b)
a                  79 src/editor/edit-impl.h #define edit_query_dialog3(h,t,a,b,c) query_dialog (h, t, D_NORMAL, 3, a, b, c)
a                1577 src/editor/edit.c         int a;
a                1582 src/editor/edit.c         a = edit_buffer_get_byte (&edit->buffer, q);
a                1592 src/editor/edit.c             if (inc > 0 && a == '\n')
a                1597 src/editor/edit.c         i += (a == c) - (a == d);
a                  86 src/editor/syntax.c #define check_a { if (*a == NULL) { result = line; break; } }
a                  87 src/editor/syntax.c #define check_not_a { if (*a != NULL) { result = line ;break; } }
a                 817 src/editor/syntax.c     char f[80], b[80], a[80], *p;
a                 877 src/editor/syntax.c         g_strlcpy (a, color->attrs, sizeof (a));
a                 878 src/editor/syntax.c         p = strchr (a, '/');
a                 882 src/editor/syntax.c         p = a;
a                 885 src/editor/syntax.c         color->attrs = a;
a                 961 src/editor/syntax.c         char **a;
a                 988 src/editor/syntax.c         a = args + 1;
a                1018 src/editor/syntax.c             if (strcmp (*a, "left") == 0)
a                1020 src/editor/syntax.c                 a++;
a                1021 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
a                1023 src/editor/syntax.c             else if (strcmp (*a, "right") == 0)
a                1025 src/editor/syntax.c                 a++;
a                1026 src/editor/syntax.c                 g_strlcpy (whole_right, *a, sizeof (whole_right));
a                1030 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
a                1031 src/editor/syntax.c                 g_strlcpy (whole_right, *a, sizeof (whole_right));
a                1033 src/editor/syntax.c             a++;
a                1044 src/editor/syntax.c                 if (strcmp (*a, "default") != 0)
a                1047 src/editor/syntax.c                 a++;
a                1058 src/editor/syntax.c                 if (strcmp (*a, "exclusive") == 0)
a                1060 src/editor/syntax.c                     a++;
a                1064 src/editor/syntax.c                 if (strcmp (*a, "whole") == 0)
a                1066 src/editor/syntax.c                     a++;
a                1070 src/editor/syntax.c                 else if (strcmp (*a, "wholeleft") == 0)
a                1072 src/editor/syntax.c                     a++;
a                1075 src/editor/syntax.c                 else if (strcmp (*a, "wholeright") == 0)
a                1077 src/editor/syntax.c                     a++;
a                1081 src/editor/syntax.c                 if (strcmp (*a, "linestart") == 0)
a                1083 src/editor/syntax.c                     a++;
a                1087 src/editor/syntax.c                 c->left = g_string_new (*a++);
a                1089 src/editor/syntax.c                 if (strcmp (*a, "linestart") == 0)
a                1091 src/editor/syntax.c                     a++;
a                1095 src/editor/syntax.c                 c->right = g_string_new (*a++);
a                1103 src/editor/syntax.c             subst_defines (edit->defines, a, &args[ARGS_LEN]);
a                1104 src/editor/syntax.c             color.fg = *a;
a                1105 src/editor/syntax.c             if (*a != NULL)
a                1106 src/editor/syntax.c                 a++;
a                1107 src/editor/syntax.c             color.bg = *a;
a                1108 src/editor/syntax.c             if (*a != NULL)
a                1109 src/editor/syntax.c                 a++;
a                1110 src/editor/syntax.c             color.attrs = *a;
a                1111 src/editor/syntax.c             if (*a != NULL)
a                1112 src/editor/syntax.c                 a++;
a                1140 src/editor/syntax.c             if (strcmp (*a, "whole") == 0)
a                1142 src/editor/syntax.c                 a++;
a                1146 src/editor/syntax.c             else if (strcmp (*a, "wholeleft") == 0)
a                1148 src/editor/syntax.c                 a++;
a                1151 src/editor/syntax.c             else if (strcmp (*a, "wholeright") == 0)
a                1153 src/editor/syntax.c                 a++;
a                1157 src/editor/syntax.c             if (strcmp (*a, "linestart") == 0)
a                1159 src/editor/syntax.c                 a++;
a                1163 src/editor/syntax.c             if (strcmp (*a, "whole") == 0)
a                1166 src/editor/syntax.c             k->keyword = g_string_new (*a++);
a                1167 src/editor/syntax.c             subst_defines (edit->defines, a, &args[ARGS_LEN]);
a                1168 src/editor/syntax.c             color.fg = *a;
a                1169 src/editor/syntax.c             if (*a != NULL)
a                1170 src/editor/syntax.c                 a++;
a                1171 src/editor/syntax.c             color.bg = *a;
a                1172 src/editor/syntax.c             if (*a != NULL)
a                1173 src/editor/syntax.c                 a++;
a                1174 src/editor/syntax.c             color.attrs = *a;
a                1175 src/editor/syntax.c             if (*a != NULL)
a                1176 src/editor/syntax.c                 a++;
a                1196 src/editor/syntax.c             char *key = *a++;
a                1209 src/editor/syntax.c             while (*a != NULL)
a                1210 src/editor/syntax.c                 *argv++ = g_strdup (*a++);
a                 112 src/filemanager/dir.c compare_by_names (file_entry_t * a, file_entry_t * b)
a                 115 src/filemanager/dir.c     if (a->name_sort_key == NULL)
a                 116 src/filemanager/dir.c         a->name_sort_key = str_create_key_for_filename (a->fname->str, case_sensitive);
a                 120 src/filemanager/dir.c     return key_collate (a->name_sort_key, b->name_sort_key);
a                 326 src/filemanager/dir.c unsorted (file_entry_t * a, file_entry_t * b)
a                 328 src/filemanager/dir.c     (void) a;
a                 337 src/filemanager/dir.c sort_name (file_entry_t * a, file_entry_t * b)
a                 339 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 343 src/filemanager/dir.c         return compare_by_names (a, b);
a                 351 src/filemanager/dir.c sort_vers (file_entry_t * a, file_entry_t * b)
a                 353 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 360 src/filemanager/dir.c         result = filevercmp (a->fname->str, b->fname->str);
a                 364 src/filemanager/dir.c         return compare_by_names (a, b);
a                 373 src/filemanager/dir.c sort_ext (file_entry_t * a, file_entry_t * b)
a                 375 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 382 src/filemanager/dir.c         if (a->extension_sort_key == NULL)
a                 383 src/filemanager/dir.c             a->extension_sort_key = str_create_key (extension (a->fname->str), case_sensitive);
a                 387 src/filemanager/dir.c         r = str_key_collate (a->extension_sort_key, b->extension_sort_key, case_sensitive);
a                 391 src/filemanager/dir.c         return compare_by_names (a, b);
a                 400 src/filemanager/dir.c sort_time (file_entry_t * a, file_entry_t * b)
a                 402 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 407 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_mtime, b->st.st_mtime);
a                 412 src/filemanager/dir.c         return compare_by_names (a, b);
a                 421 src/filemanager/dir.c sort_ctime (file_entry_t * a, file_entry_t * b)
a                 423 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 428 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_ctime, b->st.st_ctime);
a                 433 src/filemanager/dir.c         return compare_by_names (a, b);
a                 442 src/filemanager/dir.c sort_atime (file_entry_t * a, file_entry_t * b)
a                 444 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 449 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_atime, b->st.st_atime);
a                 454 src/filemanager/dir.c         return compare_by_names (a, b);
a                 463 src/filemanager/dir.c sort_inode (file_entry_t * a, file_entry_t * b)
a                 465 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 469 src/filemanager/dir.c         return (a->st.st_ino - b->st.st_ino) * reverse;
a                 477 src/filemanager/dir.c sort_size (file_entry_t * a, file_entry_t * b)
a                 479 src/filemanager/dir.c     int ad = MY_ISDIR (a);
a                 484 src/filemanager/dir.c         int result = _GL_CMP (a->st.st_size, b->st.st_size);
a                 489 src/filemanager/dir.c         return compare_by_names (a, b);
a                  93 src/filemanager/dir.h int unsorted (file_entry_t * a, file_entry_t * b);
a                  94 src/filemanager/dir.h int sort_name (file_entry_t * a, file_entry_t * b);
a                  95 src/filemanager/dir.h int sort_vers (file_entry_t * a, file_entry_t * b);
a                  96 src/filemanager/dir.h int sort_ext (file_entry_t * a, file_entry_t * b);
a                  97 src/filemanager/dir.h int sort_time (file_entry_t * a, file_entry_t * b);
a                  98 src/filemanager/dir.h int sort_atime (file_entry_t * a, file_entry_t * b);
a                  99 src/filemanager/dir.h int sort_ctime (file_entry_t * a, file_entry_t * b);
a                 100 src/filemanager/dir.h int sort_size (file_entry_t * a, file_entry_t * b);
a                 101 src/filemanager/dir.h int sort_inode (file_entry_t * a, file_entry_t * b);
a                 855 src/filemanager/file.c real_warn_same_file (enum OperationMode mode, const char *fmt, const char *a, const char *b)
a                 864 src/filemanager/file.c     width_a = str_term_width1 (a);
a                 874 src/filemanager/file.c             s = g_strndup (str_trunc (a, width), width);
a                 881 src/filemanager/file.c             a = str_trunc (a, width);
a                 882 src/filemanager/file.c             msg = g_strdup_printf (fmt, a, b);
a                 890 src/filemanager/file.c         msg = g_strdup_printf (fmt, a, b);
a                 903 src/filemanager/file.c warn_same_file (const char *fmt, const char *a, const char *b)
a                 910 src/filemanager/file.c         FileProgressStatus (*f) (enum OperationMode, const char *fmt, const char *a, const char *b);
a                 917 src/filemanager/file.c         return parent_call (pntr.p, NULL, 3, strlen (fmt), fmt, strlen (a), a, strlen (b), b);
a                 919 src/filemanager/file.c     return real_warn_same_file (Foreground, fmt, a, b);
a                 925 src/filemanager/file.c check_same_file (const char *a, const struct stat *ast, const char *b, const struct stat *bst,
a                 932 src/filemanager/file.c         *status = warn_same_file (_("\"%s\"\nand\n\"%s\"\nare the same directory"), a, b);
a                 934 src/filemanager/file.c         *status = warn_same_file (_("\"%s\"\nand\n\"%s\"\nare the same file"), a, b);
a                 226 src/filemanager/find.c max (int a, int b)
a                 228 src/filemanager/find.c     return (a > b ? a : b);
a                 198 src/filemanager/layout.c max (int a, int b)
a                 200 src/filemanager/layout.c     return a > b ? a : b;
a                  99 src/filemanager/panelize.c panelize_entry_cmp_by_label (gconstpointer a, gconstpointer b)
a                 101 src/filemanager/panelize.c     const panelize_entry_t *entry = (const panelize_entry_t *) a;
a                 196 src/textconf.c #define PRINTF_GROUP(a) \
a                 197 src/textconf.c     (void) printf ("[%s]\n", a)
a                 198 src/textconf.c #define PRINTF_SECTION(a,b) \
a                 199 src/textconf.c     (void) printf ("    %-17s %s\n", a, b)
a                 200 src/textconf.c #define PRINTF_SECTION2(a,b) \
a                 201 src/textconf.c     (void) printf ("    %-17s %s/\n", a, b)
a                 202 src/textconf.c #define PRINTF(a, b, c) \
a                 203 src/textconf.c     (void) printf ("\t%-15s %s/%s\n", a, b, c)
a                 204 src/textconf.c #define PRINTF2(a, b, c) \
a                 205 src/textconf.c     (void) printf ("\t%-15s %s%s\n", a, b, c)
a                 161 src/vfs/cpio/cpio.c cpio_defer_find (const void *a, const void *b)
a                 163 src/vfs/cpio/cpio.c     const defer_inode *a1 = (const defer_inode *) a;
a                  77 src/vfs/extfs/extfs.c #define EXTFS_SUPER(a) ((struct extfs_super_t *) (a))
a                 167 src/vfs/extfs/extfs.c     struct vfs_s_super *a = VFS_SUPER (data);
a                 172 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)->fstype);
a                 174 src/vfs/extfs/extfs.c         g_strconcat (a->name != NULL ? a->name : "", PATH_SEP_STR, info->prefix,
a                 183 src/vfs/extfs/extfs.c extfs_cmp_archive (const void *a, const void *b)
a                 185 src/vfs/extfs/extfs.c     const struct vfs_s_super *ar = (const struct vfs_s_super *) a;
a                 727 src/vfs/extfs/extfs.c     struct extfs_super_t *a;
a                 733 src/vfs/extfs/extfs.c     a = *archive;
a                 746 src/vfs/extfs/extfs.c         result = extfs_read_archive (pip, a, &error);
a                 749 src/vfs/extfs/extfs.c             VFS_SUPER (a)->me->free (VFS_SUPER (a));
a                 775 src/vfs/extfs/extfs.c     struct extfs_super_t *a = NULL;
a                 789 src/vfs/extfs/extfs.c         a = EXTFS_SUPER (parc->data);
a                 790 src/vfs/extfs/extfs.c         vfs_stamp (vfs_extfs_ops, (vfsid) a);
a                 796 src/vfs/extfs/extfs.c             result = extfs_open_and_read_archive (fstype, archive_name, &a);
a                 807 src/vfs/extfs/extfs.c     *archive = a;
a                1264 src/vfs/ftpfs/ftpfs.c         unsigned char *a = (unsigned char *) &((struct sockaddr_in *) &data_addr)->sin_addr;
a                1268 src/vfs/ftpfs/ftpfs.c                            "PORT %u,%u,%u,%u,%u,%u", a[0], a[1], a[2], a[3],
a                  84 src/vfs/sfs/sfs.c #define COPY_STRING(a) \
a                  85 src/vfs/sfs/sfs.c     if ((t - pad) + strlen (a) > sizeof (pad)) \
a                  92 src/vfs/sfs/sfs.c         strcpy (t, a); \
a                  93 src/vfs/sfs/sfs.c         t += strlen (a); \
a                 126 src/vfs/sfs/sfs.c cachedfile_compare (const void *a, const void *b)
a                 128 src/vfs/sfs/sfs.c     const cachedfile *cf = (const cachedfile *) a;
a                  43 src/vfs/sftpfs/file.c #define SFTP_FILE_HANDLER(a) ((sftpfs_file_handler_t *) a)
a                 133 src/vfs/tar/tar-sparse.c #define _GL_BINARY_OP_OVERFLOW(a, b, op_result_overflow)                \
a                 134 src/vfs/tar/tar-sparse.c   op_result_overflow (a, b,                                             \
a                 135 src/vfs/tar/tar-sparse.c                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)),         \
a                 136 src/vfs/tar/tar-sparse.c                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
a                 138 src/vfs/tar/tar-sparse.c #define INT_ADD_RANGE_OVERFLOW(a, b, min, max)                          \
a                 140 src/vfs/tar/tar-sparse.c         ? (a) < (min) - (b)                                             \
a                 141 src/vfs/tar/tar-sparse.c         : (max) - (b) < (a))
a                 163 src/vfs/tar/tar-sparse.c #define _GL_ADD_OVERFLOW(a, b, min, max)                                \
a                 164 src/vfs/tar/tar-sparse.c    __builtin_add_overflow_p (a, b, (__typeof__ ((a) + (b))) 0)
a                 166 src/vfs/tar/tar-sparse.c #define _GL_ADD_OVERFLOW(a, b, min, max)                                \
a                 167 src/vfs/tar/tar-sparse.c    ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)                 \
a                 168 src/vfs/tar/tar-sparse.c     : (a) < 0 ? (b) <= (a) + (b)                                        \
a                 169 src/vfs/tar/tar-sparse.c     : (b) < 0 ? (a) <= (a) + (b)                                        \
a                 170 src/vfs/tar/tar-sparse.c     : (a) + (b) < (b))
a                 192 src/vfs/tar/tar-sparse.c #define INT_ADD_OVERFLOW(a, b) \
a                 193 src/vfs/tar/tar-sparse.c     _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
a                  72 src/viewer/coord_cache.c typedef gboolean (*cmp_func_t) (const coord_cache_entry_t * a, const coord_cache_entry_t * b);
a                  96 src/viewer/coord_cache.c mcview_coord_cache_entry_less_offset (const coord_cache_entry_t * a, const coord_cache_entry_t * b)
a                  98 src/viewer/coord_cache.c     return (a->cc_offset < b->cc_offset);
a                 104 src/viewer/coord_cache.c mcview_coord_cache_entry_less_plain (const coord_cache_entry_t * a, const coord_cache_entry_t * b)
a                 106 src/viewer/coord_cache.c     if (a->cc_line < b->cc_line)
a                 109 src/viewer/coord_cache.c     if (a->cc_line == b->cc_line)
a                 110 src/viewer/coord_cache.c         return (a->cc_column < b->cc_column);
a                 118 src/viewer/coord_cache.c mcview_coord_cache_entry_less_nroff (const coord_cache_entry_t * a, const coord_cache_entry_t * b)
a                 120 src/viewer/coord_cache.c     if (a->cc_line < b->cc_line)
a                 123 src/viewer/coord_cache.c     if (a->cc_line == b->cc_line)
a                 124 src/viewer/coord_cache.c         return (a->cc_nroff_column < b->cc_nroff_column);
a                 338 src/viewer/internal.h mcview_offset_rounddown (off_t a, off_t b)
a                 341 src/viewer/internal.h     return a - a % b;
a                  33 tests/lib/search/regex_replace_esc_seq.c #define test_helper_check_valid_data( a, b, c, d, e, f ) \
a                  35 tests/lib/search/regex_replace_esc_seq.c     ck_assert_msg (a == b, "ret_value != %s", (b) ? "TRUE": "FALSE"); \
a                  64 tests/lib/strutil/filevercmp.c test_filevercmp (char const *a, char const *b)
a                  72 tests/lib/strutil/filevercmp.c     result = filevercmp (a, b);
a                  74 tests/lib/strutil/filevercmp.c     alen = strlen (a);
a                  78 tests/lib/strutil/filevercmp.c     memcpy (buffer, a, alen);
a                  37 tests/lib/strutil/str_verscmp.c static char const a[] = "B0075022800016.gbp.corp.com";
a                  90 tests/lib/strutil/str_verscmp.c     { a, b, -1 },
a                  92 tests/lib/strutil/str_verscmp.c     { a, c, -1 },
a                  93 tests/lib/strutil/str_verscmp.c     { b, a, 1 },
a                  95 tests/lib/strutil/str_verscmp.c     { c, a, 1 }