Home
last modified time | relevance | path

Searched refs:expr_end (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Parser/
H A Dstring_parser.c349 fstring_compile_expr(Parser *p, const char *expr_start, const char *expr_end, in fstring_compile_expr() argument
358 assert(expr_end >= expr_start); in fstring_compile_expr()
360 assert(*expr_end == '}' || *expr_end == '!' || *expr_end == ':' || in fstring_compile_expr()
361 *expr_end == '='); in fstring_compile_expr()
367 for (s = expr_start; s != expr_end; s++) { in fstring_compile_expr()
376 if (s == expr_end) { in fstring_compile_expr()
377 if (*expr_end == '!' || *expr_end in fstring_compile_expr()
565 const char *expr_end; fstring_find_expr() local
[all...]

Completed in 2 milliseconds