optchar           227 global/global.c 	int optchar;
optchar           230 global/global.c 	while ((optchar = getopt_long(argc, argv, "ace:ifgGIlnoOpPqrstTuvx", long_options, &option_index)) != EOF) {
optchar           231 global/global.c 		switch (optchar) {
optchar           239 global/global.c 			setcom(optchar);
optchar           247 global/global.c 			setcom(optchar);
optchar           265 global/global.c 			setcom(optchar);
optchar           275 global/global.c 			setcom(optchar);
optchar           285 global/global.c 			setcom(optchar);
optchar           289 global/global.c 			setcom(optchar);
optchar           309 global/global.c 			setcom(optchar);
optchar           127 gtags-cscope/gtags-cscope.c 	int optchar;
optchar           130 gtags-cscope/gtags-cscope.c 	while ((optchar = getopt_long(argc, argv, "bCcdeF:f:hI:i:kLlp:qRs:TUuVv0123456789", long_options, &option_index)) != EOF) {
optchar           131 gtags-cscope/gtags-cscope.c 		switch (optchar) {
optchar           162 gtags-parser/gctags.c 	int optchar;
optchar           165 gtags-parser/gctags.c 	while ((optchar = getopt_long(argc, argv, "bdenqrstvw", long_options, &option_index)) != EOF) {
optchar           166 gtags-parser/gctags.c 		switch(optchar) {
optchar           158 gtags/gtags.c  	int optchar;
optchar           161 gtags/gtags.c  	while ((optchar = getopt_long(argc, argv, "f:iIn:oqvwse", long_options, &option_index)) != EOF) {
optchar           162 gtags/gtags.c  		switch (optchar) {
optchar          1438 htags/htags.c  	int optchar;
optchar          1456 htags/htags.c  	while ((optchar = getopt_long(argc, argv, "acCd:DfFghIm:noqsS:t:Tvwx", long_options, &option_index)) != EOF) {
optchar          1457 htags/htags.c  		switch (optchar) {