Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/awk/
H A Dtran.c66 Cell *rlengthloc; /* RLENGTH */ variable
115 rlengthloc = setsymtab((uchar *)"RLENGTH", (uchar *)"", 0.0, in syminit()
117 RLENGTH = &rlengthloc->fval; in syminit()
H A Dawk.h125 extern Cell *rlengthloc; /* RLENGTH */
H A Drun.c575 (void) setfval(rlengthloc, (Awkfloat)patlen); in matchop()