]> granicus.if.org Git - php/commitdiff
add vim modelines
authorAnatol Belski <ab@php.net>
Wed, 20 May 2015 16:51:19 +0000 (18:51 +0200)
committerAnatol Belski <ab@php.net>
Wed, 20 May 2015 17:14:05 +0000 (19:14 +0200)
win32/fnmatch.c
win32/glob.c
win32/globals.c
win32/inet.c
win32/readdir.c
win32/registry.c
win32/sendmail.c
win32/sockets.c
win32/time.c
win32/winutil.c
win32/wsyslog.c

index 590d23f5f9fe295853793d9771d39c628f91e916..c3bc5bc5e2445a49991457d50ef071cd9491c100 100644 (file)
@@ -196,3 +196,12 @@ rangematch(const char *pattern, char test, int flags)
        }
        return (ok == negate ? NULL : pattern);
 }
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 43884509ce9c8dd71b0dc2fb57c860d4eeb1b61c..8a631cef878e59b1d2895b99630666c0348b7550 100644 (file)
@@ -929,3 +929,12 @@ qprintf(str, s)
        (void)printf("\n");
 }
 #endif
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 485f0f31bb7308154d86070d70a795ad8aff1f64..37a55bde46a5f9a9d6d3443b149df3ac8460fecb 100644 (file)
@@ -78,3 +78,11 @@ PHP_RSHUTDOWN_FUNCTION(win32_core_globals)
        return SUCCESS;
 }
 
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 686cf1265c524142bb1c1172e3e14703e5ed661a..ec8018a990c942b640b5b0262573400f26ce5cbb 100644 (file)
@@ -9,3 +9,12 @@ int inet_aton(const char *cp, struct in_addr *inp) {
 
   return 1;
 }
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index b94b570cf449db24702809820108bcf55a5e790b..fc2c4357ff117d4d4be13797e3641fa0b747bbd3 100644 (file)
@@ -166,3 +166,12 @@ int rewinddir(DIR *dp)
 
        return 0;
 }
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 016781776c942e5b560d6a5aa4320076b55649df..982d09c02d615e71d9dfbf2cda86a23d08f7b570 100644 (file)
@@ -281,3 +281,12 @@ char *GetIniPathFromRegistry()
        }
        return reg_location;
 }
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index b8d18d195ea2cfd4818373c8900b612fbed7c013..e6be028091d42b550e9ae413bc4cf02d23977b6c 100644 (file)
@@ -977,3 +977,12 @@ static int FormatEmailAddress(char* Buf, char* EmailAddress, char* FormatString)
        }
        return snprintf(Buf, MAIL_BUFFER_SIZE , FormatString , EmailAddress );
 } /* end FormatEmailAddress() */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 4ad84ab9467a780b7d477ce51eb5d3c40bc32bbe..e56836468a4cd0ce9c800dd3c8850c693ba560ed 100644 (file)
@@ -90,3 +90,12 @@ error:
        WSASetLastError(WSAECONNABORTED);
        return -1;
 }
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index b65a92c7713c1b93a574281ccd04530b7a11ba7f..e437da995c5a556807560d0cd4d9c04207c03122 100644 (file)
@@ -200,3 +200,11 @@ PHPAPI int setitimer(int which, const struct itimerval *value, struct itimerval
 #endif
 #endif
 
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 488c8cbc571f99e1d2c49c98529bdd38482150e1..2faa0d9e7df0ca11acc35055032040af811886cd 100644 (file)
@@ -123,3 +123,11 @@ PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) {  /* {{{
 }
 /* }}} */
 
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */
index 8244fa12f74f83bab02f1d6183423288c174ebd3..6b0f03e8eab05283c4b9accc16cd303c4c40fd4e 100644 (file)
@@ -127,3 +127,12 @@ void openlog(const char *ident, int logopt, int facility)
        PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION);
        spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid());
 }
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */