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

/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfokey.c380 static int add_to_section (struct sect *s, const char *str, unsigned int len);
679 if (!(add_to_section (&sections[section], seq, slen)
680 && add_to_section (&sections[section], "", 1)
681 && add_to_section (&sections[section], &av, 1)))
753 if (!(add_to_section (&sections[section], varn, varlen)
754 && add_to_section (&sections[section], "", 1)
755 && add_to_section (&sections[section], val, vallen)
756 && add_to_section (&sections[section], "", 1)))
789 add_to_section (struct sect *s, const char *str, unsigned int len)
787 add_to_section (struct sect *s, const char *str, unsigned int len) function

Completed in 92 milliseconds