Home
last modified time | relevance | path

Searched refs:step (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c51 #define step sstep macro
63 #define step lstep macro
92 static states step(struct re_guts *, sopno, sopno, states, int, states);
686 st = step(m->g, startst, stopst, st, NOTHING, st); in fast()
712 st = step(m->g, startst, stopst, st, flagch, st); in fast()
726 st = step(m->g, startst, stopst, st, flagch, st); in fast()
738 st = step(m->g, startst, stopst, tmp, c, st); in fast()
740 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast()
772 st = step(m->g, startst, stopst, st, NOTHING, st); in slow()
794 st = step(m->g, startst, stopst, st, flagch, st); in slow()
[all …]
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.x247 .IR step .
Dsed-in.texi465 @item @var{first}~@var{step}
467 This @acronym{GNU} extension matches every @var{step}th line
471 @var{first} + (@var{n} * @var{step}).
2002 in the other; the changed digits are modified in a single step
Dsed.texi466 @item @var{first}~@var{step}
468 This @acronym{GNU} extension matches every @var{step}th line
472 @var{first} + (@var{n} * @var{step}).
2085 in the other; the changed digits are modified in a single step
Dsed.info1528 other; the changed digits are modified in a single step (using a `y'
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c1003 countT step = in_integer(in_nonblank()); local
1004 if (step > 0)
1006 addr->addr_step = step;
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1594 from `struct addr'; added new enum types num2,step,step_mod;
1596 {modulo-offset/step} components of `struct addr', in
2137 match and M is the step between succeeding matches.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-13885 frob-step-1 $< -o $@-step-1
3886 frob-step-2 $@-step-1 -o $@
5728 such as `origin', to multiple values in one step:
6930 compiling and linking in one step, so that's how it's done.
7262 is used in preference to the step-by-step chain because it comes
Dmake.texi4709 frob-step-1 $< -o $@@-step-1
4710 frob-step-2 $@@-step-1 -o $@@
7016 such as @code{origin}, to multiple values in one step:
8495 faster to do the compiling and linking in one step, so that's how it's
8946 preference to the step-by-step chain because it comes earlier in the
9374 or by C compilation-and-linking in one step from @file{foo.c.c}, or by
Dmake.info-2382 or by C compilation-and-linking in one step from `foo.c.c', or by