c 190 global/global.c setcom(int c) c 193 global/global.c command = c; c 194 global/global.c else if (c == 'c' && (command == 'I' || command == 'P')) c 195 global/global.c command = c; c 196 global/global.c else if (command == 'c' && (c == 'I' || c == 'P')) c 198 global/global.c else if (command != c) c 114 global/literal.c struct words *c; c 159 global/literal.c c = w; c 164 global/literal.c if (ccomp(c->inp, *p)) { c 165 global/literal.c c = c->nst; c 167 global/literal.c else if (c->link != 0) { c 168 global/literal.c c = c->link; c 172 global/literal.c c = c->fail; c 173 global/literal.c if (c==0) { c 174 global/literal.c c = w; c 176 global/literal.c if (ccomp(c->inp , *p)) { c 177 global/literal.c c = c->nst; c 179 global/literal.c else if (c->link != 0) { c 180 global/literal.c c = c->link; c 186 global/literal.c if (c->out) { c 207 global/literal.c c = w; c 216 global/literal.c c = w; c 239 global/literal.c int c; c 244 global/literal.c c = *pattern++; c 245 global/literal.c if (c==0) c 247 global/literal.c if (c == '\n') { c 251 global/literal.c loop: if (s->inp == c) { c 269 global/literal.c s->inp = c; c 274 global/literal.c } while ((c = *pattern++) != '\n' && c!=0); c 277 global/literal.c if (c != 0) c 287 global/literal.c char c; c 306 global/literal.c cloop: if ((c = s->inp) != 0) { c 321 global/literal.c if (state->inp == c) { c 70 gozilla/gozilla.c #define isblank(c) ((c) == ' ' || (c) == '\t') c 199 gozilla/gozilla.c char c; c 204 gozilla/gozilla.c while (--argc > 0 && ((c = (++argv)[0][0]) == '-' || c == '+')) { c 220 gozilla/gozilla.c if (c == '+') { c 90 gtags-cscope/command.c int c, i; c 312 gtags-cscope/command.c if ((c = mygetch()) == '>') { c 315 gtags-cscope/command.c c = '\0'; c 318 gtags-cscope/command.c if (c != '\r' && c 320 gtags-cscope/command.c COLS - sizeof(appendprompt), c, NO) > 0 c 327 gtags-cscope/command.c while ((c = getc(refsfound)) != EOF) { c 328 gtags-cscope/command.c putc(c, file); c 384 gtags-cscope/command.c while ((c = getc(refsfound)) != EOF) { c 385 gtags-cscope/command.c putc(c, file); c 494 gtags-cscope/command.c switch (c = mygetch()) { c 500 gtags-cscope/command.c myungetch(c); c 505 gtags-cscope/command.c myungetch(c); c 532 gtags-cscope/command.c char *c; c 534 gtags-cscope/command.c if ((c = strchr(dispchars, commandc))) c 535 gtags-cscope/command.c editref(c - dispchars); c 602 gtags-cscope/command.c int c; c 608 gtags-cscope/command.c if ((c = getc(file)) == EOF) { /* if file is empty */ c 615 gtags-cscope/command.c putc(c, refsfound); c 616 gtags-cscope/command.c while ((c = getc(file)) != EOF) { c 617 gtags-cscope/command.c putc(c, refsfound); c 642 gtags-cscope/command.c int c; c 664 gtags-cscope/command.c if ((c = mygetch()) == EOF c 665 gtags-cscope/command.c || c == ctrl('D') c 666 gtags-cscope/command.c || c == ctrl('Z')) { c 670 gtags-cscope/command.c switch (c) { c 683 gtags-cscope/command.c command(c); c 690 gtags-cscope/command.c command(c); c 745 gtags-cscope/command.c if ((cc = strchr(dispchars, c))) c 58 gtags-cscope/constants.h #define setmark(c) (blockmark = c, block[blocklen] = blockmark) c 434 gtags-cscope/display.c int c; c 477 gtags-cscope/display.c if ((c = getc(refsfound)) == EOF) { c 488 gtags-cscope/display.c (void) ungetc(c, refsfound); c 667 gtags-cscope/display.c int c; c 678 gtags-cscope/display.c while (nextline < line && (c = getc(refsfound)) != EOF) { c 679 gtags-cscope/display.c if (c == '\n') { c 79 gtags-cscope/edit.c int c; c 93 gtags-cscope/edit.c if ((c = mygetch()) == EOF || c == ctrl('D') || c == ctrl('Z')) { c 101 gtags-cscope/global-cscope.h # define tolower(c) (isupper(c) ? (c) - 'A' + 'a' : (c)) c 102 gtags-cscope/global-cscope.h # define toupper(c) (islower(c) ? (c) - 'a' + 'A' : (c)) c 336 gtags-cscope/global-cscope.h void myungetch(int c); c 148 gtags-cscope/gtags-cscope.c int c; c 262 gtags-cscope/gtags-cscope.c c = *s; c 268 gtags-cscope/gtags-cscope.c argv0, c); c 271 gtags-cscope/gtags-cscope.c switch (c) { c 444 gtags-cscope/gtags-cscope.c while ((c = getc(refsfound)) != EOF) c 445 gtags-cscope/gtags-cscope.c putchar(c); c 477 gtags-cscope/gtags-cscope.c while ((c = getc(refsfound)) != EOF) { c 478 gtags-cscope/gtags-cscope.c putchar(c); c 534 gtags-cscope/gtags-cscope.c if ((c = mygetch()) == EOF || c == ctrl('D') || c == ctrl('Z')) { c 538 gtags-cscope/gtags-cscope.c if (command(c) == YES) { c 74 gtags-cscope/input.c myungetch(int c) c 76 gtags-cscope/input.c prevchar = c; c 84 gtags-cscope/input.c int c; c 92 gtags-cscope/input.c c = prevchar; c 95 gtags-cscope/input.c c = -1; c 96 gtags-cscope/input.c while (c == -1) { c 98 gtags-cscope/input.c c = getch(); c 99 gtags-cscope/input.c if ((c == -1) && (errno != EINTR)) c 104 gtags-cscope/input.c c = KEY_BREAK; c 107 gtags-cscope/input.c return(c); c 115 gtags-cscope/input.c int c; c 142 gtags-cscope/input.c while ((c = mygetch()) != '\r' && c != '\n' && c != KEY_ENTER) { c 143 gtags-cscope/input.c if (c == KEY_LEFT || c == ctrl('B')) { /* left */ c 149 gtags-cscope/input.c } else if (c == KEY_RIGHT || c == ctrl('F')) { /* right */ c 157 gtags-cscope/input.c c == KEY_HOME || c 159 gtags-cscope/input.c c == ctrl('A') ) { c 168 gtags-cscope/input.c c == KEY_END || c 170 gtags-cscope/input.c c == ctrl('E') ) { c 175 gtags-cscope/input.c } else if (c == erasechar() || c == KEY_BACKSPACE c 176 gtags-cscope/input.c || c == DEL || c == ctrl('H') ) { c 188 gtags-cscope/input.c } else if (c == killchar() || c == KEY_BREAK) { c 200 gtags-cscope/input.c } else if (isprint(c) || c == '\t') { c 203 gtags-cscope/input.c c = tolower(c); c 207 gtags-cscope/input.c s[i++] = c; /* save it */ c 209 gtags-cscope/input.c addch(c); /* display it */ c 211 gtags-cscope/input.c insch(c); /* display it */ c 212 gtags-cscope/input.c addch(c); /* advance cursor */ c 216 gtags-cscope/input.c } else if (unixpcmouse == YES && c == ESC) { /* mouse */ c 219 gtags-cscope/input.c } else if (mouse == YES && c == ctrl('X')) { c 221 gtags-cscope/input.c } else if (c == EOF) { /* end-of-file */ c 405 gtags-cscope/mouse.c int c, next; c 407 gtags-cscope/mouse.c c = mygetch(); c 409 gtags-cscope/mouse.c if (c == ctrl('A')) { c 411 gtags-cscope/mouse.c c = mygetch(); c 413 gtags-cscope/mouse.c if (c < ' ') { c 416 gtags-cscope/mouse.c return (next + c - ' '); c 424 gtags-cscope/mouse.c int c; c 426 gtags-cscope/mouse.c c = mygetch(); c 427 gtags-cscope/mouse.c if (c < 16) { c 430 gtags-cscope/mouse.c if (c > 120) { c 433 gtags-cscope/mouse.c return(c - 16); c 353 htags/anchor.c struct anchor *c, *p; c 356 htags/anchor.c for (c = start; c < end; c++) c 357 htags/anchor.c if (c->lineno == lineno && c->type == 'D') c 359 htags/anchor.c CURRENTDEF = c; c 361 htags/anchor.c for (c = CURRENTDEF; c >= start; c--) c 362 htags/anchor.c if (c->lineno == lineno && c->type == 'D') c 365 htags/anchor.c for (p = c - 1; p >= start; p--) c 370 htags/anchor.c for (p = c + 1; p < end; p++) c 138 htags/asm.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) c 199 htags/asm.c #define unput(c) yyunput( c, (yytext_ptr) ) c 651 htags/asm.c static void yyunput (int c,char *buf_ptr ); c 699 htags/asm.c int c = '*'; \ c 702 htags/asm.c (c = getc( asm_in )) != EOF && c != '\n'; ++n ) \ c 703 htags/asm.c buf[n] = (char) c; \ c 704 htags/asm.c if ( c == '\n' ) \ c 705 htags/asm.c buf[n++] = (char) c; \ c 706 htags/asm.c if ( c == EOF && ferror( asm_in ) ) \ c 940 htags/asm.c int c; c 947 htags/asm.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) c 948 htags/asm.c echoc(c); c 949 htags/asm.c if (c == EOF) c 950 htags/asm.c c = '\n'; c 951 htags/asm.c if (c == '\n') { c 952 htags/asm.c unput(c); c 953 htags/asm.c } else if (c) { c 957 htags/asm.c if (c == '"') c 958 htags/asm.c sep = c; c 959 htags/asm.c else if (c == '<') c 961 htags/asm.c put_char(c); c 964 htags/asm.c while ((c = input()) && c != EOF && c != '\n' && c != sep) c 965 htags/asm.c *p++ = c; c 967 htags/asm.c if (c == EOF) c 968 htags/asm.c c = '\n'; c 969 htags/asm.c if (c == sep) { c 985 htags/asm.c if (c) c 986 htags/asm.c unput(c); c 1400 htags/asm.c static void yyunput (int c, register char * yy_bp ) c 1430 htags/asm.c *--yy_cp = (char) c; c 1445 htags/asm.c int c; c 1503 htags/asm.c c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ c 1507 htags/asm.c YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); c 1509 htags/asm.c return c; c 138 htags/c.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) c 199 htags/c.c #define unput(c) yyunput( c, (yytext_ptr) ) c 687 htags/c.c static void yyunput (int c,char *buf_ptr ); c 735 htags/c.c int c = '*'; \ c 738 htags/c.c (c = getc( c_in )) != EOF && c != '\n'; ++n ) \ c 739 htags/c.c buf[n] = (char) c; \ c 740 htags/c.c if ( c == '\n' ) \ c 741 htags/c.c buf[n++] = (char) c; \ c 742 htags/c.c if ( c == EOF && ferror( c_in ) ) \ c 985 htags/c.c int c; c 992 htags/c.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) c 993 htags/c.c echoc(c); c 994 htags/c.c if (c == EOF) c 995 htags/c.c c = '\n'; c 996 htags/c.c if (c == '\n') { c 997 htags/c.c unput(c); c 998 htags/c.c } else if (c) { c 1002 htags/c.c if (c == '"') c 1003 htags/c.c sep = c; c 1004 htags/c.c else if (c == '<') c 1006 htags/c.c put_char(c); c 1009 htags/c.c while ((c = input()) && c != EOF && c != '\n' && c != sep) c 1010 htags/c.c *p++ = c; c 1012 htags/c.c if (c == EOF) c 1013 htags/c.c c = '\n'; c 1014 htags/c.c if (c == sep) { c 1030 htags/c.c if (c) c 1031 htags/c.c unput(c); c 1533 htags/c.c static void yyunput (int c, register char * yy_bp ) c 1563 htags/c.c *--yy_cp = (char) c; c 1578 htags/c.c int c; c 1636 htags/c.c c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ c 1640 htags/c.c YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); c 1642 htags/c.c return c; c 243 htags/common.c int c, start_position = -1; c 246 htags/common.c while ((c = fgetc(ip)) != EOF) { c 247 htags/common.c strbuf_putc(sb, c); c 248 htags/common.c if (c == '@') { c 264 htags/common.c } else if (!isalpha(c) && c != '_') { c 649 htags/common.c unsigned char c = *p; c 651 htags/common.c if (c == '&') c 653 htags/common.c else if (c == '<') c 655 htags/common.c else if (c == '>') c 657 htags/common.c else if (c == ' ') c 659 htags/common.c else if (c == '\t') { c 663 htags/common.c strbuf_putc(sb, c); c 683 htags/common.c unsigned char c = *p; c 685 htags/common.c if (c == '&') c 687 htags/common.c else if (c == '<') c 689 htags/common.c else if (c == '>') c 692 htags/common.c strbuf_putc(sb, c); c 843 htags/common.c char c; c 849 htags/common.c while((c = *cptr) != '\0') { c 850 htags/common.c if(c == ATTR_DELIM) c 853 htags/common.c strbuf_putc(sb, c); c 138 htags/cpp.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) c 199 htags/cpp.c #define unput(c) yyunput( c, (yytext_ptr) ) c 651 htags/cpp.c static void yyunput (int c,char *buf_ptr ); c 699 htags/cpp.c int c = '*'; \ c 702 htags/cpp.c (c = getc( cpp_in )) != EOF && c != '\n'; ++n ) \ c 703 htags/cpp.c buf[n] = (char) c; \ c 704 htags/cpp.c if ( c == '\n' ) \ c 705 htags/cpp.c buf[n++] = (char) c; \ c 706 htags/cpp.c if ( c == EOF && ferror( cpp_in ) ) \ c 940 htags/cpp.c int c; c 947 htags/cpp.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) c 948 htags/cpp.c echoc(c); c 949 htags/cpp.c if (c == EOF) c 950 htags/cpp.c c = '\n'; c 951 htags/cpp.c if (c == '\n') { c 952 htags/cpp.c unput(c); c 953 htags/cpp.c } else if (c) { c 957 htags/cpp.c if (c == '"') c 958 htags/cpp.c sep = c; c 959 htags/cpp.c else if (c == '<') c 961 htags/cpp.c put_char(c); c 964 htags/cpp.c while ((c = input()) && c != EOF && c != sep && c != '\n') c 965 htags/cpp.c *p++ = c; c 967 htags/cpp.c if (c == EOF) c 968 htags/cpp.c c = '\n'; c 969 htags/cpp.c if (c == sep) { c 985 htags/cpp.c if (c) c 986 htags/cpp.c unput(c); c 1398 htags/cpp.c static void yyunput (int c, register char * yy_bp ) c 1428 htags/cpp.c *--yy_cp = (char) c; c 1443 htags/cpp.c int c; c 1501 htags/cpp.c c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ c 1505 htags/cpp.c YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); c 1507 htags/cpp.c return c; c 114 htags/defineindex.c int c; c 143 htags/defineindex.c c = (unsigned char)*tag; c 144 htags/defineindex.c if (c > 127) { c 152 htags/defineindex.c snprintf(alpha_f, sizeof(alpha_f), "%03d%03d", c, i2); c 153 htags/defineindex.c } else if (isalpha(c) || c == '_') { c 159 htags/defineindex.c if (islower(c)) { c 170 htags/defineindex.c snprintf(alpha_f, sizeof(alpha_f), "%03d", c); c 725 htags/fileindex.c int c; c 727 htags/fileindex.c while ((c = (unsigned char)*p++) != '\0') { c 728 htags/fileindex.c if (isregexchar(c)) c 730 htags/fileindex.c else if (c == ',') c 731 htags/fileindex.c c = '|'; c 732 htags/fileindex.c strbuf_putc(sb, c); c 1517 htags/htags.c int c = *p; c 1520 htags/htags.c if (quote == c) c 1523 htags/htags.c strbuf_putc(sb, c); c 1524 htags/htags.c } else if (c == '\\') { c 1525 htags/htags.c strbuf_putc(sb, c); c 1526 htags/htags.c } else if (c == '\'' || c == '"') { c 1527 htags/htags.c quote = c; c 1528 htags/htags.c } else if (isspace(c)) { c 138 htags/java.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) c 199 htags/java.c #define unput(c) yyunput( c, (yytext_ptr) ) c 628 htags/java.c static void yyunput (int c,char *buf_ptr ); c 676 htags/java.c int c = '*'; \ c 679 htags/java.c (c = getc( java_in )) != EOF && c != '\n'; ++n ) \ c 680 htags/java.c buf[n] = (char) c; \ c 681 htags/java.c if ( c == '\n' ) \ c 682 htags/java.c buf[n++] = (char) c; \ c 683 htags/java.c if ( c == EOF && ferror( java_in ) ) \ c 904 htags/java.c int c = 0; c 907 htags/java.c while ((c = input()) && c != EOF && c != '\n' && c != ';') c 908 htags/java.c echoc(c); c 909 htags/java.c if (c == EOF) c 910 htags/java.c c = '\n'; c 911 htags/java.c if (c == '\n') c 912 htags/java.c unput(c); c 913 htags/java.c else if (c) c 914 htags/java.c echoc(c); c 1301 htags/java.c static void yyunput (int c, register char * yy_bp ) c 1331 htags/java.c *--yy_cp = (char) c; c 1346 htags/java.c int c; c 1404 htags/java.c c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ c 1408 htags/java.c YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); c 1410 htags/java.c return c; c 138 htags/php.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) c 199 htags/php.c #define unput(c) yyunput( c, (yytext_ptr) ) c 729 htags/php.c static void yyunput (int c,char *buf_ptr ); c 777 htags/php.c int c = '*'; \ c 780 htags/php.c (c = getc( php_in )) != EOF && c != '\n'; ++n ) \ c 781 htags/php.c buf[n] = (char) c; \ c 782 htags/php.c if ( c == '\n' ) \ c 783 htags/php.c buf[n++] = (char) c; \ c 784 htags/php.c if ( c == EOF && ferror( php_in ) ) \ c 1082 htags/php.c int c; c 1090 htags/php.c while ((c = input()) && c != EOF && c != '\n' && isspace(c)) c 1091 htags/php.c echoc(c); c 1092 htags/php.c if (c == EOF) c 1093 htags/php.c c = '\n'; c 1094 htags/php.c if (c == '\n') c 1095 htags/php.c unput(c); c 1096 htags/php.c else if (c) { c 1100 htags/php.c if (c == LEFT_BRACE) { c 1101 htags/php.c c = input(); c 1102 htags/php.c if (c == EOF) c 1103 htags/php.c c = '\n'; c 1105 htags/php.c if (c == '"' || c == '\'') c 1106 htags/php.c sep = c; c 1107 htags/php.c echoc(c); c 1110 htags/php.c while ((c = input()) && c != EOF && c != '\n' && c != sep) c 1111 htags/php.c *p++ = c; c 1113 htags/php.c if (c == EOF) c 1114 htags/php.c c = '\n'; c 1115 htags/php.c if (c == sep) { c 1131 htags/php.c if (c) c 1132 htags/php.c unput(c); c 1576 htags/php.c static void yyunput (int c, register char * yy_bp ) c 1606 htags/php.c *--yy_cp = (char) c; c 1621 htags/php.c int c; c 1679 htags/php.c c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ c 1683 htags/php.c YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); c 1685 htags/php.c return c; c 152 htags/src2html.c echoc(int c) c 154 htags/src2html.c strbuf_putc(outbuf, c); c 180 htags/src2html.c HTML_quoting(int c) c 182 htags/src2html.c if (c == '<') c 184 htags/src2html.c else if (c == '>') c 186 htags/src2html.c else if (c == '&') c 638 htags/src2html.c put_char(int c) c 640 htags/src2html.c const char *quoted = HTML_quoting(c); c 645 htags/src2html.c strbuf_putc(outbuf, c); c 746 htags/src2html.c int c; c 748 htags/src2html.c while ((c = (unsigned char)*url++) != '\0') { c 749 htags/src2html.c if (isurlchar(c)) { c 750 htags/src2html.c strbuf_putc(sb, c); c 753 htags/src2html.c strbuf_putc(sb, "0123456789abcdef"[c >> 4]); c 754 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 145 libdb/bt_delete.c __bt_stkacq(t, hp, c) c 148 libdb/bt_delete.c CURSOR *c; c 165 libdb/bt_delete.c if ((e = __bt_search(t, &c->key, &exact)) == NULL) c 170 libdb/bt_delete.c if (h->pgno == c->pg.pgno) c 179 libdb/bt_delete.c while (h->pgno != c->pg.pgno) { c 219 libdb/bt_delete.c if (h->pgno == c->pg.pgno) c 224 libdb/bt_delete.c if ((e = __bt_search(t, &c->key, &exact)) == NULL) c 234 libdb/bt_delete.c while (h->pgno != c->pg.pgno) { c 277 libdb/bt_delete.c return ((*hp = mpool_get(t->bt_mp, c->pg.pgno, 0)) == NULL); c 538 libdb/bt_delete.c CURSOR *c; c 547 libdb/bt_delete.c c = &t->bt_cursor; c 548 libdb/bt_delete.c F_CLR(c, CURS_AFTER | CURS_BEFORE | CURS_ACQUIRE); c 561 libdb/bt_delete.c &c->key, &c->key, NULL, NULL, 1)) != RET_SUCCESS) c 564 libdb/bt_delete.c key = &c->key; c 571 libdb/bt_delete.c F_SET(c, CURS_BEFORE); c 580 libdb/bt_delete.c F_SET(c, CURS_AFTER); c 591 libdb/bt_delete.c F_SET(c, CURS_BEFORE); c 603 libdb/bt_delete.c F_SET(c, CURS_AFTER); c 605 libdb/bt_delete.c dup2: c->pg.pgno = e.page->pgno; c 606 libdb/bt_delete.c c->pg.index = e.index; c 615 libdb/bt_delete.c __bt_ret(t, &e, &c->key, &c->key, NULL, NULL, 1)) == RET_SUCCESS) { c 616 libdb/bt_delete.c F_SET(c, CURS_ACQUIRE); c 245 libdb/bt_seq.c CURSOR *c; c 255 libdb/bt_seq.c c = &t->bt_cursor; c 265 libdb/bt_seq.c if (F_ISSET(c, CURS_ACQUIRE)) c 266 libdb/bt_seq.c return (__bt_first(t, &c->key, ep, &exact)); c 269 libdb/bt_seq.c if ((h = mpool_get(t->bt_mp, c->pg.pgno, 0)) == NULL) c 283 libdb/bt_seq.c if (F_ISSET(c, CURS_AFTER)) c 285 libdb/bt_seq.c index = c->pg.index; c 302 libdb/bt_seq.c if (F_ISSET(c, CURS_BEFORE)) { c 303 libdb/bt_seq.c usecurrent: F_CLR(c, CURS_AFTER | CURS_BEFORE); c 305 libdb/bt_seq.c ep->index = c->pg.index; c 308 libdb/bt_seq.c index = c->pg.index; c 616 libdb/bt_split.c CURSOR *c; c 707 libdb/bt_split.c c = &t->bt_cursor; c 708 libdb/bt_split.c if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) { c 709 libdb/bt_split.c if (c->pg.index >= skip) c 710 libdb/bt_split.c ++c->pg.index; c 711 libdb/bt_split.c if (c->pg.index < nxt) /* Left page. */ c 712 libdb/bt_split.c c->pg.pgno = l->pgno; c 714 libdb/bt_split.c c->pg.pgno = r->pgno; c 715 libdb/bt_split.c c->pg.index -= nxt; c 787 libglibc/getopt.c char c = *d->__nextchar++; c 788 libglibc/getopt.c char *temp = strchr (optstring, c); c 794 libglibc/getopt.c if (temp == NULL || c == ':') c 805 libglibc/getopt.c argv[0], c); c 807 libglibc/getopt.c fprintf (stderr, _("%s: invalid option -- '%c'\n"), argv[0], c); c 827 libglibc/getopt.c d->optopt = c; c 858 libglibc/getopt.c argv[0], c) >= 0) c 875 libglibc/getopt.c argv[0], c); c 878 libglibc/getopt.c d->optopt = c; c 880 libglibc/getopt.c c = ':'; c 882 libglibc/getopt.c c = '?'; c 883 libglibc/getopt.c return c; c 1079 libglibc/getopt.c argv[0], c) >= 0) c 1096 libglibc/getopt.c argv[0], c); c 1099 libglibc/getopt.c d->optopt = c; c 1101 libglibc/getopt.c c = ':'; c 1103 libglibc/getopt.c c = '?'; c 1112 libglibc/getopt.c return c; c 1154 libglibc/getopt.c int c; c 1161 libglibc/getopt.c c = getopt (argc, argv, "abc:d:0123456789"); c 1162 libglibc/getopt.c if (c == -1) c 1165 libglibc/getopt.c switch (c) c 1180 libglibc/getopt.c printf ("option %c\n", c); c 1199 libglibc/getopt.c printf ("?? getopt returned character code 0%o ??\n", c); c 109 libglibc/getopt1.c int c; c 127 libglibc/getopt1.c c = getopt_long (argc, argv, "abc:d:0123456789", c 129 libglibc/getopt1.c if (c == -1) c 132 libglibc/getopt1.c switch (c) c 154 libglibc/getopt1.c printf ("option %c\n", c); c 177 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 162 libltdl/libltdl/lt_system.h # define LT__CONC3(a, b, c) a##b##c c 163 libltdl/libltdl/lt_system.h # define LT_CONC3(a, b, c) LT__CONC3(a, b, c) c 44 libparser/C.c #define IS_TYPE_QUALIFIER(c) ((c) == C_CONST || (c) == C_RESTRICT || (c) == C_VOLATILE) c 91 libparser/C.c int c, cc; c 245 libparser/C.c if ((c = nexttoken(interested, c_reserved_word)) != SYMBOL) { c 251 libparser/C.c while ((c = nexttoken("()", c_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')') c 252 libparser/C.c if (c == SYMBOL) c 254 libparser/C.c if (c == '\n') c 269 libparser/C.c while ((c = nexttoken(interested, c_reserved_word)) != EOF && c != '\n') c 286 libparser/C.c while ((c = nexttoken(interested, c_reserved_word)) == '\n') c 292 libparser/C.c if (c == '{') /* } */ c 300 libparser/C.c while ((c = nexttoken(interested, c_reserved_word)) == C___ATTRIBUTE__) c 302 libparser/C.c if (c == SYMBOL) { c 308 libparser/C.c c = nexttoken(interested, c_reserved_word); c 310 libparser/C.c if (c == '{' /* } */ && cc == C_ENUM) { c 346 libparser/C.c c = nexttoken("{}(),;", c_reserved_word); c 347 libparser/C.c } while (IS_TYPE_QUALIFIER(c) || c == '\n'); c 349 libparser/C.c if ((param->flags & PARSER_WARNING) && c == EOF) { c 352 libparser/C.c } else if (c == C_ENUM || c == C_STRUCT || c == C_UNION) { c 354 libparser/C.c int c_ = c; c 356 libparser/C.c while ((c = nexttoken(interest_enum, c_reserved_word)) == C___ATTRIBUTE__) c 359 libparser/C.c if (c == SYMBOL) { c 365 libparser/C.c c = nexttoken(interest_enum, c_reserved_word); c 369 libparser/C.c if (c == '{') /* } */ c 370 libparser/C.c c = enumerator_list(param); c 374 libparser/C.c for (; c != EOF; c = nexttoken(interest_enum, c_reserved_word)) { c 375 libparser/C.c switch (c) { c 382 libparser/C.c condition_macro(param, c); c 387 libparser/C.c if (c == ';' && level == typedef_savelevel) { c 391 libparser/C.c } else if (c == '{') c 393 libparser/C.c else if (c == '}') { c 396 libparser/C.c } else if (c == SYMBOL) { c 403 libparser/C.c if (c == ';') c 406 libparser/C.c if ((param->flags & PARSER_WARNING) && c == EOF) { c 410 libparser/C.c } else if (c == SYMBOL) { c 414 libparser/C.c while ((c = nexttoken("(),;", c_reserved_word)) != EOF) { c 415 libparser/C.c switch (c) { c 422 libparser/C.c condition_macro(param, c); c 427 libparser/C.c if (c == '(') c 429 libparser/C.c else if (c == ')') c 431 libparser/C.c else if (c == SYMBOL) { c 443 libparser/C.c } else if (c == ',' || c == ';') { c 449 libparser/C.c if (level == typedef_savelevel && c == ';') c 453 libparser/C.c if (c == EOF) c 483 libparser/C.c int c; c 488 libparser/C.c while ((c = nexttoken("()", c_reserved_word)) != EOF) { c 489 libparser/C.c if (c == '(') c 491 libparser/C.c else if (c == ')') c 493 libparser/C.c else if (c == SYMBOL) { c 510 libparser/C.c int c; c 515 libparser/C.c while ((c = nexttoken("()", c_reserved_word)) != EOF) { c 516 libparser/C.c switch (c) { c 523 libparser/C.c condition_macro(param, c); c 528 libparser/C.c if (c == '('/* ) */) c 530 libparser/C.c else if (c == /* ( */')') { c 535 libparser/C.c if (c == SYMBOL) { c 543 libparser/C.c if (c == EOF) c 546 libparser/C.c while ((c = nexttoken(",;[](){}=", c_reserved_word)) != EOF) { c 547 libparser/C.c switch (c) { c 554 libparser/C.c condition_macro(param, c); c 562 libparser/C.c if (c == '('/* ) */ || c == '[') c 564 libparser/C.c else if (c == /* ( */')' || c == ']') c 567 libparser/C.c && ((c == SYMBOL && strcmp(token, "__THROW")) || IS_RESERVED_WORD(c))) c 569 libparser/C.c else if (c == ';' || c == ',') { c 572 libparser/C.c } else if (c == '{' /* } */) { c 575 libparser/C.c } else if (c == /* { */'}') c 577 libparser/C.c else if (c == '=') c 581 libparser/C.c if (c == SYMBOL) c 655 libparser/C.c int c = '{'; c 657 libparser/C.c for (; c != EOF; c = nexttoken("{}(),=", c_reserved_word)) { c 658 libparser/C.c switch (c) { c 665 libparser/C.c condition_macro(param, c); c 680 libparser/C.c return c; c 694 libparser/C.c return c; c 47 libparser/Cpp.c #define IS_CV_QUALIFIER(c) ((c) == CPP_CONST || (c) == CPP_VOLATILE) c 70 libparser/Cpp.c int c, cc; c 136 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == CPP_NAMESPACE) { c 137 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { c 153 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { c 155 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == '=') { c 163 libparser/Cpp.c if (c == '{') /* } */ { c 167 libparser/Cpp.c warning("missing namespace block. [+%d %s](0x%x).", lineno, curfile, c); c 174 libparser/Cpp.c while ((c = nexttoken(interested, cpp_reserved_word)) == '\n') c 180 libparser/Cpp.c if (c == '{') /* } */ c 187 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { c 270 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) != SYMBOL) { c 276 libparser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')') c 277 libparser/Cpp.c if (c == SYMBOL) c 279 libparser/Cpp.c if (c == '\n') c 294 libparser/Cpp.c while ((c = nexttoken(interested, cpp_reserved_word)) != EOF && c != '\n') c 309 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) c 315 libparser/Cpp.c while ((c = nexttoken(interested, cpp_reserved_word)) == CPP___ATTRIBUTE__) c 317 libparser/Cpp.c if (c == SYMBOL) { c 323 libparser/Cpp.c c = nexttoken(interested, cpp_reserved_word); c 325 libparser/Cpp.c if (c == '{' /* } */ && cc == CPP_ENUM) { c 335 libparser/Cpp.c while ((c = nexttoken("<>", cpp_reserved_word)) != EOF) { c 336 libparser/Cpp.c if (c == '<') c 338 libparser/Cpp.c else if (c == '>') { c 341 libparser/Cpp.c } else if (c == SYMBOL) { c 345 libparser/Cpp.c if (c == EOF && (param->flags & PARSER_WARNING)) c 350 libparser/Cpp.c while ((c = nexttoken(";{", /* } */ cpp_reserved_word)) != EOF) { c 351 libparser/Cpp.c if (c == '{') /* } */ { c 354 libparser/Cpp.c } else if (c == ';') { c 356 libparser/Cpp.c } else if (c == SYMBOL) { c 360 libparser/Cpp.c if (c == EOF && (param->flags & PARSER_WARNING)) c 398 libparser/Cpp.c c = nexttoken("{}(),;", cpp_reserved_word); c 399 libparser/Cpp.c } while (IS_CV_QUALIFIER(c) || c == '\n'); c 401 libparser/Cpp.c if ((param->flags & PARSER_WARNING) && c == EOF) { c 404 libparser/Cpp.c } else if (c == CPP_ENUM || c == CPP_STRUCT || c == CPP_UNION) { c 406 libparser/Cpp.c int c_ = c; c 408 libparser/Cpp.c while ((c = nexttoken(interest_enum, cpp_reserved_word)) == CPP___ATTRIBUTE__) c 411 libparser/Cpp.c if (c == SYMBOL) { c 417 libparser/Cpp.c c = nexttoken(interest_enum, cpp_reserved_word); c 420 libparser/Cpp.c if (c == '{') /* } */ c 421 libparser/Cpp.c c = enumerator_list(param); c 425 libparser/Cpp.c for (; c != EOF; c = nexttoken(interest_enum, cpp_reserved_word)) { c 426 libparser/Cpp.c switch (c) { c 433 libparser/Cpp.c condition_macro(param, c); c 438 libparser/Cpp.c if (c == ';' && level == typedef_savelevel) { c 442 libparser/Cpp.c } else if (c == '{') c 444 libparser/Cpp.c else if (c == '}') { c 447 libparser/Cpp.c } else if (c == SYMBOL) { c 454 libparser/Cpp.c if (c == ';') c 457 libparser/Cpp.c if ((param->flags & PARSER_WARNING) && c == EOF) { c 461 libparser/Cpp.c } else if (c == SYMBOL) { c 465 libparser/Cpp.c while ((c = nexttoken("(),;", cpp_reserved_word)) != EOF) { c 466 libparser/Cpp.c switch (c) { c 473 libparser/Cpp.c condition_macro(param, c); c 478 libparser/Cpp.c if (c == '(') c 480 libparser/Cpp.c else if (c == ')') c 482 libparser/Cpp.c else if (c == SYMBOL) { c 494 libparser/Cpp.c } else if (c == ',' || c == ';') { c 500 libparser/Cpp.c if (level == typedef_savelevel && c == ';') c 504 libparser/Cpp.c if (c == EOF) c 534 libparser/Cpp.c int c; c 539 libparser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF) { c 540 libparser/Cpp.c if (c == '(') c 542 libparser/Cpp.c else if (c == ')') c 544 libparser/Cpp.c else if (c == SYMBOL) { c 559 libparser/Cpp.c int c; c 563 libparser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF) { c 564 libparser/Cpp.c switch (c) { c 571 libparser/Cpp.c condition_macro(param, c); c 576 libparser/Cpp.c if (c == '('/* ) */) c 578 libparser/Cpp.c else if (c == /* ( */')') { c 583 libparser/Cpp.c if (c == SYMBOL) c 586 libparser/Cpp.c if (c == EOF) c 593 libparser/Cpp.c while ((c = nexttoken(",;[](){}=", cpp_reserved_word)) != EOF) { c 594 libparser/Cpp.c switch (c) { c 601 libparser/Cpp.c condition_macro(param, c); c 609 libparser/Cpp.c if (c == '('/* ) */ || c == '[') c 611 libparser/Cpp.c else if (c == /* ( */')' || c == ']') c 613 libparser/Cpp.c else if (brace_level == 0 && (c == ';' || c == ',')) c 615 libparser/Cpp.c else if (c == '{' /* } */) { c 618 libparser/Cpp.c } else if (c == /* { */'}') { c 621 libparser/Cpp.c } else if (c == '=') c 624 libparser/Cpp.c if (c == SYMBOL) c 699 libparser/Cpp.c int c = '{'; c 701 libparser/Cpp.c for (; c != EOF; c = nexttoken("{}(),=", cpp_reserved_word)) { c 702 libparser/Cpp.c switch (c) { c 709 libparser/Cpp.c condition_macro(param, c); c 724 libparser/Cpp.c return c; c 738 libparser/Cpp.c return c; c 1517 libparser/asm_parse.c int c = (unsigned char)sym[1]; c 1519 libparser/asm_parse.c if (isalpha(c) || c == '_' || c >= 0x80) c 98 libparser/asm_parse.y int c = (unsigned char)sym[1]; c 100 libparser/asm_parse.y if (isalpha(c) || c == '_' || c >= 0x80) c 138 libparser/asm_scan.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) c 212 libparser/asm_scan.c #define unput(c) yyunput( c, (yytext_ptr) ) c 799 libparser/asm_scan.c static void yyunput (int c,char *buf_ptr ); c 847 libparser/asm_scan.c int c = '*'; \ c 850 libparser/asm_scan.c (c = getc( asm_in )) != EOF && c != '\n'; ++n ) \ c 851 libparser/asm_scan.c buf[n] = (char) c; \ c 852 libparser/asm_scan.c if ( c == '\n' ) \ c 853 libparser/asm_scan.c buf[n++] = (char) c; \ c 854 libparser/asm_scan.c if ( c == EOF && ferror( asm_in ) ) \ c 1624 libparser/asm_scan.c static void yyunput (int c, register char * yy_bp ) c 1654 libparser/asm_scan.c *--yy_cp = (char) c; c 1656 libparser/asm_scan.c if ( c == '\n' ){ c 1673 libparser/asm_scan.c int c; c 1731 libparser/asm_scan.c c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ c 1735 libparser/asm_scan.c YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); c 1741 libparser/asm_scan.c return c; c 45 libparser/java.c int c; c 67 libparser/java.c while ((c = nexttoken(interested, java_reserved_word)) != EOF) { c 68 libparser/java.c switch (c) { c 70 libparser/java.c for (; c == SYMBOL && peekc(1) == '.'; c = nexttoken(interested, java_reserved_word)) { c 73 libparser/java.c if (c != SYMBOL) c 130 libparser/java.c if ((c = nexttoken(interested, java_reserved_word)) == SYMBOL) { c 138 libparser/java.c while ((c = nexttoken(interested, java_reserved_word)) == SYMBOL && peekc(1) == '.') c 140 libparser/java.c if (c == SYMBOL) c 155 libparser/java.c if (peekc(1) == '.' && (c = nexttoken(interested, java_reserved_word)) != JAVA_CLASS) c 138 libparser/php.c #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) c 212 libparser/php.c #define unput(c) yyunput( c, (yytext_ptr) ) c 905 libparser/php.c int c = '*'; \ c 908 libparser/php.c (c = getc( php_in )) != EOF && c != '\n'; ++n ) \ c 909 libparser/php.c buf[n] = (char) c; \ c 910 libparser/php.c if ( c == '\n' ) \ c 911 libparser/php.c buf[n++] = (char) c; \ c 912 libparser/php.c if ( c == EOF && ferror( php_in ) ) \ c 1149 libparser/php.c int c; c 1152 libparser/php.c while ((c = input()) != EOF) { c 1153 libparser/php.c DBG_PRINT("%c", c); c 1154 libparser/php.c if (c == '*') { c 1155 libparser/php.c while ((c = input()) != EOF && c == '*') c 1156 libparser/php.c DBG_PRINT("%c", c); c 1157 libparser/php.c DBG_PRINT("%c", c); c 1158 libparser/php.c if (c == EOF || c == '/') c 1162 libparser/php.c if (c == EOF) c 1332 libparser/php.c int c = LEXTEXT[0]; c 1333 libparser/php.c if (c == PHP_LBRACE) c 1337 libparser/php.c DBG_PRINT("%c[%d]", c, level); c 1339 libparser/php.c return c; c 1727 libparser/php.c int c; c 1785 libparser/php.c c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ c 1789 libparser/php.c YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); c 1795 libparser/php.c return c; c 57 libutil/char.c int c; c 59 libutil/char.c while ((c = *s++) != '\0') c 60 libutil/char.c if (isregexchar(c)) c 96 libutil/char.c quote_chars(const char *s, unsigned int c) c 102 libutil/char.c if ((unsigned char)*s == c) c 28 libutil/char.h #define test_chartype(c, t) (chartype[(unsigned char)(c)] & (t)) c 31 libutil/char.h #define isregexchar(c) test_chartype(c, REGEXCHAR) c 34 libutil/char.h #define isurlchar(c) test_chartype(c, URLCHAR) c 37 libutil/char.h #define isbinarychar(c) test_chartype(c, BINARYCHAR) c 82 libutil/compress.c int c; c 111 libutil/compress.c ab2name[i].c = 0; c 117 libutil/compress.c ab->c = *p++; c 124 libutil/compress.c if (ab->c < 'a' || ab->c > 'z') c 126 libutil/compress.c i = ab->c - 'a'; c 127 libutil/compress.c ab2name[i].c = ab->c; c 157 libutil/compress.c if (ab2name[i].c != 0) { c 158 libutil/compress.c fprintf(stderr, "ab2name[%d].c = %c\n", i, ab2name[i].c); c 166 libutil/compress.c if (ab[i].c != 0) { c 167 libutil/compress.c fprintf(stderr, "name2ab[%d].c = %c\n", i, ab[i].c); c 221 libutil/compress.c strbuf_putc(sb, ab[i].c); c 65 libutil/conf.c #define isblank(c) ((c) == ' ' || (c) == '\t') c 48 libutil/pathconvert.c #define required_encode(c) encode[(unsigned char)c] c 78 libutil/pathconvert.c #define outofrange(c) (c < '0' || c > 'f') c 79 libutil/pathconvert.c #define h2int(c) (c >= 'a' ? c - 'a' + 10 : c - '0') c 167 libutil/pathconvert.c char c[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; c 173 libutil/pathconvert.c *q++ = c[*p / 16]; c 174 libutil/pathconvert.c *q++ = c[*p % 16]; c 89 libutil/split.c #define isblank(c) ((c) == ' ' || (c) == '\t') c 144 libutil/split.c int i, c; c 146 libutil/split.c if ((c = list->part[i].savec) != '\0') c 147 libutil/split.c *(list->part[i].end) = c; c 39 libutil/strbuf.c #define isblank(c) ((c) == ' ' || (c) == '\t') c 192 libutil/strbuf.c strbuf_nputc(STRBUF *sb, int c, int len) c 198 libutil/strbuf.c *sb->curp++ = c; c 227 libutil/strbuf.c strbuf_puts_withterm(STRBUF *sb, const char *s, int c) c 230 libutil/strbuf.c while (*s && *s != c) { c 290 libutil/strbuf.c strbuf_unputc(STRBUF *sb, int c) c 292 libutil/strbuf.c if (sb->curp > sb->sbuf && *(sb->curp - 1) == c) { c 423 libutil/strbuf.c int c = (unsigned char)*++s; c 427 libutil/strbuf.c if (c == '%') { c 428 libutil/strbuf.c strbuf_putc(sb, c); c 438 libutil/strbuf.c else if (isdigit(c) || (c == '-' && isdigit((unsigned char)*(s + 1)))) { c 443 libutil/strbuf.c if (c == '-') c 447 libutil/strbuf.c format[i++] = c = *s; c 449 libutil/strbuf.c if (c == 'd' || c == 'x') c 451 libutil/strbuf.c else if (c == 's') c 454 libutil/strbuf.c die("Unsupported control character '%c'.", c); c 456 libutil/strbuf.c } else if (c == 's') { c 458 libutil/strbuf.c } else if (c == 'd') { c 461 libutil/strbuf.c die("Unsupported control character '%c'.", c); c 100 libutil/strbuf.h #define strbuf_putc(sb, c) do {\ c 104 libutil/strbuf.h *sb->curp++ = c;\ c 50 libutil/strmake.c const char *c; c 54 libutil/strmake.c for (c = lim; *c; c++) c 55 libutil/strmake.c if (*p == *c) c 32 libutil/strmake.h #define isblank(c) ((c) == ' ' || (c) == '\t') c 87 libutil/tab.c int c, dest, spaces; c 97 libutil/tab.c c = getc(ip); c 98 libutil/tab.c if (c == EOF) { c 103 libutil/tab.c if (c == '\t') { c 107 libutil/tab.c *p++ = c; c 109 libutil/tab.c if (c == '\n') c 126 libutil/tab.c detab_replacing(FILE *op, const char *buf, const char *(*replace)(int c)) c 129 libutil/tab.c int c; c 132 libutil/tab.c while ((c = *buf++) != '\0') { c 133 libutil/tab.c if (c == '\t') { c 140 libutil/tab.c const char *s = replace(c); c 144 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 97 libutil/test.c int c; c 102 libutil/test.c while ((c = *flags++) != 0) { c 103 libutil/test.c switch (c) { c 111 libutil/token.c int c; c 126 libutil/token.c while ((c = nextchar()) != EOF && isspace(c)) c 129 libutil/token.c while ((c = nextchar()) != EOF && isspace(c) && c != '\n') c 131 libutil/token.c if (c == EOF || c == '\n') c 134 libutil/token.c if (c == '"' || c == '\'') { /* quoted string */ c 135 libutil/token.c int quote = c; c 137 libutil/token.c while ((c = nextchar()) != EOF) { c 138 libutil/token.c if (c == quote) c 140 libutil/token.c if (quote == '\'' && c == '\n') c 142 libutil/token.c if (c == '\\' && (c = nextchar()) == EOF) c 145 libutil/token.c } else if (c == '/') { /* comment */ c 146 libutil/token.c if ((c = nextchar()) == '/') { c 147 libutil/token.c while ((c = nextchar()) != EOF) c 148 libutil/token.c if (c == '\n') { c 152 libutil/token.c } else if (c == '*') { c 153 libutil/token.c while ((c = nextchar()) != EOF) { c 154 libutil/token.c if (c == '*') { c 155 libutil/token.c if ((c = nextchar()) == '/') c 162 libutil/token.c } else if (c == '\\') { c 165 libutil/token.c } else if (isdigit(c)) { /* digit */ c 166 libutil/token.c while ((c = nextchar()) != EOF && (c == '.' || isalnum(c))) c 169 libutil/token.c } else if (c == '#' && cmode) { c 173 libutil/token.c *p++ = c; c 176 libutil/token.c if (reserved && (c = (*reserved)(token, tlen)) == 0) c 182 libutil/token.c } else if (c == ':' && cppmode) { c 185 libutil/token.c *p++ = c; c 188 libutil/token.c if (reserved && (c = (*reserved)(token, tlen)) == 0) c 191 libutil/token.c } else if (c == '%' && ymode) { c 195 libutil/token.c *p++ = c; c 196 libutil/token.c if ((c = peekc(1)) == '%' || c == '{' || c == '}') { c 199 libutil/token.c if (reserved && (c = (*reserved)(token, tlen)) != 0) c 201 libutil/token.c } else if (!isspace(c)) { c 206 libutil/token.c } else if (c & 0x80 || isalpha(c) || c == '_') {/* symbol */ c 214 libutil/token.c } else if (c == 'L') { c 220 libutil/token.c for (*p++ = c; (c = nextchar()) != EOF && (c & 0x80 || isalnum(c) || c == '_');) { c 222 libutil/token.c *p++ = c; c 230 libutil/token.c if (c != EOF) c 233 libutil/token.c c = SYMBOL; c 235 libutil/token.c c = (*reserved)(token, tlen); c 238 libutil/token.c if (interested == NULL || strchr(interested, c)) c 244 libutil/token.c return lasttok = c; c 266 libutil/token.c int c; c 272 libutil/token.c c = nextchar(); c 274 libutil/token.c while ((c = nextchar()) != EOF && c != '\n') { c 275 libutil/token.c if (c == '/') { /* comment */ c 276 libutil/token.c if ((c = nextchar()) == '/') { c 277 libutil/token.c while ((c = nextchar()) != EOF) c 278 libutil/token.c if (c == '\n') { c 282 libutil/token.c } else if (c == '*') { c 284 libutil/token.c while ((c = nextchar()) != EOF) { c 285 libutil/token.c if (c == '*') { c 286 libutil/token.c if ((c = nextchar()) == '/') c 292 libutil/token.c else if (c == '\n') c 301 libutil/token.c else if (!isspace(c)) c 304 libutil/token.c if (c != EOF) c 306 libutil/token.c if (c != '\n' || immediate) c 307 libutil/token.c return c; c 311 libutil/token.c c = getc(ip); c 313 libutil/token.c while ((c = getc(ip)) != EOF) { c 315 libutil/token.c while ((c = getc(ip)) != EOF) { c 316 libutil/token.c if (c == '*') { c 317 libutil/token.c if ((c = getc(ip)) == '/') c 325 libutil/token.c else if (c == '/') { /* comment */ c 326 libutil/token.c if ((c = getc(ip)) == '/') { c 327 libutil/token.c while ((c = getc(ip)) != EOF) c 328 libutil/token.c if (c == '\n') { c 331 libutil/token.c } else if (c == '*') { c 332 libutil/token.c while ((c = getc(ip)) != EOF) { c 333 libutil/token.c if (c == '*') { c 334 libutil/token.c if ((c = getc(ip)) == '/') c 341 libutil/token.c else if (!isspace(c)) c 347 libutil/token.c return c;