Home
last modified time | relevance | path

Searched defs:text (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/tool/
H A Dmksqlite3internalh.tcl85 proc section_comment {text} { argument
/sqlite-3.40.0/ext/fts2/
H A Dmkfts2amal.tcl58 proc section_comment {text} { argument
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5_common.tcl404 proc fts5_tokenize_split {text} { argument
601 proc tclnum_tokenize {mode tflags text} {
/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js186 f.last = { text: '', step: 0 }; property
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js359 data:{step: ++f.last.step, text: text||null} property
/sqlite-3.40.0/src/
H A Dshell.c.in5213 static char *readline_completion_generator(const char *text, int state){