Searched refs:RLENGTH (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.match1 | 2 print $0, RSTART, RLENGTH 3 if (RLENGTH != length($1)) 5 NR, RLENGTH, RSTART >"/dev/tty"
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | rebrackloc.awk | 14 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)
|
H A D | longwrds.awk | 13 used[substr(tmp, pos, RLENGTH)] = 1
|
/illumos-gate/usr/src/boot/common/ |
H A D | merge_help.awk | 26 T = substr($0, RSTART + 2, RLENGTH - 2); 29 S = (RLENGTH == -1) ? "" : substr($0, RSTART + 2, RLENGTH - 2);
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | chem.awk | 449 s1 = substr(s, n, RLENGTH) # molecule 458 s = substr(s, n + RLENGTH) # tail
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | tran.c | 81 Awkfloat *RLENGTH; /* length of same */ variable 156 RLENGTH = &rlengthloc->fval; in syminit()
|
H A D | awk.h | 106 extern Awkfloat *RLENGTH;
|