Searched defs:addr (Results 1 – 4 of 4) sorted by relevance
106 struct addr { struct107 enum addr_types addr_type; argument108 countT addr_number; argument109 countT addr_step; argument110 struct regex *addr_regex; argument
937 compile_address(addr, ch) in compile_address() argument
947 match_an_address_p(addr, input) in match_an_address_p() argument
101 static char *addr = NULL; /* Address of first `dummy', once known. */ in find_stack_direction() local