Home
last modified time | relevance | path

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

/trueos/contrib/one-true-awk/
HDtran.c60 Cell *rstartloc; /* RSTART */ variable
92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab); in syminit()
93 RSTART = &rstartloc->fval; in syminit()
HDawk.h100 extern Cell *rstartloc; /* RSTART */
HDrun.c603 setfval(rstartloc, (Awkfloat) start); in matchop()