/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_message.c | 24 extern int debug; 30 if (!level || debug && level <= debug)
|
/ast/src/lib/libexpr/ |
H A D | exopen.c | 39 int debug; local 44 debug = getenv("VMDEBUG") != 0; 47 !(program->vm = (debug ? vmopen(Vmdcsbrk, Vmdebug, VM_DBCHECK|VM_DBABORT) : vmopen(Vmdcheap, Vmbest, 0))) || 48 !(program->ve = (debug ? vmopen(Vmdcsbrk, Vmdebug, VM_DBCHECK|VM_DBABORT) : vmopen(Vmdcheap, Vmbest, 0))))
|
/ast/src/cmd/mam/ |
H A D | shmam.awk | 39 #changing this debug level will print more stuff. 79 debug(1, "%s \n", "pass 1: begin", 0); 132 debug(1, "%s \n", "pass 2: begin", 0); 166 debug(9, "L:%s\n", $0) 170 debug(1, "idi=%d $idi=%s\n", idi, $idi); 175 debug(1, "cmd=%s type=%s idi=%d\n", cmd, cmdtype, idi) 204 debug(1, "internal error\n"); 218 debug(9, "get_cmds %s\n", str) 292 debug(2, "cmd=%s opt=%s starti=%d\n", cmd, opt, starti) 310 debug( 2033 function debug(level, con_str, a,b,c,d,e,f,g,h,i,j,k,l) function [all...] |
/ast/src/lib/libast/misc/ |
H A D | debug.c | 24 * <debug.h> support 29 #include <debug.h> 34 error(2, "%s:%d: debug error", file, line);
|
H A D | systrace.c | 31 #include <debug.h>
|
H A D | translate.c | 48 int debug; /* special debug locale */ member in struct:__anon295 377 cp->debug = streq(cp->locale, "debug"); 379 cp->debug = 0; 381 sfprintf(sfstderr, "AHA#%d:%s cp->cat %p cp->debug %d NOCAT %p\n", __LINE__, __FILE__, cp->cat, cp->debug, NOCAT); 386 if (cp->debug) 426 if (r == (char*)msg && (!cp && streq(loc, "debug") || cp && cp->debug)) [all...] |
/ast/src/cmd/nmake/ |
H A D | pkg-cobol-cobc.mk | 5 COBOLFLAGS = -static $(COBOLDIALECT) -C $(-debug-symbols|"$(CCFLAGS:N=$(CC.DEBUG)|-g)":??$(CC.OPTIMIZE)?)
|
H A D | archive.c | 170 debug((-5, "scan aggregate %s", r->name)); 179 debug((-5, "scan archive %s", r->name)); 189 debug((-5, "arscan(%s) failed", r->name));
|
H A D | metarule.c | 395 debug((-9, "check explicit constrained metarule prerequisites")); 425 debug((-9, "check implicit constrained metarule prerequisites")); 488 debug((-9, "check terminal unconstrained metarules")); 574 debug((-9, "check nonterminal unconstrained metarules")); 581 debug((-9, "check explicit nonterminal unconstrained metarule prerequisites")); 597 debug((-9, "check implicit nonterminal unconstrained metarule prerequisites"));
|
H A D | pkg-cobol-mfcobc.mk | 5 COBOLFLAGS = $(COBOLDIALECT) $(-debug-symbols|"$(CCFLAGS:N=-g|$(CC.DEBUG))":?$(CC.DEBUG)?$(CC.OPTIMIZE)?)
|
H A D | Makefile | 14 debug.mk debug-package.mk \
|
/ast/src/lib/libcodex/ |
H A D | codexlib.h | 32 #include <debug.h>
|
/ast/src/cmd/tests/ |
H A D | TESTLIB.mk | 10 set --debug-symbols
|
/ast/src/cmd/ksh93/tests/ |
H A D | locale.sh | 38 b=$($SHELL -c '(LC_ALL=debug / 2>/dev/null); /' 2>&1 | sed -e "s,.*: *,," -e "s, *\[.*,,") 40 b=$($SHELL -c '(LC_ALL=debug; / 2>/dev/null); /' 2>&1 | sed -e "s,.*: *,," -e "s, *\[.*,,") 216 # mainly used to debug multibyte and message translation code 219 locale=debug 232 "cd $dir; export LC_ALL=debug; cd $dir" \ 233 "cd $dir; LC_ALL=debug cd $dir" \ 260 got=$(LC_ALL=debug $SHELL -c "a<2A@>z=$exp; print \$a<2A@>z") 261 [[ $got == $exp ]] || err_exit "multibyte debug locale \$a<2A@>z failed -- expected '$exp', got '$got'" 264 export LANG=debug 270 alt=$'(debug,messag [all...] |
H A D | pty.sh | 56 then debug=--debug=1 57 else debug= 65 pty $debug --dialogue --messages='/dev/fd/1' $SHELL | 67 do if [[ $text == *debug* ]]
|
/ast/src/lib/libast/include/ |
H A D | debug.h | 24 * common ast debug definitions 40 #define debug(x) x macro 63 #define debug(x) macro
|
/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 37 [D:debug?Passed to \btranslate\b(1).] 90 D) debug=-D ;; 156 translate -lmv $all $cache $debug $omit $show $dialect "$@"
|
/ast/src/lib/libvcodex/ |
H A D | vchdr.h | 65 #include <debug.h>
|
/ast/src/lib/libast/comp/ |
H A D | conf.sh | 49 debug= 59 -d*) debug=$1 ;; 83 case $verbose:$debug$trace in 84 1:?*) echo "$command: debug=$debug trace=$trace keep_call=$keep_call keep_name=$keep_name" >&2 ;; 112 case $debug in 303 case $debug in 392 case $debug in 638 case $debug in 790 case $debug i [all...] |
/ast/src/cmd/INIT/ |
H A D | ditto.sh | 65 [D:debug?Enable the debug trace.] 89 (( debug || ! exec )) && print -r $id $dir 128 integer debug=0 delete=0 exec=1 mode=1 owner=0 update=0 verbose=0 logical 155 D) debug=1 ;; 265 if (( debug ))
|
/ast/src/lib/libpp/ |
H A D | pplib.h | 419 #define debug(x) do { if (tracing) error x; } while (0) macro 421 #define debug(x) macro 576 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 590 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 609 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 621 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 644 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 656 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 671 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 681 debug(( [all...] |
/ast/src/cmd/std/ |
H A D | pss-ps.c | 46 int debug; member in struct:State_s 76 state->debug = 1; 218 if (state->debug && pss->disc->errorf)
|
/ast/src/cmd/tw/ |
H A D | tw.h | 36 #include <debug.h>
|
/ast/src/lib/libjcl/ |
H A D | jcllib.h | 165 #include <debug.h>
|
/ast/src/cmd/coshell/ |
H A D | service.h | 81 #include <debug.h> 159 #define SETDEBUG (1<<1) /* global.debug was set */ 213 int debug; member in struct:__anon58::__anon59
|