/* This file is generated automatically by convert.pl from global/manual.in. */ const char *progname = "global"; const char *usage_const = "Usage: global [-aGilnqrstTvx][-e] pattern\n\ global -c[qrsv] prefix\n\ global -f[anqrstvx] files\n\ global -g[aGilnoOqtvx][-e] pattern\n\ global -I[ailnqtvx][-e] pattern\n\ global -p[qrv]\n\ global -P[aGilnoOqtvx][-e] pattern\n\ global -u[qv]\n"; const char *help_const = "Commands:\n\ pattern\n\ Print object which match to the pattern.\n\ Extended regular expressions which are the same as those\n\ accepted by egrep(1) are available.\n\ -c, --completion [prefix]\n\ Print candidate definition names which start with specified\n\ prefix. Prefix is not specified,\n\ print all definition names.\n\ -f, --file files\n\ Print all tags in the files.\n\ This option implies -x option.\n\ -g, --grep\n\ Print all lines which match to the pattern.\n\ -I, --idutils\n\ Print all lines which match to the pattern.\n\ This function use idutils(1) as a search engine.\n\ To use this command, you need to install idutils(1)\n\ in your system and you must execute gtags(1)\n\ with -I option.\n\ -p, --print-dbpath\n\ Print the location of GTAGS.\n\ -P, --path [pattern]\n\ Print the path which match to the pattern.\n\ If no pattern specified, print all.\n\ -u, --update\n\ Locate tag files and update them incrementally.\n\ --version\n\ Show version number.\n\ --help\n\ Show help.\n\ Options:\n\ -a, --absolute\n\ Print absolute path name. By default, print relative path name.\n\ -e, --regexp pattern\n\ Use pattern as the pattern; useful to protect patterns\n\ beginning with -.\n\ -G, --basic-regexp\n\ Interpret pattern as a basic regular expression.\n\ The default is extended regular expression.\n\ This option is valid for the -g and -P command.\n\ -i, --ignore-case\n\ ignore case distinctions in pattern.\n\ -l, --local\n\ Print just objects which exist under the current directory.\n\ -n, --nofilter\n\ Suppress sort filter and path conversion filter.\n\ -o, --other\n\ Search pattern in not only source files but also other files\n\ like README.\n\ This option is valid only with -g or -P command.\n\ -O, --only-other\n\ Search pattern only in other files like README.\n\ This option is valid only with -g or -P command.\n\ This option override the -o option.\n\ -q, --quiet\n\ Quiet mode.\n\ -r, --reference, --rootdir\n\ Print the locations of object references.\n\ By default, print object definitions.\n\ With the -p option, print the root directory of source tree.\n\ --result format\n\ format may be 'path', `ctags', `ctags-x', `grep' or 'cscope'.\n\ The --result=ctags and --result=ctags-x are\n\ equivalent to the -t and -x respectively.\n\ The --result option is given to priority more than the -t and -x option.\n\ -s, --symbol\n\ Print the locations of specified symbol other than definitions.\n\ -t, --tags\n\ Print with standard ctags format.\n\ -T, --through\n\ Go through all the tag files listed in GTAGSLIBPATH.\n\ By default, stop searching when tag is found.\n\ This option is ignored when either -s, -r\n\ or -l option is specified.\n\ -v, --verbose\n\ Verbose mode.\n\ -x, --cxref\n\ In addition to the default output, produce the line number and\n\ the line contents.\n\ See also:\n\ GNU GLOBAL web site: http://www.gnu.org/software/global/\n\ ";