execute_command    57 gtags-cscope/gtags-cscope.c static int execute_command(STRBUF *, const int, const int, const char *);
execute_command   460 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, 0, arg);
execute_command   461 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, (count > 0) ? 'r' : 's', arg);
execute_command   463 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, opt, arg);
execute_command    47 libutil/xargs.c static FILE *execute_command(XARGS *);
execute_command   414 libutil/xargs.c 		xp->pipe = execute_command(xp);