Searched refs:RSTART (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/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)
/freebsd-11-stable/contrib/tzdata/
H A Dzishrink.awk173 line = substr(line, 1, RSTART) substr(line, RSTART + 5)
178 line = substr(line, 1, RSTART) substr(line, RSTART + RLENGTH - 1)
180 line = substr(line, 1, RSTART - 1) substr(line, RSTART + 2)
184 end = RSTART + RLENGTH
188 end = RSTART + RLENGTH
214 line = substr(line, 1, RSTART)
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk884 addrs_str = substr($0, RSTART+1, RLENGTH-2)
944 return (substr(type, RSTART+1, RLENGTH-2))
976 count = int(substr(type, RSTART+1, RLENGTH-2))
977 type = substr(type, 1, RSTART-1)
994 attr_str = substr($0, RSTART+1, RLENGTH-2)
997 $0 = substr($0, RSTART+RLENGTH, length($0) - RSTART+RLENGTH)
/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h61 extern Awkfloat *RSTART;
100 extern Cell *rstartloc; /* RSTART */
H A Dtran.c51 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ variable
60 Cell *rstartloc; /* RSTART */
92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab);
93 RSTART = &rstartloc->fval;
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk249 extra = substr(line, RSTART + RLENGTH);

Completed in 85 milliseconds