Home
last modified time | relevance | path

Searched refs:tmpcnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c759 int tmpcnt = 2; /* 1st insert counts as 1 repeat */ in imultlinerep() local
795 while (tmpcnt <= savecnt) { in imultlinerep()
798 if ((tmpcnt == savecnt) && in imultlinerep()
815 ++tmpcnt; in imultlinerep()
828 int tmpcnt = 2; /* 1st insert counts as 1 repeat */ in omultlinerep() local
839 while (tmpcnt <= savecnt) { in omultlinerep()
846 ++tmpcnt; in omultlinerep()
860 int tmpcnt = 2; /* 1st replacement counts as 1 repeat */ in rmultlinerep() local
879 while (tmpcnt <= savecnt) { in rmultlinerep()
884 ++tmpcnt; in rmultlinerep()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c125 int tmpcnt; in getdadmline() local
151 tmpcnt = strlen(cp); in getdadmline()
152 cp += tmpcnt; in getdadmline()
153 charcnt += tmpcnt; in getdadmline()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c950 uint_t tmpcnt; in vfs_swapopttbl_nolock() local
953 tmpcnt = optbl2->mo_count; in vfs_swapopttbl_nolock()
957 optbl1->mo_count = tmpcnt; in vfs_swapopttbl_nolock()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2014 uint_t tmpcnt; in vfs_swapopttbl_nolock() local
2017 tmpcnt = optbl2->mo_count; in vfs_swapopttbl_nolock()
2021 optbl1->mo_count = tmpcnt; in vfs_swapopttbl_nolock()