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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfokey.c385 static int add_to_section (struct sect *s, const char *str, unsigned int len);
684 if (!(add_to_section (&sections[section], seq, slen)
685 && add_to_section (&sections[section], "", 1)
686 && add_to_section (&sections[section], &av, 1)))
758 if (!(add_to_section (&sections[section], varn, varlen)
759 && add_to_section (&sections[section], "", 1)
760 && add_to_section (&sections[section], val, vallen)
761 && add_to_section (&sections[section], "", 1)))
794 add_to_section (struct sect *s, const char *str, unsigned int len)
792 add_to_section (struct sect *s, const char *str, unsigned int len) function
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcorelist-perldelta.pl404 # add_to_section() without worrying about filtering out duplicates
465 sub add_to_section { subroutine
535 $section = add_to_section( $section, $data, $title );

Completed in 124 milliseconds