cnt               181 lib/lock.c         ssize_t cnt;
cnt               184 lib/lock.c         cnt = readlink (lockfname, buf, sizeof (buf) - 1);
cnt               185 lib/lock.c         if (cnt == -1 || *buf == '\0')
cnt               187 lib/lock.c         buf[cnt] = '\0';
cnt               126 lib/search/glob.c     char cnt = '0';
cnt               150 lib/search/glob.c                 c = ++cnt;
cnt                98 lib/widget/quick.h #define QUICK_RADIO(cnt, items_, val, id_)                                                         \
cnt               106 lib/widget/quick.h                 .count = cnt,                                                                      \
cnt              2564 src/diffviewer/ydiff.c                     for (size_t cnt = 0; cnt < strlen (buf) && cnt < (size_t) width; cnt++)
cnt              2570 src/diffviewer/ydiff.c                             next_ch = dview_get_utf (buf, cnt, &ch_length);
cnt              2572 src/diffviewer/ydiff.c                                 cnt += ch_length - 1;
cnt              2577 src/diffviewer/ydiff.c                             next_ch = dview_get_byte (buf, cnt);
cnt              2579 src/diffviewer/ydiff.c                         tty_setcolor (att[cnt] ? DFF_CHH_COLOR : DFF_CHG_COLOR);
cnt              2625 src/diffviewer/ydiff.c         for (size_t cnt = 0; cnt < strlen (buf) && cnt < (size_t) width; cnt++)
cnt              2631 src/diffviewer/ydiff.c                 next_ch = dview_get_utf (buf, cnt, &ch_length);
cnt              2633 src/diffviewer/ydiff.c                     cnt += ch_length - 1;
cnt              2638 src/diffviewer/ydiff.c                 next_ch = dview_get_byte (buf, cnt);