Home
last modified time | relevance | path

Searched refs:_struct_decl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gperf/src/
H A Dinput.h56 const char * _struct_decl; variable
H A Doutput.h113 const char * const _struct_decl; variable
H A Dmain.cc95 inputter._struct_decl, in main()
H A Dinput.cc383 _struct_decl = NULL; in read_input()
718 _struct_decl = struct_decl; in read_input()
1003 delete[] const_cast<char*>(_struct_decl); in ~Input()
H A Doutput.cc90 : _head (head), _struct_decl (struct_decl), in Output()
2033 printf ("%s\n", _struct_decl); in output()
/freebsd-12.1/contrib/gperf/
H A DChangeLog984 (Output::output): Emit #line directive before _struct_decl.
994 (Input::~Input): Delete _struct_decl, _struct_tag, _return_type.
1008 (Input::_struct_decl): Renamed from Input::_array_type.
1013 (Output::_struct_decl): Renamed from Output::_array_type.