Home
last modified time | relevance | path

Searched refs:tracefile (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/tnf/prex/
H A Dmain.c94 static char *tracefile; /* tracefile name used by list cmd */ variable
728 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()
H A Dprexlex.l86 tracefile { yylval.intval = TRACEFILE; return (TRACEFILE); }