Searched refs:struct_decl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dinput.cc387 char *struct_decl = NULL; local
586 /* Append the line to struct_decl. */
587 size_t old_len = (struct_decl ? strlen (struct_decl) : 0);
592 memcpy (new_struct_decl, struct_decl, old_len);
595 if (struct_decl)
596 delete[] struct_decl;
597 struct_decl = new_struct_decl;
624 if (struct_decl)
628 char *p = struct_decl;
[all...]
H A Doutput.h39 const char *struct_decl,
H A Doutput.cc77 Output::Output (KeywordExt_List *head, const char *struct_decl, argument
88 : _head (head), _struct_decl (struct_decl),

Completed in 103 milliseconds