OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eopts
(Results
1 - 5
of
5
) sorted by null
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c
316
char **aargv, **eargv, *
eopts
;
local
362
eopts
= getenv("GREP_OPTIONS");
366
if (
eopts
!= NULL) {
370
for (j = 0; j < strlen(
eopts
); j++)
371
if (
eopts
[j] == ' ')
378
while ((str = strsep(&
eopts
, " ")) != NULL)
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py
228
eopts
= opts['element create']
229
etype =
eopts
[0]
233
while argc < len(
eopts
) and not hasattr(
eopts
[argc], 'iteritems'):
236
elemargs =
eopts
[1:argc]
237
elemkw =
eopts
[argc] if argc < len(
eopts
) and
eopts
[argc] else {}
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py
228
eopts
= opts['element create']
229
etype =
eopts
[0]
233
while argc < len(
eopts
) and not hasattr(
eopts
[argc], 'iteritems'):
236
elemargs =
eopts
[1:argc]
237
elemkw =
eopts
[argc] if argc < len(
eopts
) and
eopts
[argc] else {}
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
228
eopts
= opts['element create']
229
etype =
eopts
[0]
233
while argc < len(
eopts
) and not hasattr(
eopts
[argc], 'iteritems'):
236
elemargs =
eopts
[1:argc]
237
elemkw =
eopts
[argc] if argc < len(
eopts
) and
eopts
[argc] else {}
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
228
eopts
= opts['element create']
229
etype =
eopts
[0]
233
while argc < len(
eopts
) and not hasattr(
eopts
[argc], 'iteritems'):
236
elemargs =
eopts
[1:argc]
237
elemkw =
eopts
[argc] if argc < len(
eopts
) and
eopts
[argc] else {}
[
all
...]
Completed in 4747 milliseconds