HomeSort by: relevance | last modified time | path
    Searched defs:list_append (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/detail/
list_test.c 156 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);
  /src/external/gpl2/groff/dist/contrib/groffer/
groffer2.sh 1901 # 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_result "-${lfc_optchar}" "${lfc_rest}"
    [all...]

Completed in 26 milliseconds