OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defstr
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
util.c
137
const char *
defstr
;
local
153
defstr
= _(_("<y>"));
155
defstr
= _(_("<n>"));
157
defstr
= _(" (y/n)");
158
printf("%s%s? ", string,
defstr
);
/external/oprofile/libpopt/
popthelp.c
154
const char *
defstr
= D_(translation_domain, "default");
local
162
strcpy(le,
defstr
); le += strlen(le);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
3856
defstr
= ("def %(key)s%(pl1)s: return _getscreen().%(key)s%(pl2)s" %
variable
3866
defstr
= ("def %(key)s%(pl1)s: return _getpen().%(key)s%(pl2)s" %
variable
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
3856
defstr
= ("def %(key)s%(pl1)s: return _getscreen().%(key)s%(pl2)s" %
variable
3866
defstr
= ("def %(key)s%(pl1)s: return _getpen().%(key)s%(pl2)s" %
variable
[
all
...]
Completed in 2021 milliseconds