Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c28403 static void echo_group_input(ShellState *p, const char *zDo){ in echo_group_input() argument
28404 if( ShellHasFlag(p, SHFLG_Echo) ) oputf("%s\n", zDo); in echo_group_input()