Lines Matching refs:IObuff
835 if (vim_fgets(IObuff, IOSIZE, file)) in requires_py_version()
837 if (i == 0 && IObuff[0] == '#' && IObuff[1] == '!') in requires_py_version()
840 if (strstr((char *)IObuff + 2, "python2") != NULL) in requires_py_version()
845 if (strstr((char *)IObuff + 2, "python3") != NULL) in requires_py_version()
851 IObuff[21] = '\0'; in requires_py_version()
852 if (STRCMP("# requires python 2.x", IObuff) == 0) in requires_py_version()
857 if (STRCMP("# requires python 3.x", IObuff) == 0) in requires_py_version()
909 vim_snprintf((char *)IObuff, IOSIZE, in source_pyx_file()
912 msg((char *)IObuff); in source_pyx_file()
921 vim_snprintf((char *)IObuff, IOSIZE, in source_pyx_file()
924 msg((char *)IObuff); in source_pyx_file()