Searched refs:tracefile (Results 1 – 2 of 2) sorted by relevance
94 static char *tracefile; /* tracefile name used by list cmd */ variable728 tracefile = NULL; in set_tracefile()769 tracefile = strdup(outfile_name); in set_tracefile()770 if (tracefile == NULL) { in set_tracefile()972 (void) printf(gettext("Current trace file is: %s\n"), tracefile); in cmd_listtracefile()
86 tracefile { yylval.intval = TRACEFILE; return (TRACEFILE); }