Lines Matching refs:input
46 ** the browser-mode build has much different user input requirements
47 ** and this build mode rewires the user input subsystem to account for
436 ** Threat stdin as an interactive input if the following variable
693 /* For interactive input on Windows systems, translate the
712 ** Retrieve a single line of input text.
714 ** If in==0 then read from standard input and prompt before each line.
748 ** Return the value of a hexadecimal digit. Return -1 if the input
1226 #define SHELL_TRACE_PLAIN 0 /* Show input SQL text */
1317 ** Limit input nesting via .read or any other input redirect.
1414 sqlite3_result_error(context, "NULL input to edit()", -1);
3300 const unsigned char **pzTail, /* OUT: Tail of the input for next line */
4408 " --skip N Skip the first N rows of input",
4412 " * If TABLE does not exist, it is created. The first row of input",
4414 " * If neither --csv or --ascii are used, the input mode is derived",
4417 " input text.",
4509 " --reset Reset the count for each input and interrupt",
4514 ".read FILE Read input from FILE or command output",
4515 " If FILE begins with \"|\", it is a command that generates the input.",
4591 " --plain Show SQL as it is input",
4816 ** If p->aAuxDb[].zDbFilename is 0, then read from standard input.
4896 utf8_printf(stderr,"Error on line %d of --hexdb input\n", nLine);
4965 ** function quote(). If the first character of the input is "'",
4967 ** then this function searches the input for "\n" and "\r" characters
4970 ** replace(replace(<input>, '\n', char(10), '\r', char(13));
4972 ** Or, if the first character of the input is not "'", then a copy
4973 ** of the input is returned.
5473 const char *zFile; /* Name of the input file */
5474 FILE *in; /* Read the CSV text from this input stream */
7585 ** If an input line begins with "." then invoke this routine to
7603 /* Parse the input line into tokens.
7628 /* Process the input line.
8475 ** default output row separator, change it to the default input
8476 ** row separator. This avoids having to maintain different input
8668 "Added %d rows with %d errors using %d lines of input\n",
11073 ** Read input from *in and process it. If *in==0 then input
11074 ** is interactive - the user is typing it it. Otherwise, input
11076 ** is saved only if input is interactive. An interrupt signal will
11077 ** cause this routine to exit immediately, unless input is interactive.
11082 char *zLine = 0; /* A single input line */
11089 i64 startline = 0; /* Line number for start of current input */
11104 /* End of input */
11257 ** Read input from the file given by sqliterc_override. Or if that
11258 ** parameter is NULL, take input from ~/.sqliterc
11974 /* Run commands received from standard input
12167 ** it were input to the sqlite3 shell and redirects all output to the