Lines Matching refs:debug_printf

361 static void debug_printf(const char *format, ...)  in debug_printf()  function
369 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
372 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
374 #define final_printf debug_printf
884 debug_printf("b_addchr: %c %d %p\n", ch, o->length, o); in b_addchr()
957 debug_printf("setup_prompt_string %d ",promptmode); in setup_prompt_string()
971 debug_printf("result %s\n",*prompt_str); in setup_prompt_string()
1122 debug_printf("b_getch: got a %d\n", ch);
1144 debug_printf("b_peek: got a %d\n", *i->p);
1269 debug_printf("pid %d environment modification: %s\n",getpid(),child->argv[i]);
1292 debug_printf("builtin exec %s\n", child->argv[0]);
1329 debug_printf("running applet %s\n", name);
1333 debug_printf("exec of %s\n",child->argv[0]);
1338 debug_printf("runtime nesting to group\n");
1346 debug_printf("trying to pseudo_exec null command\n");
1454 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
1576 debug_printf("non-subshell grouping\n");
1585 debug_printf("non-subshell grouping\n");
1604 debug_printf("Local environment set: %s\n", name);
1647 debug_printf("magic exec\n");
1651 debug_printf("builtin inline %s\n", child->argv[0]);
1814debug_printf("rmode=%d if_code=%d next_if_code=%d skip_more=%d\n", rmode, if_code, next_if_code,…
1874 debug_printf("run_pipe_real returned %d\n",rcode);
1897 debug_printf("checkjobs returned %d\n",rcode);
2085 debug_printf("glob_t at %p:\n", pglob);
2086 debug_printf(" gl_pathc=%d gl_pathv=%p gl_offs=%d gl_flags=%d\n",
2089 debug_printf("pglob->gl_pathv[%d] = %p = %s\n", i,
2104 debug_printf("globhack returned %d\n",gr);
2110 debug_printf("glob returned %d\n",gr);
2114 debug_printf("globhack returned %d\n",gr);
2118 debug_printf("globhack returned %d\n",gr);
2310 debug_printf("Redirect type %d%s\n", redir->fd, redir_table[style].descrip);
2319 debug_printf("Duplicating redirect '%d>&%d'\n", redir->fd, redir->dup);
2397 debug_printf("found reserved word %s, code %d\n",r->literal,r->code);
2400 debug_printf("push stack\n");
2421 debug_printf("pop stack\n");
2451 debug_printf("done_word: %s %p\n", dest->data, child);
2453 debug_printf(" true null, ignored\n");
2466 debug_printf("checking %s for reserved-ness\n",dest->data);
2548 debug_printf("done_command: skipping null command\n");
2552 debug_printf("done_command: num_progs incremented to %d\n",pi->num_progs);
2554 debug_printf("done_command: initializing\n");
2584 debug_printf("done_pipe, type %d\n", type);
2674 debug_printf("forked child %d\n",pid);
2677 debug_printf("pipe on FILE *%p\n",pf);
2681 debug_printf("started fake pipe on FILE *%p\n",pf);
2717 debug_printf("done reading from pipe, pclose()ing\n");
2726 debug_printf("pclosed, retcode=%d\n",retcode);
2838 debug_printf("handle_dollar: ch=%c\n",ch);
2954 debug_printf("parse_stream, end_trigger=%d\n",end_trigger);
2962 debug_printf("parse_stream: ch=%c (%d) m=%d quote=%d - %c\n",
2979 debug_printf("leaving parse_stream (triggered)\n");
3110 debug_printf("subst, pass=%d\n", ch);
3115 debug_printf("subst, term=%d\n", ch);
3135 debug_printf("leaving parse_stream (EOF)\n");
3417 debug_printf("\nsourcing /etc/profile\n");
3465 debug_printf("\ninteractive=%d\n", interactive);
3480 debug_printf("\nrunning script '%s'\n", argv[optind]);