Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dtran.c95 Cell *rlengthloc; /* RLENGTH */ variable
155 rlengthloc = setsymtab("RLENGTH", "", 0.0, NUM, symtab); in syminit()
156 RLENGTH = &rlengthloc->fval; in syminit()
H A Dawk.h154 extern Cell *rlengthloc; /* RLENGTH */
H A Drun.c693 (void) setfval(rlengthloc, (Awkfloat)patlen); in matchop()