Home
last modified time | relevance | path

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

/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c628 unsigned char *ks, *ke, *vs, *ve; in SubstituteFile() local
633 vs = ke; in SubstituteFile()
634 while (vs && *vs && isspace(*vs)) ++vs; in SubstituteFile()
635 ve = vs; in SubstituteFile()
638 list_insert(&substPtr, (char*)ks, (char*)vs); in SubstituteFile()
/sqlite-3.40.0/test/
H A Dmalloctraceviewer.tcl12 set vs [::ttk::scrollbar ${path}.vs]
19 set grid [list grid $vs -row 0 -column 1 -sticky nsew]
20 $w configure -yscrollcommand [list ::autoscroll::scrollcommand $grid $vs]
21 $vs configure -command [list $w yview]
H A Dalterdropcol.test142 foreach {tn wo vs} {
152 CREATE TABLE 'my table'(a, b PRIMARY KEY, c AS (a+b) $vs, d) $wo
175 CREATE TABLE x1(a, b, c PRIMARY KEY, d AS (b+c) $vs, e) $wo
H A Danalyze8.test90 # 800000 AND 900000). Which is a pretty close call (50 vs. 32), so
H A De_select.test1590 # e_select-7.12.1: Precedence of UNION vs. INTERSECT
1591 # e_select-7.12.2: Precedence of UNION vs. UNION ALL
1592 # e_select-7.12.3: Precedence of UNION vs. EXCEPT
1593 # e_select-7.12.4: Precedence of INTERSECT vs. UNION ALL
1594 # e_select-7.12.5: Precedence of INTERSECT vs. EXCEPT
1595 # e_select-7.12.6: Precedence of UNION ALL vs. EXCEPT
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md42 - [`P` vs `p`](#step-2-pvsp)
329 ### `P` vs `p` in Method Signatures
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m42090 AC_CACHE_CHECK([termios vs. termio vs. sgtty], tcl_cv_api_serial, [
2307 AC_MSG_CHECKING([FIONBIO vs. O_NONBLOCK for nonblocking I/O])
2448 # Things like the math library (-lm), socket stuff (-lsocket vs.