Lines Matching refs:list
17 # notice, this list of conditions and the following disclaimer.
20 # notice, this list of conditions and the following disclaimer in the
42 # This is the GNU Make Standard Library version number as a list with
180 # Arguments: 1: A list
181 # Returns: Returns the first element of a list
187 # Arguments: 1: A list
188 # Returns: Returns the last element of a list
198 # Arguments: 1: A list
199 # Returns: Returns the list with the first element removed
205 # Arguments: 1: A list
206 # Returns: Returns the list with the last element removed
212 # Arguments: 1: Name of function to $(call) for each element of list
214 # Returns: The list after calling the function on each element
222 # 3: Second list to iterate over calling the function in 1
223 # Returns: The list after calling the function on each pair of elements
231 # Arguments: 1: A list to compare against...
232 # 2: ...this list
248 # Arguments: 1: A list to compare against...
249 # 2: ...this list
256 # Arguments: 1: A list to reverse
257 # Returns: The list with its elements in reverse order
264 # Arguments: 1: A list from which to remove repeated elements
265 # Returns: The list with duplicate elements removed without reordering
272 # Arguments: 1: A list
273 # Returns: The number of elements in the list
306 # Returns: Splits a string into a list separated by spaces at the split
314 # 2: A list to merge into a string
315 # Returns: Merges a list into a single string, list elements are separated
325 # Arguments: 1: The list of characters to translate from
326 # 2: The list of characters to translate to
415 # from a list use set_create, or start with the empty_set and
423 # Arguments: 1: A list of set elements
763 # Returns: Returns a list of all defined keys in the array