c                 154 global/global.c setcom(int c)
c                 157 global/global.c 		command = c;
c                 158 global/global.c 	else if (command != c)
c                  65 gozilla/gozilla.c #define isblank(c)	((c) == ' ' || (c) == '\t')
c                 202 gozilla/gozilla.c 	char c;
c                 207 gozilla/gozilla.c 	while (--argc > 0 && ((c = (++argv)[0][0]) == '-' || c == '+')) {
c                 223 gozilla/gozilla.c 		if (c == '+') {
c                  52 gtags-parser/C.c #define IS_TYPE_QUALIFIER(c)	((c) == C_CONST || (c) == C_RESTRICT || (c) == C_VOLATILE)
c                  97 gtags-parser/C.c 	int c, cc;
c                 267 gtags-parser/C.c 			if ((c = nexttoken(interested, c_reserved_word)) != SYMBOL) {
c                 274 gtags-parser/C.c 				while ((c = nexttoken("()", c_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')')
c                 275 gtags-parser/C.c 					if (c == SYMBOL && target == SYM)
c                 277 gtags-parser/C.c 				if (c == '\n')
c                 293 gtags-parser/C.c 			while ((c = nexttoken(interested, c_reserved_word)) != EOF && c != '\n')
c                 310 gtags-parser/C.c 			c = nexttoken(interested, c_reserved_word);
c                 311 gtags-parser/C.c 			if (c == SYMBOL) {
c                 322 gtags-parser/C.c 				c = nexttoken(interested, c_reserved_word);
c                 324 gtags-parser/C.c 			if (c == '{' /* } */ && cc == C_ENUM) {
c                 327 gtags-parser/C.c 				for (; c != EOF; c = nexttoken(interested, c_reserved_word)) {
c                 328 gtags-parser/C.c 					switch (c) {
c                 335 gtags-parser/C.c 						condition_macro(c, target);
c                 340 gtags-parser/C.c 					if (c == '{')
c                 342 gtags-parser/C.c 					else if (c == '}') {
c                 345 gtags-parser/C.c 					} else if (c == SYMBOL) {
c                 384 gtags-parser/C.c 					c = nexttoken("{}(),;", c_reserved_word);
c                 385 gtags-parser/C.c 				} while (IS_TYPE_QUALIFIER(c) || c == '\n');
c                 387 gtags-parser/C.c 				if (wflag && c == EOF) {
c                 390 gtags-parser/C.c 				} else if (c == C_ENUM || c == C_STRUCT || c == C_UNION) {
c                 392 gtags-parser/C.c 					int c_ = c;
c                 394 gtags-parser/C.c 					c = nexttoken(interest_enum, c_reserved_word);
c                 396 gtags-parser/C.c 					if (c == SYMBOL) {
c                 407 gtags-parser/C.c 						c = nexttoken(interest_enum, c_reserved_word);
c                 409 gtags-parser/C.c 					for (; c != EOF; c = nexttoken(interest_enum, c_reserved_word)) {
c                 410 gtags-parser/C.c 						switch (c) {
c                 417 gtags-parser/C.c 							condition_macro(c, target);
c                 422 gtags-parser/C.c 						if (c == ';' && level == typedef_savelevel) {
c                 426 gtags-parser/C.c 						} else if (c == '{')
c                 428 gtags-parser/C.c 						else if (c == '}') {
c                 431 gtags-parser/C.c 						} else if (c == SYMBOL) {
c                 452 gtags-parser/C.c 					if (c == ';')
c                 454 gtags-parser/C.c 					if (wflag && c == EOF) {
c                 458 gtags-parser/C.c 				} else if (c == SYMBOL) {
c                 465 gtags-parser/C.c 				while ((c = nexttoken("(),;", c_reserved_word)) != EOF) {
c                 466 gtags-parser/C.c 					switch (c) {
c                 473 gtags-parser/C.c 						condition_macro(c, target);
c                 478 gtags-parser/C.c 					if (c == '(')
c                 480 gtags-parser/C.c 					else if (c == ')')
c                 482 gtags-parser/C.c 					else if (c == SYMBOL) {
c                 496 gtags-parser/C.c 					} else if (c == ',' || c == ';') {
c                 503 gtags-parser/C.c 					if (level == typedef_savelevel && c == ';')
c                 507 gtags-parser/C.c 					if (c == EOF)
c                 539 gtags-parser/C.c 	int c;
c                 544 gtags-parser/C.c 	while ((c = nexttoken("()", c_reserved_word)) != EOF) {
c                 545 gtags-parser/C.c 		if (c == '(')
c                 547 gtags-parser/C.c 		else if (c == ')')
c                 549 gtags-parser/C.c 		else if (c == SYMBOL) {
c                 572 gtags-parser/C.c 	int c;
c                 577 gtags-parser/C.c 	while ((c = nexttoken("()", c_reserved_word)) != EOF) {
c                 578 gtags-parser/C.c 		switch (c) {
c                 585 gtags-parser/C.c 			condition_macro(c, target);
c                 590 gtags-parser/C.c 		if (c == '('/* ) */)
c                 592 gtags-parser/C.c 		else if (c == /* ( */')') {
c                 597 gtags-parser/C.c 		if (c == SYMBOL) {
c                 611 gtags-parser/C.c 	if (c == EOF)
c                 614 gtags-parser/C.c 	while ((c = nexttoken(",;[](){}=", c_reserved_word)) != EOF) {
c                 615 gtags-parser/C.c 		switch (c) {
c                 622 gtags-parser/C.c 			condition_macro(c, target);
c                 630 gtags-parser/C.c 		if (c == '('/* ) */ || c == '[')
c                 632 gtags-parser/C.c 		else if (c == /* ( */')' || c == ']')
c                 635 gtags-parser/C.c 		    && ((c == SYMBOL && strcmp(token, "__THROW")) || IS_RESERVED_WORD(c)))
c                 637 gtags-parser/C.c 		else if (c == ';' || c == ',') {
c                 640 gtags-parser/C.c 		} else if (c == '{' /* } */) {
c                 643 gtags-parser/C.c 		} else if (c == /* { */'}')
c                 645 gtags-parser/C.c 		else if (c == '=')
c                 649 gtags-parser/C.c 		if (c == SYMBOL) {
c                  54 gtags-parser/Cpp.c #define IS_CV_QUALIFIER(c)      ((c) == CPP_CONST || (c) == CPP_VOLATILE)
c                  76 gtags-parser/Cpp.c 	int c, cc;
c                 154 gtags-parser/Cpp.c 			if ((c = nexttoken(interested, cpp_reserved_word)) == CPP_NAMESPACE) {
c                 155 gtags-parser/Cpp.c 				if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) {
c                 168 gtags-parser/Cpp.c 				if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL)
c                 172 gtags-parser/Cpp.c 			while ((c = nexttoken(interested, cpp_reserved_word)) == '\n')
c                 177 gtags-parser/Cpp.c 			if (c == '{') /* } */ {
c                 181 gtags-parser/Cpp.c 					warning("missing namespace block. [+%d %s](0x%x).", lineno, curfile, c);
c                 186 gtags-parser/Cpp.c 			if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) {
c                 265 gtags-parser/Cpp.c 			if ((c = nexttoken(interested, cpp_reserved_word)) != SYMBOL) {
c                 272 gtags-parser/Cpp.c 				while ((c = nexttoken("()", cpp_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')')
c                 273 gtags-parser/Cpp.c 					if (c == SYMBOL && target == SYM)
c                 275 gtags-parser/Cpp.c 				if (c == '\n')
c                 291 gtags-parser/Cpp.c 			while ((c = nexttoken(interested, cpp_reserved_word)) != EOF && c != '\n')
c                 306 gtags-parser/Cpp.c 			if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL)
c                 313 gtags-parser/Cpp.c 			c = nexttoken(interested, cpp_reserved_word);
c                 314 gtags-parser/Cpp.c 			if (c == SYMBOL) {
c                 325 gtags-parser/Cpp.c 				c = nexttoken(interested, cpp_reserved_word);
c                 327 gtags-parser/Cpp.c 			if (c == '{' /* } */ && cc == CPP_ENUM) {
c                 330 gtags-parser/Cpp.c 				for (; c != EOF; c = nexttoken(interested, cpp_reserved_word)) {
c                 331 gtags-parser/Cpp.c 					switch (c) {
c                 338 gtags-parser/Cpp.c 						condition_macro(c, target);
c                 343 gtags-parser/Cpp.c 					if (c == '{')
c                 345 gtags-parser/Cpp.c 					else if (c == '}') {
c                 348 gtags-parser/Cpp.c 					} else if (c == SYMBOL) {
c                 361 gtags-parser/Cpp.c 				while ((c = nexttoken("<>", cpp_reserved_word)) != EOF) {
c                 362 gtags-parser/Cpp.c 					if (c == '<')
c                 364 gtags-parser/Cpp.c 					else if (c == '>') {
c                 367 gtags-parser/Cpp.c 					} else if (c == SYMBOL) {
c                 372 gtags-parser/Cpp.c 				if (c == EOF && wflag)
c                 377 gtags-parser/Cpp.c 			while ((c = nexttoken(";{", /* } */ cpp_reserved_word)) != EOF) {
c                 378 gtags-parser/Cpp.c 				if (c == '{') /* } */ {
c                 381 gtags-parser/Cpp.c 				} else if (c == ';') {
c                 383 gtags-parser/Cpp.c 				} else if (c == SYMBOL) {
c                 388 gtags-parser/Cpp.c 			if (c == EOF && wflag)
c                 426 gtags-parser/Cpp.c 					c = nexttoken("{}(),;", cpp_reserved_word);
c                 427 gtags-parser/Cpp.c 				} while (IS_CV_QUALIFIER(c) || c == '\n');
c                 429 gtags-parser/Cpp.c 				if (wflag && c == EOF) {
c                 432 gtags-parser/Cpp.c 				} else if (c == CPP_ENUM || c == CPP_STRUCT || c == CPP_UNION) {
c                 434 gtags-parser/Cpp.c 					int c_ = c;
c                 436 gtags-parser/Cpp.c 					c = nexttoken(interest_enum, cpp_reserved_word);
c                 438 gtags-parser/Cpp.c 					if (c == SYMBOL) {
c                 449 gtags-parser/Cpp.c 						c = nexttoken(interest_enum, cpp_reserved_word);
c                 451 gtags-parser/Cpp.c 					for (; c != EOF; c = nexttoken(interest_enum, cpp_reserved_word)) {
c                 452 gtags-parser/Cpp.c 						switch (c) {
c                 459 gtags-parser/Cpp.c 							condition_macro(c, target);
c                 464 gtags-parser/Cpp.c 						if (c == ';' && level == typedef_savelevel) {
c                 468 gtags-parser/Cpp.c 						} else if (c == '{')
c                 470 gtags-parser/Cpp.c 						else if (c == '}') {
c                 473 gtags-parser/Cpp.c 						} else if (c == SYMBOL) {
c                 494 gtags-parser/Cpp.c 					if (c == ';')
c                 496 gtags-parser/Cpp.c 					if (wflag && c == EOF) {
c                 500 gtags-parser/Cpp.c 				} else if (c == SYMBOL) {
c                 507 gtags-parser/Cpp.c 				while ((c = nexttoken("(),;", cpp_reserved_word)) != EOF) {
c                 508 gtags-parser/Cpp.c 					switch (c) {
c                 515 gtags-parser/Cpp.c 						condition_macro(c, target);
c                 520 gtags-parser/Cpp.c 					if (c == '(')
c                 522 gtags-parser/Cpp.c 					else if (c == ')')
c                 524 gtags-parser/Cpp.c 					else if (c == SYMBOL) {
c                 538 gtags-parser/Cpp.c 					} else if (c == ',' || c == ';') {
c                 545 gtags-parser/Cpp.c 					if (level == typedef_savelevel && c == ';')
c                 549 gtags-parser/Cpp.c 					if (c == EOF)
c                 581 gtags-parser/Cpp.c 	int c;
c                 586 gtags-parser/Cpp.c 	while ((c = nexttoken("()", cpp_reserved_word)) != EOF) {
c                 587 gtags-parser/Cpp.c 		if (c == '(')
c                 589 gtags-parser/Cpp.c 		else if (c == ')')
c                 591 gtags-parser/Cpp.c 		else if (c == SYMBOL) {
c                 612 gtags-parser/Cpp.c 	int c;
c                 616 gtags-parser/Cpp.c 	while ((c = nexttoken("()", cpp_reserved_word)) != EOF) {
c                 617 gtags-parser/Cpp.c 		switch (c) {
c                 624 gtags-parser/Cpp.c 			condition_macro(c, target);
c                 629 gtags-parser/Cpp.c 		if (c == '('/* ) */)
c                 631 gtags-parser/Cpp.c 		else if (c == /* ( */')') {
c                 636 gtags-parser/Cpp.c 		if (c == SYMBOL) {
c                 646 gtags-parser/Cpp.c 	if (c == EOF)
c                 653 gtags-parser/Cpp.c 	while ((c = nexttoken(",;[](){}=", cpp_reserved_word)) != EOF) {
c                 654 gtags-parser/Cpp.c 		switch (c) {
c                 661 gtags-parser/Cpp.c 			condition_macro(c, target);
c                 669 gtags-parser/Cpp.c 		if (c == '('/* ) */ || c == '[')
c                 671 gtags-parser/Cpp.c 		else if (c == /* ( */')' || c == ']')
c                 673 gtags-parser/Cpp.c 		else if (brace_level == 0 && (c == ';' || c == ','))
c                 675 gtags-parser/Cpp.c 		else if (c == '{' /* } */) {
c                 678 gtags-parser/Cpp.c 		} else if (c == /* { */'}')
c                 680 gtags-parser/Cpp.c 		else if (c == '=')
c                 683 gtags-parser/Cpp.c 		if (c == SYMBOL) {
c                1467 gtags-parser/asm_parse.c 					int c = (unsigned char)sym[1];
c                1469 gtags-parser/asm_parse.c 					if ((isalpha(c) || c == '_' || c >= 0x80)
c                 102 gtags-parser/asm_parse.y 					int c = (unsigned char)sym[1];
c                 104 gtags-parser/asm_parse.y 					if ((isalpha(c) || c == '_' || c >= 0x80)
c                  92 gtags-parser/asm_scan.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
c                 154 gtags-parser/asm_scan.c #define unput(c) yyunput( c, yytext_ptr )
c                 701 gtags-parser/asm_scan.c static void yyunput YY_PROTO(( int c, char *buf_ptr ));
c                 776 gtags-parser/asm_scan.c 		int c = '*', n; \
c                 778 gtags-parser/asm_scan.c 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
c                 779 gtags-parser/asm_scan.c 			buf[n] = (char) c; \
c                 780 gtags-parser/asm_scan.c 		if ( c == '\n' ) \
c                 781 gtags-parser/asm_scan.c 			buf[n++] = (char) c; \
c                 782 gtags-parser/asm_scan.c 		if ( c == EOF && ferror( yyin ) ) \
c                1531 gtags-parser/asm_scan.c static void yyunput( int c, register char *yy_bp )
c                1533 gtags-parser/asm_scan.c static void yyunput( c, yy_bp )
c                1534 gtags-parser/asm_scan.c int c;
c                1564 gtags-parser/asm_scan.c 	*--yy_cp = (char) c;
c                1566 gtags-parser/asm_scan.c 	if ( c == '\n' )
c                1582 gtags-parser/asm_scan.c 	int c;
c                1640 gtags-parser/asm_scan.c 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
c                1644 gtags-parser/asm_scan.c 	yy_current_buffer->yy_at_bol = (c == '\n');
c                1648 gtags-parser/asm_scan.c 	return c;
c                  51 gtags-parser/java.c 	int c;
c                  75 gtags-parser/java.c 	while ((c = nexttoken(interested, java_reserved_word)) != EOF) {
c                  76 gtags-parser/java.c 		switch (c) {
c                  78 gtags-parser/java.c 			for (; c == SYMBOL && peekc(1) == '.'; c = nexttoken(interested, java_reserved_word)) {
c                  82 gtags-parser/java.c 			if (c != SYMBOL)
c                 141 gtags-parser/java.c 			if ((c = nexttoken(interested, java_reserved_word)) == SYMBOL) {
c                 150 gtags-parser/java.c 			while ((c = nexttoken(interested, java_reserved_word)) == SYMBOL && peekc(1) == '.')
c                 153 gtags-parser/java.c 			if (c == SYMBOL)
c                 169 gtags-parser/java.c 			if (peekc(1) == '.' && (c = nexttoken(interested, java_reserved_word)) != JAVA_CLASS)
c                  92 gtags-parser/php.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
c                 154 gtags-parser/php.c #define unput(c) yyunput( c, yytext_ptr )
c                 699 gtags-parser/php.c static void yyunput YY_PROTO(( int c, char *buf_ptr ));
c                 774 gtags-parser/php.c 		int c = '*', n; \
c                 776 gtags-parser/php.c 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
c                 777 gtags-parser/php.c 			buf[n] = (char) c; \
c                 778 gtags-parser/php.c 		if ( c == '\n' ) \
c                 779 gtags-parser/php.c 			buf[n++] = (char) c; \
c                 780 gtags-parser/php.c 		if ( c == EOF && ferror( yyin ) ) \
c                 997 gtags-parser/php.c 				int c;
c                1000 gtags-parser/php.c 				while ((c = input()) != EOF) {
c                1001 gtags-parser/php.c 					debug_print("%c", c);
c                1002 gtags-parser/php.c 					if (c == '*') {
c                1003 gtags-parser/php.c 						while ((c = input()) != EOF && c == '*')
c                1004 gtags-parser/php.c 							debug_print("%c", c);
c                1005 gtags-parser/php.c 						debug_print("%c", c);
c                1006 gtags-parser/php.c 						if (c == EOF || c == '/')
c                1010 gtags-parser/php.c 				if (c == EOF)
c                1180 gtags-parser/php.c 				int c = LEXTEXT[0];
c                1181 gtags-parser/php.c 				if (c == PHP_LBRACE)
c                1185 gtags-parser/php.c 				debug_print("%c[%d]", c, level);
c                1187 gtags-parser/php.c 				return c;
c                1570 gtags-parser/php.c static void yyunput( int c, register char *yy_bp )
c                1572 gtags-parser/php.c static void yyunput( c, yy_bp )
c                1573 gtags-parser/php.c int c;
c                1603 gtags-parser/php.c 	*--yy_cp = (char) c;
c                1605 gtags-parser/php.c 	if ( c == '\n' )
c                1621 gtags-parser/php.c 	int c;
c                1679 gtags-parser/php.c 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
c                1683 gtags-parser/php.c 	yy_current_buffer->yy_at_bol = (c == '\n');
c                1687 gtags-parser/php.c 	return c;
c                 339 htags/anchor.c 		struct anchor *c, *p;
c                 342 htags/anchor.c 			for (c = start; c < end; c++)
c                 343 htags/anchor.c 				if (c->lineno == lineno && c->type == 'D')
c                 345 htags/anchor.c 			CURRENTDEF = c;
c                 347 htags/anchor.c 			for (c = CURRENTDEF; c >= start; c--)
c                 348 htags/anchor.c 				if (c->lineno == lineno && c->type == 'D')
c                 351 htags/anchor.c 		for (p = c - 1; p >= start; p--)
c                 356 htags/anchor.c 		for (p = c + 1; p < end; p++)
c                  91 htags/asm.c    #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
c                 153 htags/asm.c    #define unput(c) yyunput( c, yytext_ptr )
c                 522 htags/asm.c    static void yyunput YY_PROTO(( int c, char *buf_ptr ));
c                 597 htags/asm.c    		int c = '*', n; \
c                 599 htags/asm.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
c                 600 htags/asm.c    			buf[n] = (char) c; \
c                 601 htags/asm.c    		if ( c == '\n' ) \
c                 602 htags/asm.c    			buf[n++] = (char) c; \
c                 603 htags/asm.c    		if ( c == EOF && ferror( yyin ) ) \
c                 819 htags/asm.c    		int c;
c                 826 htags/asm.c    		while ((c = input()) && c != '\n' && isspace(c))
c                 827 htags/asm.c    			echoc(c);
c                 828 htags/asm.c    		if (c == '\n') {
c                 829 htags/asm.c    			unput(c);
c                 830 htags/asm.c    		} else if (c) {
c                 834 htags/asm.c    			if (c == '"')
c                 835 htags/asm.c    				sep = c;
c                 836 htags/asm.c    			else if (c == '<')
c                 838 htags/asm.c    			put_char(c);
c                 841 htags/asm.c    			while ((c = input()) && c != '\n' && c != sep)
c                 842 htags/asm.c    				*p++ = c;
c                 844 htags/asm.c    			if (c == sep) {
c                 860 htags/asm.c    				if (c)
c                 861 htags/asm.c    					unput(c);
c                1281 htags/asm.c    static void yyunput( int c, register char *yy_bp )
c                1283 htags/asm.c    static void yyunput( c, yy_bp )
c                1284 htags/asm.c    int c;
c                1314 htags/asm.c    	*--yy_cp = (char) c;
c                1330 htags/asm.c    	int c;
c                1388 htags/asm.c    	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
c                1392 htags/asm.c    	yy_current_buffer->yy_at_bol = (c == '\n');
c                1394 htags/asm.c    	return c;
c                  75 htags/assoc.c  assoc_open(int c)
c                  78 htags/assoc.c  	const char *tmpfile = get_tmpfile(c);
c                  91 htags/c.c      #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
c                 153 htags/c.c      #define unput(c) yyunput( c, yytext_ptr )
c                 558 htags/c.c      static void yyunput YY_PROTO(( int c, char *buf_ptr ));
c                 633 htags/c.c      		int c = '*', n; \
c                 635 htags/c.c      			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
c                 636 htags/c.c      			buf[n] = (char) c; \
c                 637 htags/c.c      		if ( c == '\n' ) \
c                 638 htags/c.c      			buf[n++] = (char) c; \
c                 639 htags/c.c      		if ( c == EOF && ferror( yyin ) ) \
c                 864 htags/c.c      		int c;
c                 871 htags/c.c      		while ((c = input()) && c != '\n' && isspace(c))
c                 872 htags/c.c      			echoc(c);
c                 873 htags/c.c      		if (c == '\n') {
c                 874 htags/c.c      			unput(c);
c                 875 htags/c.c      		} else if (c) {
c                 879 htags/c.c      			if (c == '"')
c                 880 htags/c.c      				sep = c;
c                 881 htags/c.c      			else if (c == '<')
c                 883 htags/c.c      			put_char(c);
c                 886 htags/c.c      			while ((c = input()) && c != '\n' && c != sep)
c                 887 htags/c.c      				*p++ = c;
c                 889 htags/c.c      			if (c == sep) {
c                 905 htags/c.c      				if (c)
c                 906 htags/c.c      					unput(c);
c                1412 htags/c.c      static void yyunput( int c, register char *yy_bp )
c                1414 htags/c.c      static void yyunput( c, yy_bp )
c                1415 htags/c.c      int c;
c                1445 htags/c.c      	*--yy_cp = (char) c;
c                1461 htags/c.c      	int c;
c                1519 htags/c.c      	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
c                1523 htags/c.c      	yy_current_buffer->yy_at_bol = (c == '\n');
c                1525 htags/c.c      	return c;
c                 230 htags/common.c 	int c, start_position = -1;
c                 233 htags/common.c 	while ((c = fgetc(ip)) != EOF) {
c                 234 htags/common.c 		strbuf_putc(sb, c);
c                 235 htags/common.c 		if (c == '@') {
c                 251 htags/common.c 		} else if (!isalpha(c) && c != '_') {
c                 589 htags/common.c 			unsigned char c = *p;
c                 591 htags/common.c 			if (c == '&')
c                 593 htags/common.c 			else if (c == '<')
c                 595 htags/common.c 			else if (c == '>')
c                 597 htags/common.c 			else if (c == ' ')
c                 599 htags/common.c 			else if (c == '\t') {
c                 603 htags/common.c 				strbuf_putc(sb, c);
c                 617 htags/common.c 			unsigned char c = *p;
c                 620 htags/common.c 			if (!done && c == '.' && *(p + 1) == '/') {
c                 623 htags/common.c 			} else if (c == '&')
c                 625 htags/common.c 			else if (c == '<')
c                 627 htags/common.c 			else if (c == '>')
c                 630 htags/common.c 				strbuf_putc(sb, c);
c                  91 htags/cpp.c    #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
c                 153 htags/cpp.c    #define unput(c) yyunput( c, yytext_ptr )
c                 522 htags/cpp.c    static void yyunput YY_PROTO(( int c, char *buf_ptr ));
c                 597 htags/cpp.c    		int c = '*', n; \
c                 599 htags/cpp.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
c                 600 htags/cpp.c    			buf[n] = (char) c; \
c                 601 htags/cpp.c    		if ( c == '\n' ) \
c                 602 htags/cpp.c    			buf[n++] = (char) c; \
c                 603 htags/cpp.c    		if ( c == EOF && ferror( yyin ) ) \
c                 819 htags/cpp.c    		int c;
c                 826 htags/cpp.c    		while ((c = input()) && c != '\n' && isspace(c))
c                 827 htags/cpp.c    			echoc(c);
c                 828 htags/cpp.c    		if (c == '\n') {
c                 829 htags/cpp.c    			unput(c);
c                 830 htags/cpp.c    		} else if (c) {
c                 834 htags/cpp.c    			if (c == '"')
c                 835 htags/cpp.c    				sep = c;
c                 836 htags/cpp.c    			else if (c == '<')
c                 838 htags/cpp.c    			put_char(c);
c                 841 htags/cpp.c    			while ((c = input()) && c != sep && c != '\n')
c                 842 htags/cpp.c    				*p++ = c;
c                 844 htags/cpp.c    			if (c == sep) {
c                 860 htags/cpp.c    				if (c)
c                 861 htags/cpp.c    					unput(c);
c                1279 htags/cpp.c    static void yyunput( int c, register char *yy_bp )
c                1281 htags/cpp.c    static void yyunput( c, yy_bp )
c                1282 htags/cpp.c    int c;
c                1312 htags/cpp.c    	*--yy_cp = (char) c;
c                1328 htags/cpp.c    	int c;
c                1386 htags/cpp.c    	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
c                1390 htags/cpp.c    	yy_current_buffer->yy_at_bol = (c == '\n');
c                1392 htags/cpp.c    	return c;
c                 112 htags/defineindex.c 			int c;
c                 141 htags/defineindex.c 			c = (unsigned char)*tag;
c                 142 htags/defineindex.c 			if (c > 127) {
c                 150 htags/defineindex.c 				snprintf(alpha_f, sizeof(alpha_f), "%03d%03d", c, i2);
c                 151 htags/defineindex.c 			} else if (isalpha(c) || c == '_') {
c                 157 htags/defineindex.c 				if (islower(c)) {
c                 168 htags/defineindex.c 				snprintf(alpha_f, sizeof(alpha_f), "%03d", c);
c                 674 htags/fileindex.c 		int c;
c                 676 htags/fileindex.c 		while ((c = (unsigned char)*p++) != '\0') {
c                 677 htags/fileindex.c 			if (isregexchar(c))
c                 679 htags/fileindex.c 			else if (c == ',')
c                 680 htags/fileindex.c 				c = '|';
c                 681 htags/fileindex.c 			strbuf_putc(sb, c);
c                1390 htags/htags.c  		int c = *p;
c                1393 htags/htags.c  			if (quote == c)
c                1396 htags/htags.c  				strbuf_putc(sb, c);
c                1397 htags/htags.c  		} else if (c == '\\') {
c                1398 htags/htags.c  			strbuf_putc(sb, c);
c                1399 htags/htags.c  		} else if (c == '\'' || c == '"') {
c                1400 htags/htags.c  			quote = c;
c                1401 htags/htags.c  		} else if (isspace(c)) {
c                  91 htags/java.c   #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
c                 153 htags/java.c   #define unput(c) yyunput( c, yytext_ptr )
c                 499 htags/java.c   static void yyunput YY_PROTO(( int c, char *buf_ptr ));
c                 574 htags/java.c   		int c = '*', n; \
c                 576 htags/java.c   			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
c                 577 htags/java.c   			buf[n] = (char) c; \
c                 578 htags/java.c   		if ( c == '\n' ) \
c                 579 htags/java.c   			buf[n++] = (char) c; \
c                 580 htags/java.c   		if ( c == EOF && ferror( yyin ) ) \
c                 784 htags/java.c   		int c = 0;
c                 787 htags/java.c   		while ((c = input()) && c != '\n' && c != ';')
c                 788 htags/java.c   			echoc(c);
c                 789 htags/java.c   		if (c == '\n')
c                 790 htags/java.c   			unput(c);
c                 791 htags/java.c   		else if (c)
c                 792 htags/java.c   			echoc(c);
c                1185 htags/java.c   static void yyunput( int c, register char *yy_bp )
c                1187 htags/java.c   static void yyunput( c, yy_bp )
c                1188 htags/java.c   int c;
c                1218 htags/java.c   	*--yy_cp = (char) c;
c                1234 htags/java.c   	int c;
c                1292 htags/java.c   	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
c                1296 htags/java.c   	yy_current_buffer->yy_at_bol = (c == '\n');
c                1298 htags/java.c   	return c;
c                  91 htags/php.c    #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
c                 153 htags/php.c    #define unput(c) yyunput( c, yytext_ptr )
c                 583 htags/php.c    static void yyunput YY_PROTO(( int c, char *buf_ptr ));
c                 658 htags/php.c    		int c = '*', n; \
c                 660 htags/php.c    			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
c                 661 htags/php.c    			buf[n] = (char) c; \
c                 662 htags/php.c    		if ( c == '\n' ) \
c                 663 htags/php.c    			buf[n++] = (char) c; \
c                 664 htags/php.c    		if ( c == EOF && ferror( yyin ) ) \
c                 945 htags/php.c    		int c;
c                 952 htags/php.c    		while ((c = input()) && c != '\n' && isspace(c))
c                 953 htags/php.c    			echoc(c);
c                 954 htags/php.c    		if (c == '\n')
c                 955 htags/php.c    			unput(c);
c                 956 htags/php.c    		else if (c) {
c                 960 htags/php.c    			if (c == '"' || c == '\'')
c                 961 htags/php.c    				sep = c;
c                 962 htags/php.c    			echoc(c);
c                 965 htags/php.c    			while ((c = input()) && c != '\n' && c != sep)
c                 966 htags/php.c    				*p++ = c;
c                 968 htags/php.c    			if (c == sep) {
c                 984 htags/php.c    				if (c)
c                 985 htags/php.c    					unput(c);
c                1428 htags/php.c    static void yyunput( int c, register char *yy_bp )
c                1430 htags/php.c    static void yyunput( c, yy_bp )
c                1431 htags/php.c    int c;
c                1461 htags/php.c    	*--yy_cp = (char) c;
c                1477 htags/php.c    	int c;
c                1535 htags/php.c    	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
c                1539 htags/php.c    	yy_current_buffer->yy_at_bol = (c == '\n');
c                1541 htags/php.c    	return c;
c                 133 htags/src2html.c echoc(int c)
c                 135 htags/src2html.c         strbuf_putc(outbuf, c);
c                 154 htags/src2html.c HTML_quoting(int c)
c                 156 htags/src2html.c 	if (c == '<')
c                 158 htags/src2html.c 	else if (c == '>')
c                 160 htags/src2html.c 	else if (c == '&')
c                 499 htags/src2html.c put_char(int c)
c                 501 htags/src2html.c 	const char *quoted = HTML_quoting(c);
c                 506 htags/src2html.c 		strbuf_putc(outbuf, c);
c                 602 htags/src2html.c 	int c;
c                 604 htags/src2html.c 	while ((c = (unsigned char)*url++) != '\0') {
c                 605 htags/src2html.c 		if (isurlchar(c)) {
c                 606 htags/src2html.c 			strbuf_putc(sb, c);
c                 609 htags/src2html.c 			strbuf_putc(sb, "0123456789abcdef"[c >> 4]);
c                 610 htags/src2html.c 			strbuf_putc(sb, "0123456789abcdef"[c & 0x0f]);
c                  72 libdb/bt_delete.c 	CURSOR *c;
c                  99 libdb/bt_delete.c 		c = &t->bt_cursor;
c                 100 libdb/bt_delete.c 		if (F_ISSET(c, CURS_INIT)) {
c                 101 libdb/bt_delete.c 			if (F_ISSET(c, CURS_ACQUIRE | CURS_AFTER | CURS_BEFORE))
c                 103 libdb/bt_delete.c 			if ((h = mpool_get(t->bt_mp, c->pg.pgno, 0)) == NULL)
c                 114 libdb/bt_delete.c 			status = __bt_dleaf(t, NULL, h, c->pg.index);
c                 147 libdb/bt_delete.c __bt_stkacq(t, hp, c)
c                 150 libdb/bt_delete.c 	CURSOR *c;
c                 167 libdb/bt_delete.c 	if ((e = __bt_search(t, &c->key, &exact)) == NULL)
c                 172 libdb/bt_delete.c 	if (h->pgno == c->pg.pgno)
c                 181 libdb/bt_delete.c 	while (h->pgno != c->pg.pgno) {
c                 221 libdb/bt_delete.c 	if (h->pgno == c->pg.pgno)
c                 226 libdb/bt_delete.c 	if ((e = __bt_search(t, &c->key, &exact)) == NULL)
c                 236 libdb/bt_delete.c 	while (h->pgno != c->pg.pgno) {
c                 279 libdb/bt_delete.c 	return ((*hp = mpool_get(t->bt_mp, c->pg.pgno, 0)) == NULL);
c                 548 libdb/bt_delete.c 	CURSOR *c;
c                 557 libdb/bt_delete.c 	c = &t->bt_cursor;
c                 558 libdb/bt_delete.c 	F_CLR(c, CURS_AFTER | CURS_BEFORE | CURS_ACQUIRE);
c                 571 libdb/bt_delete.c 			    &c->key, &c->key, NULL, NULL, 1)) != RET_SUCCESS)
c                 574 libdb/bt_delete.c 			key = &c->key;
c                 581 libdb/bt_delete.c 				F_SET(c, CURS_BEFORE);
c                 590 libdb/bt_delete.c 				F_SET(c, CURS_AFTER);
c                 601 libdb/bt_delete.c 				F_SET(c, CURS_BEFORE);
c                 613 libdb/bt_delete.c 				F_SET(c, CURS_AFTER);
c                 615 libdb/bt_delete.c dup2:				c->pg.pgno = e.page->pgno;
c                 616 libdb/bt_delete.c 				c->pg.index = e.index;
c                 625 libdb/bt_delete.c 	    __bt_ret(t, &e, &c->key, &c->key, NULL, NULL, 1)) == RET_SUCCESS) {
c                 626 libdb/bt_delete.c 		F_SET(c, CURS_ACQUIRE);
c                 246 libdb/bt_seq.c 	CURSOR *c;
c                 256 libdb/bt_seq.c 	c = &t->bt_cursor;
c                 266 libdb/bt_seq.c 	if (F_ISSET(c, CURS_ACQUIRE))
c                 267 libdb/bt_seq.c 		return (__bt_first(t, &c->key, ep, &exact));
c                 270 libdb/bt_seq.c 	if ((h = mpool_get(t->bt_mp, c->pg.pgno, 0)) == NULL)
c                 284 libdb/bt_seq.c 		if (F_ISSET(c, CURS_AFTER))
c                 286 libdb/bt_seq.c 		index = c->pg.index;
c                 303 libdb/bt_seq.c 		if (F_ISSET(c, CURS_BEFORE)) {
c                 304 libdb/bt_seq.c usecurrent:		F_CLR(c, CURS_AFTER | CURS_BEFORE);
c                 306 libdb/bt_seq.c 			ep->index = c->pg.index;
c                 309 libdb/bt_seq.c 		index = c->pg.index;
c                 622 libdb/bt_split.c 	CURSOR *c;
c                 713 libdb/bt_split.c 	c = &t->bt_cursor;
c                 714 libdb/bt_split.c 	if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) {
c                 715 libdb/bt_split.c 		if (c->pg.index >= skip)
c                 716 libdb/bt_split.c 			++c->pg.index;
c                 717 libdb/bt_split.c 		if (c->pg.index < nxt)			/* Left page. */
c                 718 libdb/bt_split.c 			c->pg.pgno = l->pgno;
c                 720 libdb/bt_split.c 			c->pg.pgno = r->pgno;
c                 721 libdb/bt_split.c 			c->pg.index -= nxt;
c                 612 libglibc/getopt.c     char c = *nextchar++;
c                 613 libglibc/getopt.c     char *temp = my_index (optstring, c);
c                 619 libglibc/getopt.c     if (temp == NULL || c == ':')
c                 626 libglibc/getopt.c 		       argv[0], c);
c                 629 libglibc/getopt.c 		       argv[0], c);
c                 631 libglibc/getopt.c 	optopt = c;
c                 665 libglibc/getopt.c 			   argv[0], c);
c                 667 libglibc/getopt.c 		optopt = c;
c                 669 libglibc/getopt.c 		  c = ':';
c                 671 libglibc/getopt.c 		  c = '?';
c                 680 libglibc/getopt.c     return c;
c                 708 libglibc/getopt.c   int c;
c                 715 libglibc/getopt.c       c = getopt (argc, argv, "abc:d:0123456789");
c                 716 libglibc/getopt.c       if (c == EOF)
c                 719 libglibc/getopt.c       switch (c)
c                 734 libglibc/getopt.c 	  printf ("option %c\n", c);
c                 753 libglibc/getopt.c 	  printf ("?? getopt returned character code 0%o ??\n", c);
c                  97 libglibc/getopt1.c   int c;
c                 115 libglibc/getopt1.c       c = getopt_long (argc, argv, "abc:d:0123456789",
c                 117 libglibc/getopt1.c       if (c == EOF)
c                 120 libglibc/getopt1.c       switch (c)
c                 142 libglibc/getopt1.c 	  printf ("option %c\n", c);
c                 165 libglibc/getopt1.c 	  printf ("?? getopt returned character code 0%o ??\n", c);
c                 189 libglibc/regex.c # define ISASCII(c) 1
c                 191 libglibc/regex.c # define ISASCII(c) isascii(c)
c                 195 libglibc/regex.c # define ISBLANK(c) (ISASCII (c) && isblank (c))
c                 197 libglibc/regex.c # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
c                 200 libglibc/regex.c # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
c                 202 libglibc/regex.c # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
c                 206 libglibc/regex.c #define ISPRINT(c) (ISASCII (c) && isprint (c))
c                 207 libglibc/regex.c #define ISDIGIT(c) (ISASCII (c) && isdigit (c))
c                 208 libglibc/regex.c #define ISALNUM(c) (ISASCII (c) && isalnum (c))
c                 209 libglibc/regex.c #define ISALPHA(c) (ISASCII (c) && isalpha (c))
c                 210 libglibc/regex.c #define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
c                 211 libglibc/regex.c #define ISLOWER(c) (ISASCII (c) && islower (c))
c                 212 libglibc/regex.c #define ISPUNCT(c) (ISASCII (c) && ispunct (c))
c                 213 libglibc/regex.c #define ISSPACE(c) (ISASCII (c) && isspace (c))
c                 214 libglibc/regex.c #define ISUPPER(c) (ISASCII (c) && isupper (c))
c                 215 libglibc/regex.c #define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
c                 218 libglibc/regex.c # define TOLOWER(c) _tolower(c)
c                 220 libglibc/regex.c # define TOLOWER(c) tolower(c)
c                 233 libglibc/regex.c # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
c                 236 libglibc/regex.c # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
c                 254 libglibc/regex.c    register int c;
c                 261 libglibc/regex.c    for (c = 0; c < CHAR_SET_SIZE; ++c)
c                 262 libglibc/regex.c      if (ISALNUM (c))
c                 263 libglibc/regex.c 	re_syntax_table[c] = Sword;
c                 272 libglibc/regex.c # define SYNTAX(c) re_syntax_table[((c) & 0xFF)]
c                 721 libglibc/regex.c             register int c, last = -100;
c                 729 libglibc/regex.c             for (c = 0; c < 256; c++)
c                 730 libglibc/regex.c 	      if (c / 8 < *p
c                 731 libglibc/regex.c 		  && (p[1 + (c/8)] & (1 << (c % 8))))
c                 734 libglibc/regex.c 		  if (last + 1 == c && ! in_range)
c                 740 libglibc/regex.c 		  else if (last + 1 != c && in_range)
c                 747 libglibc/regex.c 		    putchar (c);
c                 749 libglibc/regex.c 		  last = c;
c                 953 libglibc/regex.c printchar (c)
c                 954 libglibc/regex.c      int c;
c                 956 libglibc/regex.c   putc (c, stderr);
c                1579 libglibc/regex.c # define PATFETCH(c)							\
c                1581 libglibc/regex.c     c = (unsigned char) *p++;						\
c                1582 libglibc/regex.c     if (translate) c = (unsigned char) translate[c];			\
c                1588 libglibc/regex.c #define PATFETCH_RAW(c)							\
c                1590 libglibc/regex.c     c = (unsigned char) *p++; 						\
c                1618 libglibc/regex.c #define BUF_PUSH(c)							\
c                1621 libglibc/regex.c     *b++ = (unsigned char) (c);						\
c                1756 libglibc/regex.c #define SET_LIST_BIT(c)                               \
c                1757 libglibc/regex.c   (b[((unsigned char) (c)) / BYTEWIDTH]               \
c                1758 libglibc/regex.c    |= 1 << (((unsigned char) c) % BYTEWIDTH))
c                1765 libglibc/regex.c        PATFETCH (c); 							\
c                1766 libglibc/regex.c        while ('0' <= c && c <= '9')					\
c                1770 libglibc/regex.c            num = num * 10 + c - '0'; 					\
c                1773 libglibc/regex.c            PATFETCH (c);						\
c                1890 libglibc/regex.c   register unsigned char c, c1;
c                1996 libglibc/regex.c       PATFETCH (c);
c                1998 libglibc/regex.c       switch (c)
c                2060 libglibc/regex.c                 zero_times_ok |= c != '+';
c                2061 libglibc/regex.c                 many_times_ok |= c != '?';
c                2066 libglibc/regex.c                 PATFETCH (c);
c                2068 libglibc/regex.c                 if (c == '*'
c                2069 libglibc/regex.c                     || (!(syntax & RE_BK_PLUS_QM) && (c == '+' || c == '?')))
c                2072 libglibc/regex.c                 else if (syntax & RE_BK_PLUS_QM  &&  c == '\\')
c                2084 libglibc/regex.c                     c = c1;
c                2206 libglibc/regex.c                 PATFETCH (c);
c                2209 libglibc/regex.c                 if ((syntax & RE_BACKSLASH_ESCAPE_IN_LISTS) && c == '\\')
c                2221 libglibc/regex.c                 if (c == ']' && p != p1 + 1)
c                2226 libglibc/regex.c                 if (had_char_class && c == '-' && *p != ']')
c                2233 libglibc/regex.c                 if (c == '-'
c                2257 libglibc/regex.c                 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
c                2261 libglibc/regex.c                     PATFETCH (c);
c                2269 libglibc/regex.c                         PATFETCH (c);
c                2270 libglibc/regex.c                         if ((c == ':' && *p == ']') || p == pend)
c                2273 libglibc/regex.c 			  str[c1++] = c;
c                2283 libglibc/regex.c                     if (c == ':' && *p == ']')
c                2297 libglibc/regex.c                         PATFETCH (c);
c                2337 libglibc/regex.c                         PATFETCH (c);
c                2380 libglibc/regex.c                     SET_LIST_BIT (c);
c                2434 libglibc/regex.c           PATFETCH_RAW (c);
c                2436 libglibc/regex.c           switch (c)
c                2630 libglibc/regex.c                 if (c == ',')
c                2633 libglibc/regex.c 		    if ((!(syntax & RE_NO_BK_BRACES) && c != '\\')
c                2634 libglibc/regex.c 			|| ((syntax & RE_NO_BK_BRACES) && c != '}'))
c                2655 libglibc/regex.c                     if (c != '\\') FREE_STACK_RETURN (REG_EBRACE);
c                2657 libglibc/regex.c                     PATFETCH (c);
c                2660 libglibc/regex.c                 if (c != '}')
c                2767 libglibc/regex.c                PATFETCH (c);
c                2785 libglibc/regex.c               PATFETCH (c);
c                2786 libglibc/regex.c               BUF_PUSH_2 (syntaxspec, syntax_spec_code[c]);
c                2791 libglibc/regex.c               PATFETCH (c);
c                2792 libglibc/regex.c               BUF_PUSH_2 (notsyntaxspec, syntax_spec_code[c]);
c                2854 libglibc/regex.c               c1 = c - '0';
c                2880 libglibc/regex.c               c = TRANSLATE (c);
c                2916 libglibc/regex.c 	  BUF_PUSH (c);
c                3661 libglibc/regex.c 	      register char c = (size1 == 0 || startpos >= size1
c                3665 libglibc/regex.c 	      if (!fastmap[(unsigned char) TRANSLATE (c)])
c                4339 libglibc/regex.c 	    register unsigned char c;
c                4345 libglibc/regex.c 	    c = TRANSLATE (*d); /* The character to match.  */
c                4349 libglibc/regex.c 	    if (c < (unsigned) (*p * BYTEWIDTH)
c                4350 libglibc/regex.c 		&& p[1 + c / BYTEWIDTH] & (1 << (c % BYTEWIDTH)))
c                4811 libglibc/regex.c 		register unsigned char c
c                4814 libglibc/regex.c                 if ((re_opcode_t) p1[3] == exactn && p1[5] != c)
c                4818 libglibc/regex.c                                   c, p1[5]);
c                4826 libglibc/regex.c 		    if (c < (unsigned char) (p1[4] * BYTEWIDTH)
c                4827 libglibc/regex.c 			&& p1[5 + c / BYTEWIDTH] & (1 << (c % BYTEWIDTH)))
c                  56 libutil/char.c 	int c;
c                  58 libutil/char.c 	while ((c = *s++) != '\0')
c                  59 libutil/char.c 		if (isregexchar(c))
c                  27 libutil/char.h #define test_chartype(c, t)	(chartype[(unsigned char)(c)] & (t))
c                  30 libutil/char.h #define isregexchar(c)		test_chartype(c, REGEXCHAR)
c                  33 libutil/char.h #define isurlchar(c)		test_chartype(c, URLCHAR)
c                  70 libutil/compress.c 	int c;
c                  99 libutil/compress.c 		ab2name[i].c = 0;
c                 105 libutil/compress.c 		ab->c = *p++;
c                 112 libutil/compress.c 		if (ab->c < 'a' || ab->c > 'z')
c                 114 libutil/compress.c 		i = ab->c - 'a';
c                 115 libutil/compress.c 		ab2name[i].c = ab->c;
c                 141 libutil/compress.c 		if (ab2name[i].c != 0) {
c                 142 libutil/compress.c 			fprintf(stderr, "ab2name[%d].c    = %c\n", i, ab2name[i].c);
c                 150 libutil/compress.c 		if (ab[i].c != 0) {
c                 151 libutil/compress.c 			fprintf(stderr, "name2ab[%d].c    = %c\n", i, ab[i].c);
c                 205 libutil/compress.c 					strbuf_putc(sb, ab[i].c);
c                  64 libutil/conf.c #define isblank(c)	((c) == ' ' || (c) == '\t')
c                 117 libutil/locatestring.c 	int c = *pattern;
c                 139 libutil/locatestring.c 		if (*string == c)
c                  80 libutil/split.c #define isblank(c)	((c) == ' ' || (c) == '\t')
c                 135 libutil/split.c 	int i, c;
c                 137 libutil/split.c 		if ((c = list->part[i].savec) != '\0')
c                 138 libutil/split.c 			*(list->part[i].end) = c;
c                  39 libutil/strbuf.c #define isblank(c)	((c) == ' ' || (c) == '\t')
c                 188 libutil/strbuf.c strbuf_nputc(STRBUF *sb, int c, int len)
c                 194 libutil/strbuf.c 			*sb->curp++ = c;
c                 267 libutil/strbuf.c strbuf_unputc(STRBUF *sb, int c)
c                 269 libutil/strbuf.c 	if (sb->curp > sb->sbuf && *(sb->curp - 1) == c) {
c                 382 libutil/strbuf.c 			int c = (unsigned char)*++s;
c                 386 libutil/strbuf.c 			if (c == '%') {
c                 387 libutil/strbuf.c 				strbuf_putc(sb, c);
c                 397 libutil/strbuf.c 			else if (isdigit(c) || (c == '-' && isdigit((unsigned char)*(s + 1)))) {
c                 402 libutil/strbuf.c 				if (c == '-')
c                 406 libutil/strbuf.c 				format[i++] = c = *s;
c                 408 libutil/strbuf.c 				if (c == 'd' || c == 'x')
c                 410 libutil/strbuf.c 				else if (c == 's')
c                 413 libutil/strbuf.c 					die("Unsupported control character '%c'.", c);
c                 415 libutil/strbuf.c 			} else if (c == 's') {
c                 417 libutil/strbuf.c 			} else if (c == 'd') {
c                 420 libutil/strbuf.c 				die("Unsupported control character '%c'.", c);
c                  85 libutil/strbuf.h #define strbuf_putc(sb, c)	do {\
c                  89 libutil/strbuf.h 		*sb->curp++ = c;\
c                  48 libutil/strmake.c 	const char *c;
c                  52 libutil/strmake.c 		for (c = lim; *c; c++)
c                  53 libutil/strmake.c 			if (*p == *c)
c                  32 libutil/strmake.h #define isblank(c)	((c) == ' ' || (c) == '\t')
c                  84 libutil/tab.c  	int c, dest, spaces;
c                  94 libutil/tab.c  		c = getc(ip);
c                  95 libutil/tab.c  		if (c == EOF) {
c                 100 libutil/tab.c  		if (c == '\t') {
c                 104 libutil/tab.c  			*p++ = c;
c                 106 libutil/tab.c  			if (c == '\n')
c                 123 libutil/tab.c  detab_replacing(FILE *op, const char *buf, const char *(*replace)(int c))
c                 126 libutil/tab.c  	int c;
c                 129 libutil/tab.c  	while ((c = *buf++) != '\0') {
c                 130 libutil/tab.c  		if (c == '\t') {
c                 137 libutil/tab.c  			const char *s = replace(c);
c                 141 libutil/tab.c  				putc(c, op);
c                  28 libutil/tab.h  void detab_replacing(FILE *op, const char *buf, const char *(*replace)(int c));
c                  55 libutil/test.c 	int i, c, size;
c                  67 libutil/test.c 		c = (unsigned char)buf[i];
c                  68 libutil/test.c 		if (c == 0 || c > 127)
c                  96 libutil/test.c 	int c;
c                 101 libutil/test.c 	while ((c = *flags++) != 0) {
c                 102 libutil/test.c 		switch (c) {
c                 109 libutil/token.c 	int c;
c                 124 libutil/token.c 			while ((c = nextchar()) != EOF && isspace(c))
c                 127 libutil/token.c 			while ((c = nextchar()) != EOF && isspace(c) && c != '\n')
c                 129 libutil/token.c 		if (c == EOF || c == '\n')
c                 132 libutil/token.c 		if (c == '"' || c == '\'') {	/* quoted string */
c                 133 libutil/token.c 			int quote = c;
c                 135 libutil/token.c 			while ((c = nextchar()) != EOF) {
c                 136 libutil/token.c 				if (c == quote)
c                 138 libutil/token.c 				if (quote == '\'' && c == '\n')
c                 140 libutil/token.c 				if (c == '\\' && (c = nextchar()) == EOF)
c                 143 libutil/token.c 		} else if (c == '/') {			/* comment */
c                 144 libutil/token.c 			if ((c = nextchar()) == '/') {
c                 145 libutil/token.c 				while ((c = nextchar()) != EOF)
c                 146 libutil/token.c 					if (c == '\n') {
c                 150 libutil/token.c 			} else if (c == '*') {
c                 151 libutil/token.c 				while ((c = nextchar()) != EOF) {
c                 152 libutil/token.c 					if (c == '*') {
c                 153 libutil/token.c 						if ((c = nextchar()) == '/')
c                 160 libutil/token.c 		} else if (c == '\\') {
c                 163 libutil/token.c 		} else if (isdigit(c)) {		/* digit */
c                 164 libutil/token.c 			while ((c = nextchar()) != EOF && (c == '.' || isalnum(c)))
c                 167 libutil/token.c 		} else if (c == '#' && cmode) {
c                 171 libutil/token.c 				*p++ = c;
c                 174 libutil/token.c 				if (reserved && (c = (*reserved)(token, tlen)) == 0)
c                 180 libutil/token.c 		} else if (c == ':' && cppmode) {
c                 183 libutil/token.c 				*p++ = c;
c                 186 libutil/token.c 				if (reserved && (c = (*reserved)(token, tlen)) == 0)
c                 189 libutil/token.c 		} else if (c == '%' && ymode) {
c                 193 libutil/token.c 				*p++ = c;
c                 194 libutil/token.c 				if ((c = peekc(1)) == '%' || c == '{' || c == '}') {
c                 197 libutil/token.c 					if (reserved && (c = (*reserved)(token, tlen)) != 0)
c                 199 libutil/token.c 				} else if (!isspace(c)) {
c                 204 libutil/token.c 		} else if (c & 0x80 || isalpha(c) || c == '_') {/* symbol */
c                 212 libutil/token.c 			} else if (c == 'L') {
c                 218 libutil/token.c 			for (*p++ = c; (c = nextchar()) != EOF && (c & 0x80 || isalnum(c) || c == '_'); *p++ = c)
c                 222 libutil/token.c 			if (c != EOF)
c                 225 libutil/token.c 			c = SYMBOL;
c                 227 libutil/token.c 				c = (*reserved)(token, tlen);
c                 230 libutil/token.c 			if (interested == NULL || strchr(interested, c))
c                 236 libutil/token.c 	return lasttok = c;
c                 258 libutil/token.c 	int c;
c                 263 libutil/token.c 			c = nextchar();
c                 265 libutil/token.c 			while ((c = nextchar()) != EOF && c != '\n' && isspace(c))
c                 267 libutil/token.c 		if (c != EOF)
c                 269 libutil/token.c 		if (c != '\n' || immediate)
c                 270 libutil/token.c 			return c;
c                 274 libutil/token.c 		c = getc(ip);
c                 276 libutil/token.c 		while ((c = getc(ip)) != EOF && isspace(c))
c                 280 libutil/token.c 	return c;