Searched refs:ccnt (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/arch/armv7/omap/
H A Dedmavar.h38 uint16_t ccnt; /* 3rd dim count */ member in struct:edma_param
/openbsd-current/usr.bin/vi/ex/
H A Dex_write.c272 u_long ccnt; /* XXX: can't print off_t portably. */ local
302 ccnt = 0;
321 ccnt += len;
324 ++ccnt;
357 *nch = ccnt;
H A Dex_read.c301 u_long ccnt; /* XXX: can't print off_t portably. */ local
312 ccnt = 0;
327 ccnt += len;
340 "%s: %lu lines, %lu characters", p, lcnt, ccnt);
H A Dex_util.c122 if (!force && sp->ccnt != sp->q_ccnt + 1 &&
124 sp->q_ccnt = sp->ccnt;
H A Dex.c1333 ++sp->ccnt;
/openbsd-current/usr.bin/vi/vi/
H A Dv_undo.c74 VIP(sp)->u_ccnt = sp->ccnt;
H A Dv_ex.c451 ++sp->ccnt;
H A Dvi.c226 ++sp->ccnt;
594 if (VIP(sp)->u_ccnt == sp->ccnt) {
/openbsd-current/games/snake/
H A Dsnake.c87 int lcnt, ccnt; /* user's idea of screen size */ variable
154 ccnt = strtonum(optarg, 1, INT_MAX, NULL);
192 if (!ccnt || ccnt > COLS - 3)
193 ccnt = COLS - 3;
195 i = lcnt < ccnt ? lcnt : ccnt;
317 repeat = ccnt - 1 - you.col;
359 if (you.col < ccnt - 1) {
364 (you.col == ccnt
[all...]
/openbsd-current/usr.bin/gprof/
H A Dgprof.c465 UNIT ccnt; local
477 ccnt = samples[i];
478 if (ccnt == 0)
482 time = ccnt;
485 printf( "[asgnsamples] pcl 0x%lx pch 0x%lx ccnt %d\n" ,
486 pcl , pch , ccnt );
/openbsd-current/usr.bin/vi/common/
H A Dscreen.h51 u_long ccnt; /* Command count. */ member in struct:_scr
H A Dscreen.c51 sp->ccnt = 2; /* Anything > 1 */
/openbsd-current/sys/dev/sbus/
H A Dqereg.h75 u_int32_t ccnt; /* collision counter */
H A Dbereg.h217 u_int32_t ccnt; /* collision counter */

Completed in 377 milliseconds