Home
last modified time | relevance | path

Searched refs:match_an_address_p (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c945 static bool match_an_address_p P_((struct addr *, struct input *));
947 match_an_address_p(addr, input) in match_an_address_p() function
1009 return match_an_address_p(cmd->a1, input);
1011 if (!match_an_address_p(cmd->a1, input))
1055 if (match_an_address_p(cmd->a2, input))
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog634 (match_an_address_p): Suit to new match_address_p.
1384 * execute.c(match_an_address_p,process_files),
1446 * execute.c(match_an_address_p): added third argument (and changed
1647 * sed/execute.c(match_an_address_p): deleted "is_addr2_p"
2047 of calls to nul_append() (in match_an_address_p()
2135 sed/execute.c(match_an_address_p): update semantics of
2419 * sed/execute.c (match_an_address_p, match_address_p): if