Lines Matching refs:element
181 # Returns: Returns the first element of a list
188 # Returns: Returns the last element of a list
199 # Returns: Returns the list with the first element removed
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
430 # Arguments: 1: A single element to add to a set
432 # Returns: Returns the set with the element added
438 # Arguments: 1: A single element to remove from a set
440 # Returns: Returns the set with the element removed
446 # Arguments: 1: A single element
448 # Returns: Returns $(true) if the element is in the set
796 # Returns: Top element from the stack after removing it
805 # Returns: Top element from the stack without removing it