Home
last modified time | relevance | path

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

/minix/external/historical/nawk/dist/
H A Dtran.c65 Cell *rlengthloc; /* RLENGTH */ variable
110 rlengthloc = setsymtab("RLENGTH", "", 0.0, NUM, symtab); in syminit()
111 RLENGTH = &rlengthloc->fval; in syminit()
H A Dawk.h101 extern Cell *rlengthloc; /* RLENGTH */
H A Drun.c612 setfval(rlengthloc, (Awkfloat) patlen); in matchop()