Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c24749 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command() function
28498 rc = do_meta_command(zLine, p); in process_input()
29357 rc = do_meta_command(z, &data);
29406 rc = do_meta_command(azCmd[i], &data);