Home
last modified time | relevance | path

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

/netbsd/src/etc/
DMAKEDEV.awk112 nam = substr(md_deventry, RSTART + 1, RLENGTH - 6);
113 typ = substr(md_deventry, RSTART + RLENGTH - 4, 3);
125 parsed = substr(md_deventry, 1, RSTART - 1) dev
126 md_deventry = substr(md_deventry, RSTART + RLENGTH)
305 typ = substr(line, RSTART + 1, 3);
306 nam = substr(line, RSTART + 5, RLENGTH - 6);
322 parsed = parsed substr(line, 1, RSTART - 1) id
323 line = substr(line, RSTART + RLENGTH)
343 nam = substr(deventry, RSTART + 1, RLENGTH - 6);
344 typ = substr(deventry, RSTART + RLENGTH - 4, 3);
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dcheck-format-commit.sh130 RSTART=$(echo $k | awk -F',' '{print $1}')
134 let REND=$RSTART+$RLEN
135 range_start+=($RSTART)
152 RSTART=${range_start[$k]}
159 awk -v rstart=$RSTART -v rend=$REND -F':' '
/netbsd/src/sys/arch/ia64/stand/common/
Dmerge_help.awk27 T = substr($0, RSTART + 2, RLENGTH - 2);
29 S = (RLENGTH == -1) ? "" : substr($0, RSTART + 2, RLENGTH - 2);
31 D = substr($0, RSTART + 2);
/netbsd/src/tests/dev/audio/
Dt_audio.awk59 name = substr($0, RSTART + 5, RLENGTH - 6)
/netbsd/src/share/misc/
Dnanpa.awk75 if (RSTART==0) continue;
/netbsd/src/distrib/common/
Dparselist.awk155 v = substr($0, RSTART + 2, RLENGTH - 3);
/netbsd/src/external/historical/nawk/dist/
Dawk.h80 extern Awkfloat *RSTART;
Dtran.c54 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ variable
103 RSTART = &rstartloc->fval; in syminit()
DFIXES117 Fixed a length error in u8_byte2char that set RSTART to
/netbsd/src/usr.sbin/postinstall/
Dpostinstall.in647 stem = substr(libname, RSTART, RLENGTH)
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi11036 @cindex @code{RSTART} variable
11037 @item RSTART
11041 @code{RSTART} is set by invoking the @code{match} function. Its value
12469 @cindex @code{RSTART} variable, @code{match} function and
12471 @cindex @code{match} function, @code{RSTART}/@code{RLENGTH} variables
12472 The @code{match} function sets the built-in variable @code{RSTART} to
12475 @code{RSTART} is set to zero, and @code{RLENGTH} to @minus{}1.
22473 The @code{ARGC}, @code{ARGV}, @code{FNR}, @code{RLENGTH}, @code{RSTART},
26672 @code{RSTART},