Home | History | Annotate | Download | only in core

Lines Matching refs:Function

39 # Function : remove-duplicates
43 # Note : This is equivalent to the 'uniq' function provided by GMSL,
64 # Function : clear-vars
74 # Function : filter-by
76 # 2: predicate function, will be called as $(call $2,<name>)
79 # Returns : elements of $1 that satisfy the predicate function $2
98 # Function : filter-out-by
100 # 2: predicate function, will be called as $(call $2,<name>)
103 # Returns : elements of $1 that do not satisfy the predicate function $2
122 # Function : find-first
124 # 2: predicate function, will be called as $(call $2,<name>).
141 # Function : parent-dir
156 # Function : strip-lib-prefix