Lines Matching defs:GNU
36 Python source code, generating .pot files identical to what GNU xgettext[2]
37 generates for C and C++ code. From there, the standard GNU tools can be
40 A word about marking Python strings as candidates for translation. GNU
58 NOTE: pygettext attempts to be option and feature compatible with GNU
127 GNU #: filename:line
129 The style name is case insensitive. GNU style is the default.
497 # location comments are different b/w Solaris and GNU:
503 elif options.locationstyle == options.GNU:
543 GNU = 1
552 locationstyle = GNU
560 locations = {'gnu' : options.GNU,