c_reserved_word   128 gtags-parser/C.c 	while ((cc = nexttoken(interested, c_reserved_word)) != EOF) {
c_reserved_word   267 gtags-parser/C.c 			if ((c = nexttoken(interested, c_reserved_word)) != SYMBOL) {
c_reserved_word   274 gtags-parser/C.c 				while ((c = nexttoken("()", c_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')')
c_reserved_word   293 gtags-parser/C.c 			while ((c = nexttoken(interested, c_reserved_word)) != EOF && c != '\n')
c_reserved_word   305 gtags-parser/C.c 			(void)nexttoken(interested, c_reserved_word);
c_reserved_word   310 gtags-parser/C.c 			c = nexttoken(interested, c_reserved_word);
c_reserved_word   322 gtags-parser/C.c 				c = nexttoken(interested, c_reserved_word);
c_reserved_word   327 gtags-parser/C.c 				for (; c != EOF; c = nexttoken(interested, c_reserved_word)) {
c_reserved_word   384 gtags-parser/C.c 					c = nexttoken("{}(),;", c_reserved_word);
c_reserved_word   394 gtags-parser/C.c 					c = nexttoken(interest_enum, c_reserved_word);
c_reserved_word   407 gtags-parser/C.c 						c = nexttoken(interest_enum, c_reserved_word);
c_reserved_word   409 gtags-parser/C.c 					for (; c != EOF; c = nexttoken(interest_enum, c_reserved_word)) {
c_reserved_word   465 gtags-parser/C.c 				while ((c = nexttoken("(),;", c_reserved_word)) != EOF) {
c_reserved_word   544 gtags-parser/C.c 	while ((c = nexttoken("()", c_reserved_word)) != EOF) {
c_reserved_word   577 gtags-parser/C.c 	while ((c = nexttoken("()", c_reserved_word)) != EOF) {
c_reserved_word   614 gtags-parser/C.c 	while ((c = nexttoken(",;[](){}=", c_reserved_word)) != EOF) {
c_reserved_word   682 gtags-parser/C.c 		else if ((cc = nexttoken(NULL, c_reserved_word)) == SYMBOL && !strcmp(token, "notdef"))
c_reserved_word   716 gtags-parser/C.c 	while ((cc = nexttoken(NULL, c_reserved_word)) != EOF && cc != '\n') {
c_reserved_word  1024 htags/c.c      {