Searched refs:trace (Results 51 - 66 of 66) sorted by relevance

123

/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c271 * append context to debug trace
281 if (error_info.trace <= -10 && pp.state != state)
482 error_info.trace = va_arg(ap, int);
804 c = error_info.trace;
805 error_info.trace = 0;
999 if (error_info.trace)
1005 error_info.trace = c;
H A Dppexpr.c634 return -error_info.trace;
H A Dpplib.h455 #define tracing (error_info.trace<0)
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com106 UNUSEDXCURSESOBJS = trace.o
/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbe.c537 if( p->trace ){
538 sqliteVdbePrintOp(p->trace, pc, pOp);
4825 if( p->trace && pTos>=p->aStack ){
4827 fprintf(p->trace, "Stack:");
4830 fprintf(p->trace, " NULL");
4832 fprintf(p->trace, " si:%d", pTos[i].i);
4834 fprintf(p->trace, " i:%d", pTos[i].i);
4836 fprintf(p->trace, " r:%g", pTos[i].r);
4866 fprintf(p->trace, "%s", zBuf);
4868 fprintf(p->trace, "
[all...]
H A Dbuild.c79 FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0; local
80 sqliteVdbeTrace(v, trace);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm162 my($self, $ver, $names, $dirs, $trace) = @_;
196 if ($trace >= 2){
218 print "Checking $name\n" if ($trace >= 2);
228 print "Using PERL=$name\n" if $trace;
234 print "Executing $vmsfile\n" if ($trace >= 2);
242 print "Using PERL=MCR $vmsfile\n" if $trace;
H A DMM_Unix.pm1180 my($self, $ver, $names, $dirs, $trace) = @_;
1182 if ($trace >= 2){
1216 print "Checking $abs\n" if ($trace >= 2);
1218 print "Executing $abs\n" if ($trace >= 2);
1236 print "Using PERL=$abs\n" if $trace;
1238 } elsif ($trace >= 2) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c1123 * flag = SH_SHOWME for trace only
1132 static char io_op[7]; /* used for -x trace info */
1135 char *tname=0, *after="", *trace = shp->st.trap[SH_DEBUGTRAP]; local
1380 if(trace && fname)
1397 sh_debug(shp,trace,(char*)0,(char*)0,av,ARG_NOGLOB);
H A Dxec.c780 int lineno,sig,trace = sh_isoption(SH_XTRACE); local
835 if(trace)
2830 /* make this trace atomic */
3474 register int i, fd, trace = sh_isoption(SH_XTRACE); local
3488 if(trace)
3513 if(trace)
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com87 tnames.o touchwin.o tparm.o tputs.o trace.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1084 (B<dbx>, B<gdb>, etc) to produce a stack trace to include in the bug
1086 (often B<-g>), the stack trace is likely to be somewhat hard to use
1089 reproduce the dump and the stack trace.
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c2392 idmap_trace_print(FILE *out, char *prefix, nvlist_t *trace) argument
2396 for (nvp = nvlist_next_nvpair(trace, NULL);
2398 nvp = nvlist_next_nvpair(trace, nvp)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1725 cannot include a small script then please include a Debug trace from a
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex233 % file; cf. trace.sty in LaTeX.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex233 % file; cf. trace.sty in LaTeX.

Completed in 141 milliseconds

123