Home
last modified time | relevance | path

Searched refs:RSTART (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dmerge_help.awk26 T = substr($0, RSTART + 2, RLENGTH - 2);
28 SSTART = RSTART
29 S = (RLENGTH == -1) ? "" : substr($0, RSTART + 2, RLENGTH - 2);
31 D = substr($0, RSTART + 2);
32 if (SSTART > RSTART)
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drebrackloc.awk14 print "re1.1", NR, substr($0, RSTART, RLENGTH)
18 print "re1.2", NR, substr($0, RSTART+1, RLENGTH-1)
22 print "re2", NR, substr($0, RSTART, RLENGTH)
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.match12 print $0, RSTART, RLENGTH
5 NR, RLENGTH, RSTART >"/dev/tty"
/illumos-gate/usr/src/cmd/awk/
H A Dtran.c80 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ variable
154 RSTART = &rstartloc->fval; in syminit()
H A Dawk.h105 extern Awkfloat *RSTART;