Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
Dmodify_srcu.awk143 update_fieldsep(substr($0, RSTART, RLENGTH), p);
144 if (RSTART + RLENGTH <= length())
145 $0 = substr($0, RSTART + RLENGTH);
172 update_fieldsep(substr($0, RSTART, RLENGTH), 1);
173 if (RSTART + RLENGTH <= length())
174 $0 = substr($0, RSTART + RLENGTH);
246 start_loc = RSTART + RLENGTH;
/external/one-true-awk/
Dawk.h61 extern Awkfloat *RSTART;
Dtran.c51 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ variable
113 RSTART = &rstartloc->fval; in syminit()