Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6364 #define RE_OP_ATSTART 18 /* Currently at the start of the string */ macro
6546 case RE_OP_ATSTART: { in re_match()
6829 re_append(p, RE_OP_ATSTART, 0); in re_subcompile_string()