Home | History | Annotate | Download | only in doc

Lines Matching refs:funcs

68   "XMLPUBFUN": (0, "Special macro for extern funcs for win32"),
69 "XSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
70 "EXSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
1916 funcs = {}
1924 if param[0] in funcs:
1925 funcs[param[0]].append(name)
1927 funcs[param[0]] = [name]
1930 typ = list(funcs.keys())
1937 ids = funcs[type]
1947 funcs = {}
1954 if ret[0] in funcs:
1955 funcs[ret[0]].append(name)
1957 funcs[ret[0]] = [name]
1960 typ = list(funcs.keys())
1967 ids = funcs[type]