Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/one-true-awk/
Dtran.c60 Cell *rstartloc; /* RSTART */ variable
92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab); in syminit()
93 RSTART = &rstartloc->fval; in syminit()
Dawk.h100 extern Cell *rstartloc; /* RSTART */
Drun.c603 setfval(rstartloc, (Awkfloat) start); in matchop()