Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dtran.c61 Cell *rstartloc; /* RSTART */ variable
98 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab); in syminit()
99 RSTART = &rstartloc->fval; in syminit()
H A Dawk.h124 extern Cell *rstartloc; /* RSTART */
H A Drun.c838 setfval(rstartloc, (Awkfloat) start); in matchop()