Searched defs:arglist (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsignalmodule.c928 PyObject *arglist = Py_BuildValue("(iO)", i, f); local
931 if (arglist) {
933 arglist);
934 Py_DECREF(arglist);
H A Dparsermodule.c968 VALIDATER(arglist); VALIDATER(argument); variable
2614 * '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
2764 /* arglist:
2777 return validate_numnodes(tree, nch + 1, "arglist");
2810 err_string("illegal arglist specification"
2825 err_string("illegal use of '*' in arglist");
2834 err_string("illegal use of '**' in arglist");
2839 err_string("illegal arglist specification");
2873 * '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsignalmodule.c920 PyObject *arglist = Py_BuildValue("(iO)", i, f); local
923 if (arglist) {
925 arglist);
926 Py_DECREF(arglist);
H A Dparsermodule.c939 VALIDATER(arglist); VALIDATER(argument); variable
2585 * '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
2735 /* arglist:
2748 return validate_numnodes(tree, nch + 1, "arglist");
2781 err_string("illegal arglist specification"
2796 err_string("illegal use of '*' in arglist");
2805 err_string("illegal use of '**' in arglist");
2810 err_string("illegal arglist specification");
2844 * '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h77 #define arglist 330 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h77 #define arglist 330 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py87 arglist = 330 variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.cpp858 int ANTLRParser::printMessageV(FILE* pFile, const char* pFormat, va_list arglist) // MR23 argument
860 return vfprintf(pFile, pFormat, arglist);

Completed in 23 milliseconds