Searched refs:suite (Results 51 - 51 of 51) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c191 case suite:
895 /* funcdef: 'def' NAME parameters ':' suite */
2725 /* suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT */
2731 REQ(n, suite);
2791 /* if_stmt: 'if' test ':' suite ('elif' test ':' suite)*
2792 ['else' ':' suite]
2911 /* while_stmt: 'while' test ':' suite ['else' ':' suite] */
2958 /* for_stmt: 'for' exprlist 'in' testlist ':' suite ['els
[all...]

Completed in 105 milliseconds

123