on                838 ext/gd/gd.c    	ZEND_ARG_INFO(0, on)
on               1404 ext/gd/libgd/gd.c 	int on = 1;
on               1438 ext/gd/libgd/gd.c 		dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
on               1448 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
on               1459 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
on               1487 ext/gd/libgd/gd.c 		dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
on               1497 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
on               1508 ext/gd/libgd/gd.c 				dashedSet(im, x, y, color, &on, &dashStep, wid, vert);
on               1517 ext/gd/libgd/gd.c 	int on = *onP;
on               1523 ext/gd/libgd/gd.c 		on = !on;
on               1525 ext/gd/libgd/gd.c 	if (on) {
on               1539 ext/gd/libgd/gd.c 	*onP = on;
on               5129 ext/mbstring/oniguruma/regcomp.c   static const char* on[] = { "NONE", "EXACT", "EXACT_BM", "EXACT_BM_NOT_REV",
on               5132 ext/mbstring/oniguruma/regcomp.c   fprintf(f, "optimize: %s\n", on[reg->optimize]);
on                208 ext/pdo_mysql/mysql_statement.c 					my_bool on = 1;
on                209 ext/pdo_mysql/mysql_statement.c 					mysql_stmt_attr_set(S->stmt, STMT_ATTR_UPDATE_MAX_LENGTH, &on);
on                928 sapi/cgi/fastcgi.c 			BOOL on = 1;
on                930 sapi/cgi/fastcgi.c 			int on = 1;
on                933 sapi/cgi/fastcgi.c 			setsockopt(req->fd, IPPROTO_TCP, TCP_NODELAY, (char*)&on, sizeof(on));