Searched defs:repeat (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/nmake/
H A Dtrap.c104 initwakeup(int repeat) argument
108 NoP(repeat);
H A Drule.c943 if (a == internal.repeat) return n & P_repeat;
1457 static int repeat; local
1487 ATTR(repeat, ".REPEAT", P_repeat);
1593 if (!repeat)
1610 initscan(repeat);
1611 initwakeup(repeat);
1638 repeat++;
H A Dscan.c50 #define REP '\r' /* repeat group internal code */
123 initscan(int repeat) argument
128 if (!repeat)
H A Dmake.h558 Rule_t* repeat; /* .REPEAT rule pointer */ member in struct:Internal_s
/ast/src/cmd/std/
H A Dsplit.c87 " integer) of the input file. If followed by a repeat"
90 " repeat.]"
102 " [+{repeat-count}?Repeat the previous pattern \arepeat-count\a"
104 " may be given in place of the (integer) repeat count,"
167 size_t repeat; member in struct:op
176 getop(struct op** prev, Sfoff_t size, size_t repeat, int flags, int re) argument
182 op->repeat = repeat;
378 size_t repeat; local
391 repeat
[all...]
/ast/src/lib/libuu/
H A Duulib.c568 int repeat; member in struct:__anon445
615 if (bx->repeat > 0)
617 bx->repeat--;
647 if ((c = *bx->qp++) == BX_REPEAT && !bx->repeat)
651 bx->repeat = -1;
659 bx->repeat = 0;
663 bx->repeat = 0;
666 bx->repeat = x - 2;
745 if (!bx->repeat++)
751 if (bx->repeat >
[all...]
/ast/src/cmd/at/
H A Datd.c114 char* repeat; member in struct:__anon36
592 if (job->repeat && (t = job->start) && (t = tmdate(job->repeat, &e, &t)) && !*e)
921 job->repeat = s;
936 if (state->init && job->repeat)
937 job->start = tmdate(job->repeat, NiL, NiL);
1009 if (job->repeat)
1010 sfprintf(sp, " %s", job->repeat);
1051 error(ERROR_OUTPUT|0, con->fd, "job %s at %s%s%s", job->name, fmttime("%a %b %e %T %Y", job->start), job->repeat ? " repeat "
[all...]
/ast/src/cmd/ie/
H A Dvi.c129 #define lastrepeat editb.e_mode /* last repeat count for motion cmds */
143 #define repeat editb.e_repeat /* repeat count for motion cmds */ macro
410 repeat = 1;
750 repeat = 1;
774 lastrepeat = repeat;
777 lastrepeat = repeat;
785 repeat = 1;
789 /*** see if it's a repeat of the last command ***/
794 repeat
[all...]
/ast/src/cmd/ksh93/edit/
H A Dvi.c118 int repeat; /* repeat count for motion cmds */ member in struct:_vi_
119 int lastrepeat; /* last repeat count for motion cmds */
396 vp->repeat = 1;
729 vp->repeat = 1;
757 vp->lastrepeat = vp->repeat;
765 vp->repeat = 1;
769 /*** see if it's a repeat of the last command ***/
774 vp->repeat = vp->lastrepeat;
793 vp->lastrepeat = vp->repeat;
[all...]

Completed in 29 milliseconds