Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dtran.c94 Cell *rstartloc; /* RSTART */ variable
153 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab); in syminit()
154 RSTART = &rstartloc->fval; in syminit()
H A Dawk.h153 extern Cell *rstartloc; /* RSTART */
H A Drun.c692 (void) setfval(rstartloc, (Awkfloat)start); in matchop()