Searched refs:zDo (Results 1 – 1 of 1) sorted by relevance
28403 static void echo_group_input(ShellState *p, const char *zDo){ in echo_group_input() argument28404 if( ShellHasFlag(p, SHFLG_Echo) ) oputf("%s\n", zDo); in echo_group_input()