Lines Matching refs:debug_printf
363 static void debug_printf(const char *format, ...) in debug_printf() function
371 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
374 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
376 #define final_printf debug_printf
886 debug_printf("b_addchr: %c %d %p\n", ch, o->length, o); in b_addchr()
959 debug_printf("setup_prompt_string %d ",promptmode); in setup_prompt_string()
973 debug_printf("result %s\n",*prompt_str); in setup_prompt_string()
1124 debug_printf("b_getch: got a %d\n", ch);
1146 debug_printf("b_peek: got a %d\n", *i->p);
1271 debug_printf("pid %d environment modification: %s\n",getpid(),child->argv[i]);
1294 debug_printf("builtin exec %s\n", child->argv[0]);
1331 debug_printf("running applet %s\n", name);
1335 debug_printf("exec of %s\n",child->argv[0]);
1340 debug_printf("runtime nesting to group\n");
1348 debug_printf("trying to pseudo_exec null command\n");
1456 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
1578 debug_printf("non-subshell grouping\n");
1587 debug_printf("non-subshell grouping\n");
1606 debug_printf("Local environment set: %s\n", name);
1649 debug_printf("magic exec\n");
1653 debug_printf("builtin inline %s\n", child->argv[0]);
1816 …debug_printf("rmode=%d if_code=%d next_if_code=%d skip_more=%d\n", rmode, if_code, next_if_code,…
1877 debug_printf("run_pipe_real returned %d\n",rcode);
1900 debug_printf("checkjobs returned %d\n",rcode);
2088 debug_printf("glob_t at %p:\n", pglob);
2089 debug_printf(" gl_pathc=%d gl_pathv=%p gl_offs=%d gl_flags=%d\n",
2092 debug_printf("pglob->gl_pathv[%d] = %p = %s\n", i,
2107 debug_printf("globhack returned %d\n",gr);
2113 debug_printf("glob returned %d\n",gr);
2117 debug_printf("globhack returned %d\n",gr);
2121 debug_printf("globhack returned %d\n",gr);
2321 debug_printf("Redirect type %d%s\n", redir->fd, redir_table[style].descrip);
2330 debug_printf("Duplicating redirect '%d>&%d'\n", redir->fd, redir->dup);
2408 debug_printf("found reserved word %s, code %d\n",r->literal,r->code);
2411 debug_printf("push stack\n");
2432 debug_printf("pop stack\n");
2462 debug_printf("done_word: %s %p\n", dest->data, child);
2464 debug_printf(" true null, ignored\n");
2477 debug_printf("checking %s for reserved-ness\n",dest->data);
2559 debug_printf("done_command: skipping null command\n");
2563 debug_printf("done_command: num_progs incremented to %d\n",pi->num_progs);
2565 debug_printf("done_command: initializing\n");
2595 debug_printf("done_pipe, type %d\n", type);
2685 debug_printf("forked child %d\n",pid);
2688 debug_printf("pipe on FILE *%p\n",pf);
2692 debug_printf("started fake pipe on FILE *%p\n",pf);
2728 debug_printf("done reading from pipe, pclose()ing\n");
2737 debug_printf("pclosed, retcode=%d\n",retcode);
2849 debug_printf("handle_dollar: ch=%c\n",ch);
2965 debug_printf("parse_stream, end_trigger=%d\n",end_trigger);
2973 debug_printf("parse_stream: ch=%c (%d) m=%d quote=%d - %c\n",
2990 debug_printf("leaving parse_stream (triggered)\n");
3121 debug_printf("subst, pass=%d\n", ch);
3126 debug_printf("subst, term=%d\n", ch);
3146 debug_printf("leaving parse_stream (EOF)\n");
3428 debug_printf("\nsourcing /etc/profile\n");
3476 debug_printf("\ninteractive=%d\n", interactive);
3491 debug_printf("\nrunning script '%s'\n", argv[optind]);