Home
last modified time | relevance | path

Searched refs:stringpool_index (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gperf/src/
H A Doutput.cc1101 output_keyword_entry (KeywordExt *temp, int stringpool_index, const char *indent) in output_keyword_entry() argument
1109 … %s_t, %s_str%d)", option.get_stringpool_name (), option.get_stringpool_name (), stringpool_index); in output_keyword_entry()
1219 int stringpool_index = in output_keyword_table() local
1225 output_keyword_entry (links, stringpool_index, indent); in output_keyword_table()
/freebsd-12.1/contrib/gperf/
H A DChangeLog349 (output_keyword_entry): Add stringpool_index argument. For SHAREDLIB,
353 _struct_tag. Compute stringpool_index for output_keyword_entry.