n                1023 global/global.c                 for (n = 0; isdigit(*p); p++)                                  \
n                1024 global/global.c                         n = n * 10 + (*p - '0');                                \
n                1081 global/global.c 			int n = 0;
n                1130 global/global.c 						n = last + 1;
n                1131 global/global.c 						if (n > cont) {
n                1139 global/global.c 						cont = n + last;
n                1140 global/global.c 						n = last + 1;
n                1143 global/global.c 						n += last;
n                1145 global/global.c 					if (last_lineno != n && fp) {
n                1146 global/global.c 						while (lineno < n) {
n                1148 global/global.c 								die("unexpected end of file. '%s: %d/%d'", gtp->path, lineno, n);
n                1154 global/global.c 					convert_put_using(cv, tagname, gtp->path, n, src);
n                1156 global/global.c 					last_lineno = last = n;
n                1160 global/global.c 					for (n = 0; isdigit(*p); p++)
n                1161 global/global.c 						n = n * 10 + *p - '0';
n                1164 global/global.c 					if (last_lineno == n)
n                1166 global/global.c 					if (last_lineno != n && fp) {
n                1167 global/global.c 						while (lineno < n) {
n                1169 global/global.c 								die("unexpected end of file. '%s: %d/%d'", gtp->path, lineno, n);
n                1175 global/global.c 					convert_put_using(cv, tagname, gtp->path, n, src);
n                1177 global/global.c 					last_lineno = n;
n                 280 gtags-parser/asm_parse.c # define YYID(n) (n)
n                 143 gtags-parser/asm_scan.c #define yyless(n) \
n                 149 gtags-parser/asm_scan.c 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
n                 776 gtags-parser/asm_scan.c 		int c = '*', n; \
n                 777 gtags-parser/asm_scan.c 		for ( n = 0; n < max_size && \
n                 778 gtags-parser/asm_scan.c 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
n                 779 gtags-parser/asm_scan.c 			buf[n] = (char) c; \
n                 781 gtags-parser/asm_scan.c 			buf[n++] = (char) c; \
n                 784 gtags-parser/asm_scan.c 		result = n; \
n                1890 gtags-parser/asm_scan.c 	yy_size_t n;
n                1894 gtags-parser/asm_scan.c 	n = len + 2;
n                1895 gtags-parser/asm_scan.c 	buf = (char *) yy_flex_alloc( n );
n                1904 gtags-parser/asm_scan.c 	b = yy_scan_buffer( buf, n );
n                1990 gtags-parser/asm_scan.c #define yyless(n) \
n                1995 gtags-parser/asm_scan.c 		yy_c_buf_p = yytext + n; \
n                1998 gtags-parser/asm_scan.c 		yyleng = n; \
n                2007 gtags-parser/asm_scan.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
n                2009 gtags-parser/asm_scan.c static void yy_flex_strncpy( s1, s2, n )
n                2012 gtags-parser/asm_scan.c int n;
n                2016 gtags-parser/asm_scan.c 	for ( i = 0; i < n; ++i )
n                2029 gtags-parser/asm_scan.c 	register int n;
n                2030 gtags-parser/asm_scan.c 	for ( n = 0; s[n]; ++n )
n                2033 gtags-parser/asm_scan.c 	return n;
n                 143 gtags-parser/php.c #define yyless(n) \
n                 149 gtags-parser/php.c 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
n                 774 gtags-parser/php.c 		int c = '*', n; \
n                 775 gtags-parser/php.c 		for ( n = 0; n < max_size && \
n                 776 gtags-parser/php.c 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
n                 777 gtags-parser/php.c 			buf[n] = (char) c; \
n                 779 gtags-parser/php.c 			buf[n++] = (char) c; \
n                 782 gtags-parser/php.c 		result = n; \
n                1929 gtags-parser/php.c 	yy_size_t n;
n                1933 gtags-parser/php.c 	n = len + 2;
n                1934 gtags-parser/php.c 	buf = (char *) yy_flex_alloc( n );
n                1943 gtags-parser/php.c 	b = yy_scan_buffer( buf, n );
n                2029 gtags-parser/php.c #define yyless(n) \
n                2034 gtags-parser/php.c 		yy_c_buf_p = yytext + n; \
n                2037 gtags-parser/php.c 		yyleng = n; \
n                2046 gtags-parser/php.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
n                2048 gtags-parser/php.c static void yy_flex_strncpy( s1, s2, n )
n                2051 gtags-parser/php.c int n;
n                2055 gtags-parser/php.c 	for ( i = 0; i < n; ++i )
n                2068 gtags-parser/php.c 	register int n;
n                2069 gtags-parser/php.c 	for ( n = 0; s[n]; ++n )
n                2072 gtags-parser/php.c 	return n;
n                 139 htags-refkit/htags_path2url.c 	int n = 0;
n                 146 htags-refkit/htags_path2url.c 			n++; 
n                 148 htags-refkit/htags_path2url.c 	if ((m = (struct map *)malloc(sizeof(struct map) * n)) == NULL)
n                 155 htags-refkit/htags_path2url.c 	for (i = 0; i < n; i++) {
n                 172 htags-refkit/htags_path2url.c 	qsort(m, n, sizeof(struct map), cmp);
n                 174 htags-refkit/htags_path2url.c 	*lines = n;
n                 142 htags/asm.c    #define yyless(n) \
n                 148 htags/asm.c    		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
n                 597 htags/asm.c    		int c = '*', n; \
n                 598 htags/asm.c    		for ( n = 0; n < max_size && \
n                 599 htags/asm.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
n                 600 htags/asm.c    			buf[n] = (char) c; \
n                 602 htags/asm.c    			buf[n++] = (char) c; \
n                 605 htags/asm.c    		result = n; \
n                1636 htags/asm.c    	yy_size_t n;
n                1640 htags/asm.c    	n = len + 2;
n                1641 htags/asm.c    	buf = (char *) yy_flex_alloc( n );
n                1650 htags/asm.c    	b = yy_scan_buffer( buf, n );
n                1736 htags/asm.c    #define yyless(n) \
n                1741 htags/asm.c    		yy_c_buf_p = yytext + n; \
n                1744 htags/asm.c    		yyleng = n; \
n                1753 htags/asm.c    static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
n                1755 htags/asm.c    static void yy_flex_strncpy( s1, s2, n )
n                1758 htags/asm.c    int n;
n                1762 htags/asm.c    	for ( i = 0; i < n; ++i )
n                1775 htags/asm.c    	register int n;
n                1776 htags/asm.c    	for ( n = 0; s[n]; ++n )
n                1779 htags/asm.c    	return n;
n                 142 htags/c.c      #define yyless(n) \
n                 148 htags/c.c      		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
n                 633 htags/c.c      		int c = '*', n; \
n                 634 htags/c.c      		for ( n = 0; n < max_size && \
n                 635 htags/c.c      			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
n                 636 htags/c.c      			buf[n] = (char) c; \
n                 638 htags/c.c      			buf[n++] = (char) c; \
n                 641 htags/c.c      		result = n; \
n                1767 htags/c.c      	yy_size_t n;
n                1771 htags/c.c      	n = len + 2;
n                1772 htags/c.c      	buf = (char *) yy_flex_alloc( n );
n                1781 htags/c.c      	b = yy_scan_buffer( buf, n );
n                1867 htags/c.c      #define yyless(n) \
n                1872 htags/c.c      		yy_c_buf_p = yytext + n; \
n                1875 htags/c.c      		yyleng = n; \
n                1884 htags/c.c      static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
n                1886 htags/c.c      static void yy_flex_strncpy( s1, s2, n )
n                1889 htags/c.c      int n;
n                1893 htags/c.c      	for ( i = 0; i < n; ++i )
n                1906 htags/c.c      	register int n;
n                1907 htags/c.c      	for ( n = 0; s[n]; ++n )
n                1910 htags/c.c      	return n;
n                 142 htags/cpp.c    #define yyless(n) \
n                 148 htags/cpp.c    		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
n                 597 htags/cpp.c    		int c = '*', n; \
n                 598 htags/cpp.c    		for ( n = 0; n < max_size && \
n                 599 htags/cpp.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
n                 600 htags/cpp.c    			buf[n] = (char) c; \
n                 602 htags/cpp.c    			buf[n++] = (char) c; \
n                 605 htags/cpp.c    		result = n; \
n                1634 htags/cpp.c    	yy_size_t n;
n                1638 htags/cpp.c    	n = len + 2;
n                1639 htags/cpp.c    	buf = (char *) yy_flex_alloc( n );
n                1648 htags/cpp.c    	b = yy_scan_buffer( buf, n );
n                1734 htags/cpp.c    #define yyless(n) \
n                1739 htags/cpp.c    		yy_c_buf_p = yytext + n; \
n                1742 htags/cpp.c    		yyleng = n; \
n                1751 htags/cpp.c    static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
n                1753 htags/cpp.c    static void yy_flex_strncpy( s1, s2, n )
n                1756 htags/cpp.c    int n;
n                1760 htags/cpp.c    	for ( i = 0; i < n; ++i )
n                1773 htags/cpp.c    	register int n;
n                1774 htags/cpp.c    	for ( n = 0; s[n]; ++n )
n                1777 htags/cpp.c    	return n;
n                 272 htags/fileindex.c insert_comma(unsigned int n)
n                 280 htags/fileindex.c 	if (n == 0)
n                 282 htags/fileindex.c 	if (n > 1000000000)
n                 285 htags/fileindex.c 	for (; n > 0; n = n / 10) {
n                 293 htags/fileindex.c 		result[--i] = n % 10 + '0';
n                 553 htags/htags.c  	int n, last = 7;
n                 567 htags/htags.c  	for (n = 0; n <= last; n++) {
n                 569 htags/htags.c  			fputs(gen_image(CURRENT, icons[n], label[n]), op);
n                 570 htags/htags.c  			if (n < last)
n                 573 htags/htags.c  			fprintf(op, "[%s]", label[n]);
n                 584 htags/htags.c  	for (n = 0; n <= last; n++) {
n                 587 htags/htags.c  			fputs(gen_image(CURRENT, icons[n], label[n]), op);
n                 589 htags/htags.c  			fprintf(op, "[%s]", label[n]);
n                 593 htags/htags.c  		fputs(msg[n], op);
n                1046 htags/htags.c  	int i, n;
n                1099 htags/htags.c  	if (getconfn("ncol", &n)) {
n                1100 htags/htags.c  		if (n < 1 || n > 10)
n                1101 htags/htags.c  			warning("parameter 'ncol' ignored because the value (=%d) is too large or too small.", n);
n                1103 htags/htags.c  			ncol = n;
n                1105 htags/htags.c  	if (getconfn("tabs", &n)) {
n                1106 htags/htags.c  		if (n < 1 || n > 32)
n                1107 htags/htags.c  			warning("parameter 'tabs' ignored because the value (=%d) is too large or too small.", n);
n                1109 htags/htags.c  			tabs = n;
n                1111 htags/htags.c  	if (getconfn("flist_fields", &n)) {
n                1112 htags/htags.c  		if (n < 1)
n                1113 htags/htags.c  			warning("parameter 'flist_fields' ignored because the value (=%d) is too large or too small.", n);
n                1115 htags/htags.c  			flist_fields = n;
n                 142 htags/java.c   #define yyless(n) \
n                 148 htags/java.c   		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
n                 574 htags/java.c   		int c = '*', n; \
n                 575 htags/java.c   		for ( n = 0; n < max_size && \
n                 576 htags/java.c   			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
n                 577 htags/java.c   			buf[n] = (char) c; \
n                 579 htags/java.c   			buf[n++] = (char) c; \
n                 582 htags/java.c   		result = n; \
n                1540 htags/java.c   	yy_size_t n;
n                1544 htags/java.c   	n = len + 2;
n                1545 htags/java.c   	buf = (char *) yy_flex_alloc( n );
n                1554 htags/java.c   	b = yy_scan_buffer( buf, n );
n                1640 htags/java.c   #define yyless(n) \
n                1645 htags/java.c   		yy_c_buf_p = yytext + n; \
n                1648 htags/java.c   		yyleng = n; \
n                1657 htags/java.c   static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
n                1659 htags/java.c   static void yy_flex_strncpy( s1, s2, n )
n                1662 htags/java.c   int n;
n                1666 htags/java.c   	for ( i = 0; i < n; ++i )
n                1679 htags/java.c   	register int n;
n                1680 htags/java.c   	for ( n = 0; s[n]; ++n )
n                1683 htags/java.c   	return n;
n                  49 htags/path2url.c 	int n;
n                  61 htags/path2url.c 		n = atoi(no);
n                  62 htags/path2url.c 		if (n > nextkey)
n                  63 htags/path2url.c 			nextkey = n;
n                 142 htags/php.c    #define yyless(n) \
n                 148 htags/php.c    		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
n                 658 htags/php.c    		int c = '*', n; \
n                 659 htags/php.c    		for ( n = 0; n < max_size && \
n                 660 htags/php.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
n                 661 htags/php.c    			buf[n] = (char) c; \
n                 663 htags/php.c    			buf[n++] = (char) c; \
n                 666 htags/php.c    		result = n; \
n                1783 htags/php.c    	yy_size_t n;
n                1787 htags/php.c    	n = len + 2;
n                1788 htags/php.c    	buf = (char *) yy_flex_alloc( n );
n                1797 htags/php.c    	b = yy_scan_buffer( buf, n );
n                1883 htags/php.c    #define yyless(n) \
n                1888 htags/php.c    		yy_c_buf_p = yytext + n; \
n                1891 htags/php.c    		yyleng = n; \
n                1900 htags/php.c    static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
n                1902 htags/php.c    static void yy_flex_strncpy( s1, s2, n )
n                1905 htags/php.c    int n;
n                1909 htags/php.c    	for ( i = 0; i < n; ++i )
n                1922 htags/php.c    	register int n;
n                1923 htags/php.c    	for ( n = 0; s[n]; ++n )
n                1926 htags/php.c    	return n;
n                  98 libdb/bt_split.c 	u_int32_t n, nbytes, nksize = 0;
n                 199 libdb/bt_split.c 				n = NBINTERNAL(nksize);
n                 200 libdb/bt_split.c 				if (n < nbytes) {
n                 202 libdb/bt_split.c 					bt_pfxsaved += nbytes - n;
n                 204 libdb/bt_split.c 					nbytes = n;
n                 104 libdb/btree.h  #define	LALIGN(n)	(((n) + sizeof(pgno_t) - 1) & ~(sizeof(pgno_t) - 1))
n                 110 libdb/compat.h #define	bcmp(a, b, n)		memcmp(a, b, n)
n                 113 libdb/compat.h #define	bcopy(a, b, n)		memmove(b, a, n)
n                 123 libdb/compat.h #define	memcmp(a, b, n)		bcmp(a, b, n)
n                 126 libdb/compat.h #define	memmove(a, b, n)	bcopy(b, a, n)
n                 240 libglibc/obstack.h #define obstack_blank_fast(h,n) ((h)->next_free += (n))
n                 137 libglibc/regex.c #     define bzero(s, n)	(memset (s, '\0', n), (s))
n                 139 libglibc/regex.c #     define bzero(s, n)	__bzero (s, n)
n                 145 libglibc/regex.c #    define memcmp(s1, s2, n)	bcmp (s1, s2, n)
n                 148 libglibc/regex.c #    define memcpy(d, s, n)	(bcopy (s, d, n), (d))
n                 359 libglibc/regex.c #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t)))
n                 360 libglibc/regex.c #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
n                 361 libglibc/regex.c #define RETALLOC_IF(addr, n, t) \
n                 362 libglibc/regex.c   if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
n                 363 libglibc/regex.c #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
n                1613 libglibc/regex.c #define GET_BUFFER_SPACE(n)						\
n                1614 libglibc/regex.c     while ((unsigned long) (b - bufp->buffer + (n)) > bufp->allocated)	\
n                  76 libutil/die.c  die_with_code(int n, const char *s, ...)
n                  91 libutil/die.c  	exit(n);
n                  50 libutil/die.h  void die_with_code(int n, const char *s, ...)
n                 113 libutil/gtagsop.c seekto(const char *string, int n)
n                 116 libutil/gtagsop.c 	while (n--) {
n                 771 libutil/gtagsop.c 				int n = lno_array[i];
n                 773 libutil/gtagsop.c 				if (n == last)
n                 775 libutil/gtagsop.c 				if (last > 0 && n == last + 1) {
n                 781 libutil/gtagsop.c 							strbuf_putn(gtop->sb, n);
n                 796 libutil/gtagsop.c 						strbuf_putn(gtop->sb, n - last);
n                 798 libutil/gtagsop.c 						strbuf_putn(gtop->sb, n);
n                 805 libutil/gtagsop.c 				last = n;
n                 817 libutil/gtagsop.c 				int n = lno_array[i];
n                 819 libutil/gtagsop.c 				if (n == last)
n                 823 libutil/gtagsop.c 				strbuf_putn(gtop->sb, n);
n                 828 libutil/gtagsop.c 				last = n;
n                 241 libutil/strbuf.c strbuf_putn(STRBUF *sb, int n)
n                 243 libutil/strbuf.c 	if (n == 0) {
n                 249 libutil/strbuf.c 		while (n) {
n                 252 libutil/strbuf.c 			num[i++] = n % 10 + '0';
n                 253 libutil/strbuf.c 			n = n / 10;
n                  39 libutil/strlimcpy.c 	int n = (int)limit;
n                  42 libutil/strlimcpy.c 	while (n--)
n                  51 libutil/tab.c  settabs(int n)
n                  53 libutil/tab.c  	if (n < 1 || n > 32)
n                  55 libutil/tab.c  	tabs = n;
n                  72 libutil/tab.c  		int n = (spaces < size) ? spaces : size;			\
n                  73 libutil/tab.c  		dest += n;							\
n                  74 libutil/tab.c  		size -= n;							\
n                  75 libutil/tab.c  		spaces -= n;							\
n                  78 libutil/tab.c  		} while (--n);							\