Searched refs:x_exitstr (Results 1 – 1 of 1) sorted by relevance
242 char *x_exitstr; in print_line() local257 x_exitstr = xmalloc (include_exit ? 1 + MAX (12, strlen (exitstr)) + 1 : 1); in print_line()259 sprintf (x_exitstr, " %-12s", exitstr); in print_line()261 *x_exitstr = '\0'; in print_line()285 x_exitstr in print_line()300 free (x_exitstr); in print_line()