ax                 34 maint/gnulib/lib/fts-cycle.c   struct Active_dir const *ax = x;
ax                 36 maint/gnulib/lib/fts-cycle.c   return ax->ino == ay->ino
ax                 37 maint/gnulib/lib/fts-cycle.c       && ax->dev == ay->dev;
ax                 43 maint/gnulib/lib/fts-cycle.c   struct Active_dir const *ax = x;
ax                 44 maint/gnulib/lib/fts-cycle.c   return (uintmax_t) ax->ino % table_size;
ax                684 maint/gnulib/lib/fts.c   struct dev_type const *ax = x;
ax                685 maint/gnulib/lib/fts.c   uintmax_t dev = ax->st_dev;
ax                692 maint/gnulib/lib/fts.c   struct dev_type const *ax = x;
ax                694 maint/gnulib/lib/fts.c   return ax->st_dev == ay->st_dev;