Lines Matching defs:trace
41 int trace = 0;
70 -t --trace : execution trace
83 trace = 0;
176 if ((strcmp (argv[i], "-t") == 0) || (strcmp (argv[i], "--trace") == 0))
181 fprintf (stderr, "expected trace value\n");
184 trace = atoi (argv[i + 1]);
330 /* according to the required trace level */
331 if (trace)
333 sprintf (dbgstr, "SANE_DEBUG_UMAX_PP_LOW=%d", trace);
384 if (trace)
451 if (trace)
460 if (trace)
470 if (trace)