Lines Matching refs:shellState
15607 static ShellState shellState;
25446 ** because we need the global shellState and cannot access it from that function
25450 /* Parse the next line from shellState.wasm.zInput. */
25451 const char *zBegin = shellState.wasm.zPos;
25467 shellState.wasm.zPos = z;
25872 # define data shellState
26543 int rc = shellState.db
26544 ? sqlite3_file_control(shellState.db, "main",
26578 shellState.wasm.zInput = zSql;
26579 shellState.wasm.zPos = zSql;
26580 process_input(&shellState);
26581 shellState.wasm.zInput = shellState.wasm.zPos = 0;