patch 8.0.0451: some macros are in lower case

Problem:    Some macros are in lower case.
Solution:   Make a few more macros upper case. Avoid lower case macros use an
            argument twice.
diff --git a/src/gui.c b/src/gui.c
index 36d6975..34f9f20 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -4500,7 +4500,7 @@
 	for (;;)
 	{
 	    w = chartabsize(p, col);
-	    mb_ptr_adv(p);
+	    MB_PTR_ADV(p);
 	    if (*p == NUL)		/* don't count the last character */
 		break;
 	    col += w;