Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dtran.c61 Cell *rlengthloc; /* RLENGTH */ variable
94 rlengthloc = setsymtab("RLENGTH", "", 0.0, NUM, symtab); in syminit()
95 RLENGTH = &rlengthloc->fval; in syminit()
Dawk.h101 extern Cell *rlengthloc; /* RLENGTH */
Drun.c600 setfval(rlengthloc, (Awkfloat) patlen); in matchop()