Home
last modified time | relevance | path

Searched refs:rptcount (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/mg/
H A Dkbd.c35 int rptcount; variable
454 rptcount++; in mgwrap()
456 rptcount = 0; in mgwrap()
H A Ddef.h778 extern int rptcount; /* successive invocation count */
H A Dundo.c497 if ((ptr == NULL && nulled == TRUE) || rptcount == 0) { in undo()