Searched refs:pairmap (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Tools/scripts/ |
D | texcheck.py | 63 def matchclose(c_lineno, c_symbol, openers, pairmap): argument 70 if o_symbol in pairmap.get(c_symbol, [c_symbol]): return 95 pairmap = {']':'[(', ')':'(['} # Munged openers 97 pairmap = {']':'[', ')':'('} # Normal opener for a given closer 129 matchclose(lineno, name, openers, pairmap) 130 elif punct in pairmap: 131 matchclose(lineno, punct, openers, pairmap)
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 236 pairmap=$(if $(strip $(2)),\ macro 238 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\ 357 $(call pairmap,install_map_templates,$(INSTALL_MAPS))
|