HomeSort by: relevance | last modified time | path
    Searched defs:pluralize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
pretty_printers.py 223 def pluralize(text, n, suffix="s"): function
326 print("%d %s %s" % (total, pluralize("printer", total), state))
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
pretty_printers.py 223 def pluralize(text, n, suffix="s"): function
326 print("%d %s %s" % (total, pluralize("printer", total), state))

Completed in 27 milliseconds