Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/awk/
H A Dawk.h246 typedef struct rrow { struct
250 } rrow; argument
263 struct rrow re[1];
H A Db.c141 if ((f = (fa *)calloc(1, sizeof (fa) + poscnt * sizeof (rrow))) == NULL) in mkdfa()