Searched refs:format_list (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ncurses/misc/ |
H A D | ncu2openbsd | 625 sub format_list($$) { subroutine 705 printf $fp "%s\n", &format_list( ".PATH:", \@subdirs ); 709 printf $fp "%s\n", &format_list( "SRCS=", \@auto_cc ); 712 printf $fp "%s\n", &format_list( "SRCS+=", \@sources ); 723 printf $fp "%s\n", &format_list( "MAN=", \@manpages ); 727 printf $fp "%s\n", &format_list( "GENERATED=", \@autosrc ); 858 printf $fp "%s\n", &format_list( "SRCS=", \@sources ); 859 printf $fp "%s\n", &format_list( "HDRS=", \@headers ); 866 printf $fp "%s\n", &format_list( "MAN=", \@manpages ); 951 printf $fp "%s\n", &format_list( "SRCS=", \@sources ); [all …]
|