HomeSort by relevance Sort by last modified time
    Searched defs:defstr (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libpopt/
popthelp.c 154 const char * defstr = D_(translation_domain, "default"); local
162 strcpy(le, defstr); le += strlen(le);
  /external/e2fsprogs/e2fsck/
util.c 188 const char *defstr; local
204 defstr = _(_("<y>"));
206 defstr = _(_("<n>"));
208 defstr = _(" (y/n)");
209 log_out(ctx, "%s%s? ", string, defstr);
  /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 439 milliseconds