HomeSort by relevance Sort by last modified time
    Searched refs:RSTART (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
modify_srcu.awk 143 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/
awk.h 61 extern Awkfloat *RSTART;
100 extern Cell *rstartloc; /* RSTART */
tran.c 51 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */
60 Cell *rstartloc; /* RSTART */
92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab);
93 RSTART = &rstartloc->fval;

Completed in 127 milliseconds