Home
last modified time | relevance | path

Searched refs:_gst_first_error_str (Results 1 – 5 of 5) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dinput.c645 if (_gst_first_error_str == NULL) in _gst_errorf_at()
646 vasprintf (&_gst_first_error_str, str, ap); in _gst_errorf_at()
672 if (_gst_first_error_str == NULL) in _gst_errorf()
673 vasprintf (&_gst_first_error_str, str, ap); in _gst_errorf()
722 if (_gst_first_error_str == NULL) in line_stamp()
725 if (_gst_first_error_str == NULL) in line_stamp()
730 if (_gst_first_error_str == NULL) in line_stamp()
H A Dlex.h78 extern char *_gst_first_error_str
H A Dlex.c99 char *_gst_first_error_str = NULL; variable
H A Dprims.def5256 _gst_first_error_str = _gst_first_error_file = NULL;
5274 else if (_gst_first_error_str != NULL)
5286 PUSH_OOP (_gst_string_new (_gst_first_error_str));
5287 xfree (_gst_first_error_str);
5288 _gst_first_error_str = _gst_first_error_file = NULL;
H A Dprims.inl6582 _gst_first_error_str = _gst_first_error_file = NULL;
6600 else if (_gst_first_error_str != NULL)
6612 PUSH_OOP (_gst_string_new (_gst_first_error_str));
6613 xfree (_gst_first_error_str);
6614 _gst_first_error_str = _gst_first_error_file = NULL;