Home
last modified time | relevance | path

Searched defs:nm (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dparse.y173 cmd ::= SAVEPOINT nm(X). { in nm() function
176 cmd ::= RELEASE savepoint_opt nm(X). { in nm() function
179 cmd ::= ROLLBACK trans_opt TO savepoint_opt nm(X). { in nm() function
358 ccons ::= CONSTRAINT nm(X). {pParse->constraintName = X;} in nm() function
388 ccons ::= REFERENCES nm(T) eidlist_opt(TA) refargs(R). in nm() function
H A Ddbstat.c168 Token nm; in statConnect() local
/sqlite-3.40.0/test/
H A Dtester.tcl2503 proc test_binary_name {nm} { argument
2512 proc test_find_binary {nm} { argument