Home
last modified time | relevance | path

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

/openbsd/share/zoneinfo/
H A Dzishrink.awk182 line = substr(line, 1, RSTART) substr(line, RSTART + 5)
187 line = substr(line, 1, RSTART) substr(line, RSTART + RLENGTH - 1)
189 line = substr(line, 1, RSTART - 1) substr(line, RSTART + 2)
193 end = RSTART + RLENGTH
197 end = RSTART + RLENGTH
225 line = substr(line, 1, RSTART)
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/
H A Dmakedoc.awk48 thistarget = substr(line,RSTART+6,RLENGTH-7);
/openbsd/gnu/gcc/libstdc++-v3/docs/html/
H A Dmakedoc.awk48 thistarget = substr(line,RSTART+6,RLENGTH-7);
/openbsd/gnu/usr.bin/texinfo/util/
H A Dfixref.gawk119 refkind = substr(line, RSTART, RLENGTH)
/openbsd/gnu/llvm/compiler-rt/utils/
H A Dgenerate_netbsd_syscalls.awk72 syscallmasterversion = substr($0, RSTART + 9, RLENGTH - 11)
123 compat = tolower(substr($0, RSTART, RLENGTH))
133 compatver = tolower(substr($0, RSTART + 1, RLENGTH - 2))
141 basename = tolower(substr($0, RSTART + 1, RLENGTH - 2))
169 args = substr($0, RSTART + 1, RLENGTH - 2)
182 syscallfullargs[parsedsyscalls] = substr(a[1], RSTART) "_"
190 fs = substr(a[i], RSTART)
/openbsd/usr.bin/awk/
H A Dawk.h82 extern Awkfloat *RSTART;
H A Dtran.c51 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ variable
100 RSTART = &rstartloc->fval; in syminit()
H A DFIXES117 Fixed a length error in u8_byte2char that set RSTART to
/openbsd/gnu/usr.bin/perl/pod/
H A Dperltrap.pod137 RSTART length($`)