Lines Matching defs:lineno
60 ** lineno -- line number.
70 int lineno,
74 sm_abort_defaulthandler(filename, lineno, msg)
76 int lineno;
81 lineno, msg);
156 ** If filename != NULL then filename and lineno specify the line of source
161 ** lineno -- line number.
169 sm_abort_at(filename, lineno, msg)
171 int lineno;
175 (*SmAbortHandler)(filename, lineno, msg);