Home
last modified time | relevance | path

Searched refs:rrow (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Dawk.h288 typedef struct rrow { struct
296 } rrow; argument
310 struct rrow re[1];
H A Db.c180 if ((f = (fa *)calloc(1, sizeof (fa) + poscnt * sizeof (rrow))) == NULL) in mkdfa()