HomeSort by relevance Sort by last modified time
    Searched refs:defstr (Results 1 - 5 of 5) 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);
  /external/chromium_org/chrome_frame/
html_window_impl.h 84 STDMETHOD(prompt)(BSTR message, BSTR defstr, VARIANT* textdata) {
  /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 266 milliseconds