OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracefile
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
show.c
269
FILE *
tracefile
;
variable
278
putc(c,
tracefile
);
291
(void) vfprintf(
tracefile
, fmt, va);
302
(void) vfprintf(
tracefile
, fmt, va);
313
fputs(s,
tracefile
);
325
putc('"',
tracefile
);
338
backslash: putc('\\',
tracefile
);
339
putc(c,
tracefile
);
343
putc(*p,
tracefile
);
345
putc('\\',
tracefile
);
[
all
...]
histedit.c
76
extern FILE *
tracefile
;
119
if (
tracefile
)
120
el_err =
tracefile
;
Completed in 212 milliseconds