Searched +defs:builtins +defs:c (Results 1 – 4 of 4) sorted by relevance
111 static struct xcmd builtins[] = { variable224 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') argument225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') argument1960 int c; in getkeyid() local
319 char *c; in GetBytes() local339 char *c; in CreateStructuredString() local363 char *c = PyByteArray_AsString(m_py_obj); in GetBytes() local1469 auto builtins = PythonModule::BuiltinsModule(); in Init() local
268 struct xcmd builtins[] = { global() variable 428 ISSPACE(c) global() argument 429 ISEOL(c) global() argument 2930 int c; getkeyid() local 2972 u_char c; atoascii() local 2984 ONEOUT(c) atoascii() argument 3030 int c; makeascii() local [all...]
874 Builtin::Context &builtins, TranslationUnitKind TUKind) in ASTContext()11971 switch (char c = *Str++) { in DecodeTypeFromStr() local