Home
last modified time | relevance | path

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

/netbsd-src/games/fortune/fortune/
H A Dfortune.c125 static struct re *Re_use = NULL; variable
1311 Re_use = &Re_pat13; in matches_in_list()
1313 Re_use = &Re_pat; in matches_in_list()
1314 if (re_match(Re_use, Fortbuf)) { in matches_in_list()