Searched refs:repeat (Results 1 - 12 of 12) sorted by relevance
/ast/src/cmd/std/ |
H A D | split.c | 87 " 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/cmd/ie/ |
H A D | vi.c | 129 #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 D | vi.c | 118 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...] |
/ast/src/lib/libtk/library/ |
H A D | scale.tcl | 189 # repeat - Whether and how to auto-repeat the action: "noRepeat" 190 # means don't auto-repeat, "initial" means this is the 191 # first action in an auto-repeat sequence, and "again" 194 proc tkScaleIncrement {w dir big repeat} { 213 if {$repeat == "again"} { 216 } elseif {$repeat == "initial"} {
|
H A D | scrlbar.tcl | 173 # repeat - Whether and how to auto-repeat the action: "noRepeat" 174 # means don't auto-repeat, "initial" means this is the 175 # first action in an auto-repeat sequence, and "again" 178 proc tkScrollSelect {w element repeat} { 192 if {$repeat == "again"} { 195 } elseif {$repeat == "initial"} {
|
/ast/src/lib/libuu/ |
H A D | uulib.c | 568 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/nmake/ |
H A D | trap.c | 104 initwakeup(int repeat) argument 108 NoP(repeat);
|
H A D | rule.c | 943 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 D | dump.c | 213 sfputr(sp, "repeat", ' '); 391 sfputr(sp, internal.repeat->name, ' ');
|
H A D | scan.c | 50 #define REP '\r' /* repeat group internal code */ 123 initscan(int repeat) argument 128 if (!repeat)
|
H A D | make.h | 558 Rule_t* repeat; /* .REPEAT rule pointer */ member in struct:Internal_s
|
/ast/src/cmd/at/ |
H A D | atd.c | 114 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...] |
Completed in 43 milliseconds