Lines Matching refs:filename
59 ** filename -- filename (can be NULL).
69 const char *filename,
74 sm_abort_defaulthandler(filename, lineno, msg)
75 const char *filename;
79 if (filename != NULL)
80 sm_io_fprintf(smioerr, SM_TIME_DEFAULT, "%s:%d: %s\n", filename,
156 ** If filename != NULL then filename and lineno specify the line of source
160 ** filename -- filename (can be NULL).
169 sm_abort_at(filename, lineno, msg)
170 const char *filename;
175 (*SmAbortHandler)(filename, lineno, msg);