HomeSort by relevance Sort by last modified time
    Searched refs:found_docstring (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
future.c 60 int i, found_docstring = 0, done = 0, prev_line = 0; local
105 else if (s->kind == Expr_kind && !found_docstring) {
110 found_docstring = 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
future.c 60 int i, found_docstring = 0, done = 0, prev_line = 0; local
110 else if (s->kind == Expr_kind && !found_docstring) {
115 found_docstring = 1;
  /external/python/cpython2/Python/
future.c 60 int i, found_docstring = 0, done = 0, prev_line = 0; local
105 else if (s->kind == Expr_kind && !found_docstring) {
110 found_docstring = 1;

Completed in 740 milliseconds