ASC 238 ext/gd/gdttf.c byte = ASC(*((unsigned char *) str)); ASC 249 ext/gd/gdttf.c if ((ASC(str[1]) & 0xC0) == 0x80) { ASC 252 ext/gd/gdttf.c *chPtr = (Tcl_UniChar) (((byte & 0x1F) << 6) | (ASC(str[1]) & 0x3F)); ASC 263 ext/gd/gdttf.c if (((ASC(str[1]) & 0xC0) == 0x80) && ((ASC(str[2]) & 0xC0) == 0x80)) { ASC 266 ext/gd/gdttf.c *chPtr = (Tcl_UniChar) (((byte & 0x0F) << 12) | ((ASC(str[1]) & 0x3F) << 6) | (ASC(str[2]) & 0x3F)); ASC 284 ext/gd/gdttf.c if ((ASC(*str) & 0xC0) != 0x80) { ASC 289 ext/gd/gdttf.c ch |= (ASC(*str) & 0x3F); ASC 1539 ext/gd/libgd/gd.c c = ASC (c); ASC 1565 ext/gd/libgd/gd.c c = ASC (c); ASC 175 ext/pdo_sqlite/sqlite/src/parse.y ABORT AFTER ANALYZE ASC ATTACH BEFORE BEGIN CASCADE CAST CONFLICT ASC 530 ext/pdo_sqlite/sqlite/src/parse.y sortorder(A) ::= ASC. {A = SQLITE_SO_ASC;} ASC 124 ext/sqlite/libsqlite/src/parse.y ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CLUSTER CONFLICT ASC 452 ext/sqlite/libsqlite/src/parse.y sortorder(A) ::= ASC. {A = SQLITE_SO_ASC;}