input             666 htags/asm.c    static int input (void );
input             947 htags/asm.c    		while ((c = input()) && c != EOF && c != '\n' && isspace(c))
input             964 htags/asm.c    			while ((c = input()) && c != EOF && c != '\n' && c != sep)
input            1441 htags/asm.c        static int input  (void)
input            1492 htags/asm.c    					return input();
input             702 htags/c.c      static int input (void );
input             992 htags/c.c      		while ((c = input()) && c != EOF && c != '\n' && isspace(c))
input            1009 htags/c.c      			while ((c = input()) && c != EOF && c != '\n' && c != sep)
input            1574 htags/c.c          static int input  (void)
input            1625 htags/c.c      					return input();
input              42 htags/cflowindex.c 	STRBUF *input = strbuf_open(0);
input              92 htags/cflowindex.c 	while ((cflow_posix = strbuf_fgets(input, ip, STRBUF_NOCRLF)) != NULL) {
input             213 htags/cflowindex.c 	strbuf_close(input);
input             666 htags/cpp.c    static int input (void );
input             947 htags/cpp.c    		while ((c = input()) && c != EOF && c != '\n' && isspace(c))
input             964 htags/cpp.c    			while ((c = input()) && c != EOF && c != sep && c != '\n')
input            1439 htags/cpp.c        static int input  (void)
input            1490 htags/cpp.c    					return input();
input             803 htags/fileindex.c 	STRBUF *input = strbuf_open(0);
input             822 htags/fileindex.c 	strbuf_reset(input);
input             823 htags/fileindex.c 	while ((ctags_x = strbuf_fgets(input, PIPE, STRBUF_NOCRLF)) != NULL) {
input             941 htags/fileindex.c 	strbuf_close(input);
input             643 htags/java.c   static int input (void );
input             907 htags/java.c   		while ((c = input()) && c != EOF && c != '\n' && c != ';')
input            1342 htags/java.c       static int input  (void)
input            1393 htags/java.c   					return input();
input             744 htags/php.c    static int input (void );
input            1090 htags/php.c    		while ((c = input()) && c != EOF && c != '\n' && isspace(c))
input            1101 htags/php.c    				c = input();
input            1110 htags/php.c    			while ((c = input()) && c != EOF && c != '\n' && c != sep)
input            1617 htags/php.c        static int input  (void)
input            1668 htags/php.c    					return input();
input              75 libparser/asm_parse.y %start input
input              83 libparser/asm_parse.y input:	/* empty */
input              84 libparser/asm_parse.y 	| input line
input             814 libparser/asm_scan.c static int input (void );
input            1669 libparser/asm_scan.c     static int input  (void)
input            1720 libparser/asm_scan.c 					return input();
input             880 libparser/php.c static int input (void );
input            1152 libparser/php.c 				while ((c = input()) != EOF) {
input            1155 libparser/php.c 						while ((c = input()) != EOF && c == '*')
input            1723 libparser/php.c     static int input  (void)
input            1774 libparser/php.c 					return input();