Lines Matching full:trace

60 \fB\%trace\fP,
77 \fBunsigned curses_trace(const unsigned \fItrace-mask\fP);
94 \fBvoid trace(const unsigned int \fItrace-mask\fP);
97 The \fIcurses trace\fP routines are used for debugging the
106 All of the trace functions may be compiled into any model (shared, static,
107 profile) by defining the symbol \fBTRACE\fP.
116 \fB_tracef\fP, which writes formatted data to the \fItrace\fP file.
129 whether or not the other trace functions are available:
133 updates the trace mask,
134 and returns the previous trace mask.
136 When the trace mask is nonzero,
137 \fI\%ncurses\fP creates the file \*(``trace\*('' in the current directory for output.
141 .SS "Trace Parameter"
142 The trace parameter is formed by OR'ing
150 but retains an open file-descriptor to the trace file
155 trace user and system times of updates.
158 trace \fBtputs\fP(3X) calls.
161 trace update actions, old & new screens.
164 trace cursor movement and scrolling.
167 trace all character outputs.
170 trace all update actions.
171 The old and new screen contents are written to the trace file
175 trace all curses calls.
179 trace virtual character puts, i.e., calls to \fBaddch\fP.
182 trace low-level input processing, including timeouts.
185 trace state of TTY control bits.
188 trace internal/nested calls.
191 trace per-character calls.
194 trace read/write of terminfo/termcap data.
197 trace changes to video attributes and colors.
200 maximum trace level, enables all of the separate trace features.
215 some of their debugging output may be directed to the \fItrace\fP file
220 messages produced by the underlying library are written to \fItrace\fP.
260 to the \*(``trace\*('' file.
270 to the \*(``trace\*('' file
298 The original \fBtrace\fP routine was deprecated because