Lines Matching refs:A
5 # A library of functions to be used with GNU Make's $(call) that
30 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
180 # Arguments: 1: A list
187 # Arguments: 1: A list
198 # Arguments: 1: A list
205 # Arguments: 1: A list
231 # Arguments: 1: A list to compare against...
248 # Arguments: 1: A list to compare against...
256 # Arguments: 1: A list to reverse
264 # Arguments: 1: A list from which to remove repeated elements
272 # Arguments: 1: A list
288 # Arguments: 1: A string to compare against...
296 # Arguments: 1: A string to compare against...
305 # 2: A string to split
314 # 2: A list to merge into a string
342 [A-Z] := A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
345 [A-F] := A B C D E F #
352 uc = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(call tr,$([a-z]),$([A-Z]),$1)
359 lc = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(call tr,$([A-Z]),$([a-z]),$1)
363 # Arguments: 1: A string
366 __gmsl_characters := A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
399 # Arguments: 1: A string
402 # Returns: A substring.
423 # Arguments: 1: A list of set elements
430 # Arguments: 1: A single element to add to a set
431 # 2: A set
438 # Arguments: 1: A single element to remove from a set
439 # 2: A set
446 # Arguments: 1: A single element
447 # 2: A set
454 # Arguments: 1: A set
462 # Arguments: 1: A set
470 # Arguments: 1: A set
478 # Arguments: 1: A set
501 # Arguments: 1: A number of x's representation
509 # Arguments: 1: A number in human-readable integer form
537 # Arguments: 1: A number in x's representation
553 # Arguments: 1: A number in x's representation
573 # Arguments: 1: A number in x's representation
589 # Arguments: 1: A number in x's representation
609 # Arguments: 1: A number in x's representation
678 # Arguments: 1: A number in x's representation
692 # Arguments: 1: A number in x's representation
710 # Arguments: 1: A number in x's representation
724 # Arguments: 1: A number in x's representation
834 # Arguments: 1: A boolean that must be true or the assertion will fail