Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c6289 #define RE_OP_DIGIT 13 /* digit: [0-9] */ macro
6492 case RE_OP_DIGIT: { in re_match()
6826 case 'd': specialOp = RE_OP_DIGIT; break; in re_subcompile_string()