Home
last modified time | relevance | path

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

/minix/usr.bin/make/
H A Djob.h222 const char *echoOn; /* command to turn it back on again */ member
H A Djob.c780 DBPRINTF("%s\n", commandShell->echoOn); in JobPrintCommand()
871 DBPRINTF("%s\n", commandShell->echoOn); in JobPrintCommand()
2420 newShell.echoOn = &argv[0][5]; in Job_ParseShell()
2515 if (commandShell->echoOn && commandShell->echoOff) { in Job_ParseShell()
/minix/external/public-domain/sqlite/dist/
H A Dshell.c443 int echoOn; /* True to echo input commands */ member
1295 if( pArg && pArg->echoOn ){ in shell_exec()
2075 p->echoOn = booleanValue(azArg[1]); in do_meta_command()
2649 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off"); in do_meta_command()
3043 if( p->echoOn ) printf("%s\n", zLine); in process_input()
3047 if( p->echoOn ) printf("%s\n", zLine); in process_input()
3107 if( p->echoOn ) printf("%s\n", zSql); in process_input()
3457 data.echoOn = 1; in main()