Searched refs:RE_OP_ANY (Results 1 – 1 of 1) sorted by relevance
6348 #define RE_OP_ANY 2 /* Match any one character. (Implements ".") */ macro6550 case RE_OP_ANY: { in re_match()6804 re_append(p, RE_OP_ANY, 0); in re_subcompile_string()