Lines Matching refs:debug_printf
362 static void debug_printf(const char *format, ...) in debug_printf() function
370 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
373 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
375 #define final_printf debug_printf
885 debug_printf("b_addchr: %c %d %p\n", ch, o->length, o); in b_addchr()
958 debug_printf("setup_prompt_string %d ",promptmode); in setup_prompt_string()
972 debug_printf("result %s\n",*prompt_str); in setup_prompt_string()
1123 debug_printf("b_getch: got a %d\n", ch);
1145 debug_printf("b_peek: got a %d\n", *i->p);
1270 debug_printf("pid %d environment modification: %s\n",getpid(),child->argv[i]);
1293 debug_printf("builtin exec %s\n", child->argv[0]);
1330 debug_printf("running applet %s\n", name);
1334 debug_printf("exec of %s\n",child->argv[0]);
1339 debug_printf("runtime nesting to group\n");
1347 debug_printf("trying to pseudo_exec null command\n");
1455 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
1577 debug_printf("non-subshell grouping\n");
1586 debug_printf("non-subshell grouping\n");
1605 debug_printf("Local environment set: %s\n", name);
1648 debug_printf("magic exec\n");
1652 debug_printf("builtin inline %s\n", child->argv[0]);
1815 …debug_printf("rmode=%d if_code=%d next_if_code=%d skip_more=%d\n", rmode, if_code, next_if_code,…
1876 debug_printf("run_pipe_real returned %d\n",rcode);
1899 debug_printf("checkjobs returned %d\n",rcode);
2087 debug_printf("glob_t at %p:\n", pglob);
2088 debug_printf(" gl_pathc=%d gl_pathv=%p gl_offs=%d gl_flags=%d\n",
2091 debug_printf("pglob->gl_pathv[%d] = %p = %s\n", i,
2106 debug_printf("globhack returned %d\n",gr);
2112 debug_printf("glob returned %d\n",gr);
2116 debug_printf("globhack returned %d\n",gr);
2120 debug_printf("globhack returned %d\n",gr);
2320 debug_printf("Redirect type %d%s\n", redir->fd, redir_table[style].descrip);
2329 debug_printf("Duplicating redirect '%d>&%d'\n", redir->fd, redir->dup);
2407 debug_printf("found reserved word %s, code %d\n",r->literal,r->code);
2410 debug_printf("push stack\n");
2431 debug_printf("pop stack\n");
2461 debug_printf("done_word: %s %p\n", dest->data, child);
2463 debug_printf(" true null, ignored\n");
2476 debug_printf("checking %s for reserved-ness\n",dest->data);
2558 debug_printf("done_command: skipping null command\n");
2562 debug_printf("done_command: num_progs incremented to %d\n",pi->num_progs);
2564 debug_printf("done_command: initializing\n");
2594 debug_printf("done_pipe, type %d\n", type);
2684 debug_printf("forked child %d\n",pid);
2687 debug_printf("pipe on FILE *%p\n",pf);
2691 debug_printf("started fake pipe on FILE *%p\n",pf);
2727 debug_printf("done reading from pipe, pclose()ing\n");
2736 debug_printf("pclosed, retcode=%d\n",retcode);
2848 debug_printf("handle_dollar: ch=%c\n",ch);
2964 debug_printf("parse_stream, end_trigger=%d\n",end_trigger);
2972 debug_printf("parse_stream: ch=%c (%d) m=%d quote=%d - %c\n",
2989 debug_printf("leaving parse_stream (triggered)\n");
3120 debug_printf("subst, pass=%d\n", ch);
3125 debug_printf("subst, term=%d\n", ch);
3145 debug_printf("leaving parse_stream (EOF)\n");
3427 debug_printf("\nsourcing /etc/profile\n");
3475 debug_printf("\ninteractive=%d\n", interactive);
3490 debug_printf("\nrunning script '%s'\n", argv[optind]);