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

/freebsd-10.1-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh1901 # has the form "'first' 'second' '...' 'last'". See list_append() for
1907 # list_append (<list> <element>...)
1918 list_append() function
1920 func_check list_append '>=' 2 "$@";
2060 list_append lfc_result "--${lfc_opt}" "${lfc_optarg}";
2088 list_append lfc_result "--${lfc_opt}";
2100 list_append lfc_result "--${lfc_opt}" "$1";
2119 list_append lfc_result "-${lfc_optchar}";
2127 list_append lfc_result "-${lfc_optchar}" "$1";
2134 list_append lfc_resul
[all...]
/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dlist_test.c156 ATF_TC(list_append); variable
157 ATF_TC_HEAD(list_append, tc)
161 ATF_TC_BODY(list_append, tc)
361 ATF_TP_ADD_TC(tp, list_append);

Completed in 223 milliseconds