Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
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.c599 setfval(rstartloc, (Awkfloat) start); in matchop()