Lines Matching refs:EXACTF
5460 return op + EXACTF;
6230 /* We can convert EXACTF nodes to EXACTFU if they contain only
6232 * string's UTF8ness. The reason to do this is that EXACTF is not
6405 * becomes /u. That means it can't be an EXACTF node,
6407 if (node_type == EXACTF) {
6411 * differs between EXACTF and EXACTFU, reparse it
7428 && (node_type == EXACTFU || ( node_type == EXACTF
7459 else if (node_type == EXACTF) { /* Means is /di */
11684 { /* An EXACTF node containing a single character 's',
11694 op = EXACTF;