Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c23977 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command() function
27659 rc = do_meta_command(zLine, p); in process_input()
28545 rc = do_meta_command(z, &data);
28594 rc = do_meta_command(azCmd[i], &data);