OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infunc
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Lib/test/
test_code_module.py
23
self.
infunc
= stack.enter_context(mock.patch('code.input',
35
self.
infunc
.side_effect = EOFError('Finished')
43
self.
infunc
.side_effect = EOFError('Finished')
51
self.
infunc
.side_effect = ["'antioch'", "", EOFError('Finished')]
60
self.
infunc
.side_effect = ["undefined", EOFError('Finished')]
69
self.
infunc
.side_effect = ["raise ValueError('')",
78
self.
infunc
.side_effect = EOFError('Finished')
86
self.
infunc
.side_effect = EOFError('Finished')
92
self.
infunc
.side_effect = EOFError('Finished')
101
self.
infunc
.side_effect = EOFError('Finished'
[
all
...]
/external/one-true-awk/
lex.c
33
extern int
infunc
;
313
if (c == '(' || c == '[' || (
infunc
&& isarg(buf) >= 0)) {
474
if (
infunc
)
478
if (!
infunc
)
489
if (c != '(' &&
infunc
&& (n=isarg(w)) >= 0) {
awkgram.y
35
int
infunc
= 0; /* = 1 if in arglist or body of func */
184
| FUNC funcname '(' varlist rparen {
infunc
++;} lbrace stmtlist '}'
185
{
infunc
--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
329
| NEXT st { if (
infunc
)
332
| NEXTFILE st { if (
infunc
)
ytab.c
76
int
infunc
= 0; /* = 1 if in arglist or body of func */
variable
[
all
...]
Completed in 3491 milliseconds