Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18155 int inputNesting; /* Track nesting level of .read and other redirects */ member
28460 if( p->inputNesting==MAX_INPUT_NESTING ){ in process_input()
28466 ++p->inputNesting; in process_input()
28555 --p->inputNesting; in process_input()