Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c28804 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command() function
32819 rc = do_meta_command(zLine, p); in process_input()
33719 rc = do_meta_command(z, &data);
33769 rc = do_meta_command(azCmd[i], &data);