Skip to content

Instantly share code, notes, and snippets.

@mattn
Last active June 9, 2020 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattn/a298a352fb27e8b7eebde5b8fe8c2653 to your computer and use it in GitHub Desktop.
Save mattn/a298a352fb27e8b7eebde5b8fe8c2653 to your computer and use it in GitHub Desktop.
runtime/doc/todo.txt:5820:- Add an option to whitelist options that are allowed in a modeline. This
runtime/syntax/gnash.vim:84:syn match GnashKeyword '\<whitelist\>'
runtime/syntax/muttrc.vim:429: \ mailto_allow mime_lookup my_hdr pgp-hook push score sidebar_whitelist source
runtime/syntax/muttrc.vim:432: \ unsidebar_whitelist
runtime/syntax/neomuttrc.vim:639: \ setenv sidebar_whitelist source subjectrx subscribe-to tag-formats
runtime/syntax/neomuttrc.vim:642: \ unmy_hdr unscore unsetenv unsidebar_whitelist unsubjectrx unsubscribe-from
runtime/syntax/pfmain.vim:390:syntax keyword pfmainConf postscreen_dnsbl_whitelist_threshold
runtime/syntax/pfmain.vim:413:syntax keyword pfmainConf postscreen_whitelist_interfaces
runtime/syntax/pfmain.vim:1183:syntax match pfmainRef "$\<postscreen_dnsbl_whitelist_threshold\>"
runtime/syntax/pfmain.vim:1206:syntax match pfmainRef "$\<postscreen_whitelist_interfaces\>"
runtime/doc/indent.txt:627: *g:clojure_fuzzy_indent_blacklist*
runtime/doc/indent.txt:646: let g:clojure_fuzzy_indent_blacklist =
runtime/doc/indent.txt:653:|g:clojure_fuzzy_indent_patterns| and |g:clojure_fuzzy_indent_blacklist| are
runtime/doc/indent.txt:662: |g:clojure_fuzzy_indent_blacklist|
runtime/doc/tags.ref:5843:g:clojure_fuzzy_indent_blacklist indent.txt line 5843
runtime/indent/clojure.vim:39: if !exists('g:clojure_fuzzy_indent_blacklist')
runtime/indent/clojure.vim:40: let g:clojure_fuzzy_indent_blacklist = ['-fn$', '\v^with-%(meta|out-str|loading-context)$']
runtime/indent/clojure.vim:306: \ && !s:match_one(g:clojure_fuzzy_indent_blacklist, ww)
runtime/syntax/aptconf.vim:401: \ MinimalSteps Origins-Pattern Package-Blacklist
runtime/syntax/elinks.vim:75: \ use_pasv use_epsv accept_charset allow_blacklist
runtime/syntax/gnash.vim:58:syn match GnashKeyword '\<blacklist\>'
runtime/syntax/modconf.vim:24: \ pre-remove persistdir blacklist
runtime/syntax/pfmain.vim:373:syntax keyword pfmainConf postscreen_blacklist_action
runtime/syntax/pfmain.vim:1166:syntax match pfmainRef "$\<postscreen_blacklist_action\>"
runtime/syntax/sshconfig.vim:223:syn keyword sshconfigKeyword UseBlacklistedKeys
runtime/syntax/sshdconfig.vim:208:syn keyword sshdconfigKeyword PermitBlacklistedKeys
src/po/zh_TW.po:15:# [blacklist: ?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\]
src/po/zh_TW.po:16:# [blacklist: ?\?\?\?\?\?\?\?\?\?\?\?\?\?\]
src/po/zh_TW.UTF-8.po:22:# [blacklist: 餐枯閱珮穀跚淚躡豹擺璞縷髏吭歿俞]
src/po/zh_TW.UTF-8.po:23:# [blacklist: 娉崤黠孀廄琵愧鈾暝么吒苒塿踊]
CONTRIBUTING.md:48:[the todo file]: https://github.com/vim/vim/blob/master/runtime/doc/todo.txt
CONTRIBUTING.md:69:[Korean](https://github.com/cjw1359/opensource/blob/master/Vim/CONTRIBUTING_ko.md)
CONTRIBUTING.md:83:[1]: https://github.com/vim/vim/blob/master/src/po/README.txt
CONTRIBUTING.md:84:[2]: https://github.com/vim/vim/blob/master/runtime/lang/README.txt
CONTRIBUTING.md:85:[3]: https://github.com/vim/vim/blob/master/runtime/tutor/README.txt
CONTRIBUTING.md:86:[4]: https://github.com/vim/vim/blob/master/runtime/doc/vim.1
CONTRIBUTING.md:87:[5]: https://github.com/vim/vim/blob/master/nsis/lang/english.nsi
README.md:1:![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
README.md:3:[![Travis Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
README.md:6:[![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
README.md:121:If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file.
README.md:152:[Korean](https://github.com/cjw1359/opensource/blob/master/Vim/README_ko.md)
README_VIM9.md:1:![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
runtime/autoload/phpcomplete.vim:2823:let php_builtin['functions']['mysqli']={'mysqli_disable_reads_from_master(':'mysqli $link | bool','mysqli_disable_rpl_parse(':'mysqli $link | bool','mysqli_enable_reads_from_master(':'mysqli $link | bool','mysqli_enable_rpl_parse(':'mysqli $link | bool','mysqli_get_cache_stats(':'void | array','mysqli_master_query(':'mysqli $link, string $query | bool','mysqli_rpl_parse_enabled(':'mysqli $link | int','mysqli_rpl_probe(':'mysqli $link | bool','mysqli_slave_query(':'mysqli $link, string $query | bool',}
runtime/autoload/phpcomplete.vim:2860:let php_builtin['constants']['mysqli']={'MYSQLI_REPORT_OFF':'','MYSQLI_REPORT_ALL':'','MYSQLI_REPORT_STRICT':'','MYSQLI_REPORT_ERROR':'','MYSQLI_REPORT_INDEX':'','MYSQLI_ASSOC':'','MYSQLI_NUM':'','MYSQLI_BOTH':'','PHP_INT_MAX':'','MYSQLI_READ_DEFAULT_GROUP':'','MYSQLI_READ_DEFAULT_FILE':'','MYSQLI_OPT_CONNECT_TIMEOUT':'','MYSQLI_OPT_LOCAL_INFILE':'','MYSQLI_INIT_COMMAND':'','MYSQLI_CLIENT_SSL':'','MYSQLI_CLIENT_COMPRESS':'','MYSQLI_CLIENT_INTERACTIVE':'','MYSQLI_CLIENT_IGNORE_SPACE':'','MYSQLI_CLIENT_NO_SCHEMA':'','MYSQLI_CLIENT_MULTI_QUERIES':'','MYSQLI_STORE_RESULT':'','MYSQLI_USE_RESULT':'','MYSQLI_NOT_NULL_FLAG':'','MYSQLI_PRI_KEY_FLAG':'','MYSQLI_UNIQUE_KEY_FLAG':'','MYSQLI_MULTIPLE_KEY_FLAG':'','MYSQLI_BLOB_FLAG':'','MYSQLI_UNSIGNED_FLAG':'','MYSQLI_ZEROFILL_FLAG':'','MYSQLI_AUTO_INCREMENT_FLAG':'','MYSQLI_TIMESTAMP_FLAG':'','MYSQLI_SET_FLAG':'','MYSQLI_NUM_FLAG':'','MYSQLI_PART_KEY_FLAG':'','MYSQLI_GROUP_FLAG':'','MYSQLI_TYPE_DECIMAL':'','MYSQLI_TYPE_NEWDECIMAL':'','MYSQLI_TYPE_BIT':'','MYSQLI_TYPE_TINY':'','MYSQLI_TYPE_SHORT':'','MYSQLI_TYPE_LONG':'','MYSQLI_TYPE_FLOAT':'','MYSQLI_TYPE_DOUBLE':'','MYSQLI_TYPE_NULL':'','MYSQLI_TYPE_TIMESTAMP':'','MYSQLI_TYPE_LONGLONG':'','MYSQLI_TYPE_INT24':'','MYSQLI_TYPE_DATE':'','MYSQLI_TYPE_TIME':'','MYSQLI_TYPE_DATETIME':'','MYSQLI_TYPE_YEAR':'','MYSQLI_TYPE_NEWDATE':'','MYSQLI_TYPE_INTERVAL':'','MYSQLI_TYPE_ENUM':'','MYSQLI_TYPE_SET':'','MYSQLI_TYPE_TINY_BLOB':'','MYSQLI_TYPE_MEDIUM_BLOB':'','MYSQLI_TYPE_LONG_BLOB':'','MYSQLI_TYPE_BLOB':'','MYSQLI_TYPE_VAR_STRING':'','MYSQLI_TYPE_STRING':'','MYSQLI_TYPE_CHAR':'','MYSQLI_TYPE_GEOMETRY':'','MYSQLI_NEED_DATA':'','MYSQLI_NO_DATA':'','MYSQLI_DATA_TRUNCATED':'','MYSQLI_ENUM_FLAG':'','MYSQLI_BINARY_FLAG':'','MYSQLI_CURSOR_TYPE_FOR_UPDATE':'','MYSQLI_CURSOR_TYPE_NO_CURSOR':'','MYSQLI_CURSOR_TYPE_READ_ONLY':'','MYSQLI_CURSOR_TYPE_SCROLLABLE':'','MYSQLI_STMT_ATTR_CURSOR_TYPE':'','MYSQLI_STMT_ATTR_PREFETCH_ROWS':'','MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH':'','MYSQLI_SET_CHARSET_NAME':'','MYSQLI_DEBUG_TRACE_ENABLED':'','MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED':'','MYSQLI_SERVER_QUERY_NO_INDEX_USED':'','MYSQLI_REFRESH_GRANT':'','MYSQLI_REFRESH_LOG':'','MYSQLI_REFRESH_TABLES':'','MYSQLI_REFRESH_HOSTS':'','MYSQLI_REFRESH_STATUS':'','MYSQLI_REFRESH_THREADS':'','MYSQLI_REFRESH_SLAVE':'','MYSQLI_REFRESH_MASTER':'','MYSQLI_TRANS_COR_AND_CHAIN':'','MYSQLI_TRANS_COR_AND_NO_CHAIN':'','MYSQLI_TRANS_COR_RELEASE':'','MYSQLI_TRANS_COR_NO_RELEASE':'','MYSQL_READ_DEFAULT_FILE':'','MYSQLI_SERVER_PUBLIC_KEY':'','MYSQLI_NO_CHANGE_USER_ON_PCONNECT':'','MYSQLI_ASYNC':'','MYSQLI_OPT_INT_AND_FLOAT_NATIVE':'','MYSQLI_CLIENT_FOUND_ROWS':'','MULTI_STATEMENT':'','MYSQLI_RPL_MASTER':'','MYSQLI_RPL_SLAVE':'','MYSQLI_RPL_ADMIN':'',}
runtime/doc/eval.txt:9455:< On MS-Windows, {name} can be SystemAsterisk, SystemDefault,
runtime/doc/gui_w32.txt:464:https://github.com/vim/vim/blob/master/runtime/vim16x16.xpm
runtime/doc/pi_netrw.txt:3638: Try using ssh's ControlMaster and ControlPath (see the ssh_config
runtime/doc/pi_netrw.txt:3649: ControlMaster auto
runtime/doc/todo.txt:728: Easier to use a 'diffmaster' option, is the extra complexity needed?
runtime/doc/todo.txt:1887:Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3.
runtime/doc/todo.txt:2113:https://github.com/chrisbra/vim-mq-patches/blob/master/enable_spellchecking
runtime/doc/version7.txt:3557:Solution: Use tutor.ru.utf-8 as the master, and generate the other encodings
runtime/doc/version7.txt:4409: Help entry. Call to MoreMasterPointers() is ignored.
runtime/doc/version7.txt:4412: MoreMasterPointers(). (Nicolas Weber)
runtime/doc/version7.txt:11937:Solution: Use O_NOCTTY both in the master and slave. (Bjorn Winckler)
runtime/filetype.vim:596:" Focus Master file (but not for auto.master)
runtime/filetype.vim:597:au BufNewFile,BufRead auto.master setf conf
runtime/filetype.vim:598:au BufNewFile,BufRead *.mas,*.master setf master
runtime/doc/version8.txt:21061:Solution: Free pty_master_fd on failure.
runtime/doc/version8.txt:24569:Problem: Libvterm code lags behind master.
runtime/doc/version8.txt:25630:Solution: When stdout is not connected to pty_master_fd then use it for
runtime/ftplugin/debchangelog.vim:8:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/ftplugin/debchangelog.vim
runtime/ftplugin/debcontrol.vim:6:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/ftplugin/debcontrol.vim
runtime/ftplugin/logcheck.vim:6:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/ftplugin/logcheck.vim
runtime/indent/gitolite.vim:3:" URL: https://github.com/sitaramc/gitolite/blob/master/contrib/vim/indent/gitolite.vim
runtime/indent/gitolite.vim:4:" (https://raw.githubusercontent.com/sitaramc/gitolite/master/contrib/vim/indent/gitolite.vim)
runtime/makemenu.vim:227:SynMenu FG.Focus\ Master:master
runtime/spell/de/main.aap:39:YAMAGIDIR = https://raw.githubusercontent.com/Yamagi/vim-german-dictionaries/master
runtime/spell/README_en.txt:236: The ENABLE master word list, WORD.LST, is herewith formally released
runtime/spell/README_en.txt:594: The ENABLE master word list, WORD.LST, is herewith formally released
runtime/spell/README_en.txt:1018:236) webmaster (+plural)
runtime/spell/README_en.txt:1419:624) masterdom
runtime/spell/README_en.txt:1420:625) masterhood
runtime/spell/README_en.txt:1421:626) masterless (merged into master)
runtime/spell/README_en.txt:1824:1020) headmasterly (merged into headmaster)
runtime/spell/README_en.txt:2158:1350) MasterCard
runtime/spell/README_en.txt:2759:1940) schoolmasterly (merged into schoolmaster)
runtime/spell/README_en.txt:2760:1941) schoolmastering (merged into schoolmaster)
runtime/spell/README_en.txt:6081:4231) whoremaster (+plural)
runtime/spell/README_en.txt:6082:4232) gangmaster (+plural)
runtime/spell/README_en.txt:6083:4233) spymaster (+plural)
runtime/spell/README_en.txt:6084:4234) workmaster (Collins)
runtime/spell/README_en.txt:6086:4236) ironmaster (+plural)
runtime/spell/README_en.txt:6873:4119) stationmasters (added plural - Kevin Atkinson wordlist 60)
runtime/spell/README_en.txt:7838:5280) premaster (+plural +ing +ed)
runtime/spell/README_en.txt:8282:4820) flockmaster
runtime/spell/README_en.txt:8549:5087) divemaster (+plural)
runtime/spell/tr/main.aap:19:FILE = https://github.com/bitigchi/bitigchi.github.io/raw/master/vim-tr-spell/tr_TR.zip
runtime/synmenu.vim:209:an 50.40.150 &Syntax.FG.Focus\ Master :cal SetSyn("master")<CR>
runtime/syntax/automake.vim:6:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/automake.vim
runtime/syntax/bib.vim:26:syn keyword bibType contained mastersthesis misc phdthesis
runtime/syntax/bst.vim:41:syn keyword bstType manual mastersthesis misc
runtime/syntax/btm.vim:110:syn keyword btmBuiltInFunc contained master month name numeric
runtime/syntax/bzr.vim:4:" URL: https://github.com/hdima/vim-scripts/blob/master/syntax/bzr.vim
runtime/syntax/cabal.vim:9:" https://github.com/sdiehl/haskell-vim-proto/blob/master/vim/syntax/cabal.vim
runtime/syntax/cmod.vim:43:syn keyword cmodStatement MKPCHARP_STR APPLY_MASTER current_storage
runtime/syntax/debchangelog.vim:7:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debchangelog.vim
runtime/syntax/debcontrol.vim:7:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debcontrol.vim
runtime/syntax/debcopyright.vim:5:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debcopyright.vim
runtime/syntax/debsources.vim:6:" URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim
runtime/syntax/exim.vim:33:syn keyword eximKeyword accept_8bitmime accept_timeout admin_groups allow_mx_to_ip always_bcc auth_always_advertise auth_hosts auth_over_tls_hosts auto_thaw bi_command check_log_inodes check_log_space check_spool_inodes check_spool_space collapse_source_routes daemon_smtp_port daemon_smtp_service debug_level delay_warning delay_warning_condition deliver_load_max deliver_queue_load_max delivery_date_remove dns_again_means_nonexist dns_check_names dns_check_names_pattern dns_retrans dns_ipv4_lookup dns_retry envelope_to_remove errmsg_text errmsg_file errors_address errors_copy errors_reply_to exim_group exim_path exim_user extract_addresses_remove_arguments finduser_retries forbid_domain_literals freeze_tell_mailmaster gecos_name gecos_pattern headers_check_syntax headers_checks_fail headers_sender_verify headers_sender_verify_errmsg helo_accept_junk_hosts helo_strict_syntax helo_verify hold_domains host_accept_relay host_auth_accept_relay host_lookup host_reject host_reject_recipients hosts_treat_as_local ignore_errmsg_errors ignore_errmsg_errors_after ignore_fromline_hosts ignore_fromline_local keep_malformed kill_ip_options ldap_default_servers local_domains local_domains_include_host local_domains_include_host_literals local_from_check local_from_prefix local_from_suffix local_interfaces localhost_number locally_caseless log_all_parents log_arguments log_file_path log_incoming_port log_ip_options log_level log_queue_run_level log_received_recipients log_received_sender log_refused_recipients log_rewrites log_sender_on_delivery log_smtp_confirmation log_smtp_connections log_smtp_syntax_errors log_subject lookup_open_max max_username_length message_body_visible message_filter message_filter_directory_transport message_filter_directory2_transport message_filter_file_transport message_filter_group message_filter_pipe_transport message_filter_reply_transport message_filter_user message_id_header_text message_size_limit message_size_limit_count_recipients move_frozen_messages mysql_servers never_users nobody_group nobody_user percent_hack_domains perl_at_start perl_startup pgsql_servers pid_file_path preserve_message_logs primary_hostname print_topbitchars prod_requires_admin prohibition_message qualify_domain qualify_recipient queue_list_requires_admin queue_only queue_only_file queue_only_load queue_remote_domains queue_run_in_order queue_run_max queue_smtp_domains rbl_domains rbl_hosts rbl_log_headers rbl_log_rcpt_count rbl_reject_recipients rbl_warn_header received_header_text received_headers_max receiver_try_verify receiver_unqualified_hosts receiver_verify receiver_verify_addresses receiver_verify_hosts receiver_verify_senders recipients_max recipients_max_reject recipients_reject_except recipients_reject_except_senders refuse_ip_options relay_domains relay_domains_include_local_mx relay_match_host_or_sender remote_max_parallel remote_sort retry_data_expire retry_interval_max return_path_remove return_size_limit rfc1413_hosts rfc1413_query_timeout security sender_address_relay sender_address_relay_hosts sender_reject sender_reject_recipients sender_try_verify sender_unqualified_hosts sender_verify sender_verify_batch sender_verify_callback_domains sender_verify_callback_timeout sender_verify_fixup sender_verify_hosts sender_verify_hosts_callback sender_verify_max_retry_rate sender_verify_reject smtp_accept_keepalive smtp_accept_max smtp_accept_max_per_host smtp_accept_queue smtp_accept_queue_per_connection smtp_accept_reserve smtp_banner smtp_check_spool_space smtp_connect_backlog smtp_etrn_command smtp_etrn_hosts smtp_etrn_serialize smtp_expn_hosts smtp_load_reserve smtp_receive_timeout smtp_reserve_hosts smtp_verify split_spool_directory spool_directory strip_excess_angle_brackets strip_trailing_dot syslog_timestamp timeout_frozen_after timestamps_utc timezone tls_advertise_hosts tls_certificate tls_dhparam tls_host_accept_relay tls_hosts tls_log_cipher tls_log_peerdn tls_privatekey tls_verify_certificates tls_verify_ciphers tls_verify_hosts trusted_groups trusted_users unknown_login unknown_username untrusted_set_sender uucp_from_pattern uucp_from_sender warnmsg_file
runtime/syntax/exim.vim:34:syn keyword eximKeyword no_accept_8bitmime no_allow_mx_to_ip no_always_bcc no_auth_always_advertise no_collapse_source_routes no_delivery_date_remove no_dns_check_names no_envelope_to_remove no_extract_addresses_remove_arguments no_forbid_domain_literals no_freeze_tell_mailmaster no_headers_check_syntax no_headers_checks_fail no_headers_sender_verify no_headers_sender_verify_errmsg no_helo_strict_syntax no_ignore_errmsg_errors no_ignore_fromline_local no_kill_ip_options no_local_domains_include_host no_local_domains_include_host_literals no_local_from_check no_locally_caseless no_log_all_parents no_log_arguments no_log_incoming_port no_log_ip_options no_log_received_recipients no_log_received_sender no_log_refused_recipients no_log_rewrites no_log_sender_on_delivery no_log_smtp_confirmation no_log_smtp_connections no_log_smtp_syntax_errors no_log_subject no_message_size_limit_count_recipients no_move_frozen_messages no_preserve_message_logs no_print_topbitchars no_prod_requires_admin no_queue_list_requires_admin no_queue_only no_rbl_log_headers no_rbl_log_rcpt_count no_rbl_reject_recipients no_receiver_try_verify no_receiver_verify no_recipients_max_reject no_refuse_ip_options no_relay_domains_include_local_mx no_relay_match_host_or_sender no_return_path_remove no_sender_try_verify no_sender_verify no_sender_verify_batch no_sender_verify_fixup no_sender_verify_reject no_smtp_accept_keepalive no_smtp_check_spool_space no_smtp_etrn_serialize no_smtp_verify no_split_spool_directory no_strip_excess_angle_brackets no_strip_trailing_dot no_syslog_timestamp no_timestamps_utc no_tls_log_cipher no_tls_log_peerdn no_untrusted_set_sender
runtime/syntax/exim.vim:35:syn keyword eximKeyword not_accept_8bitmime not_allow_mx_to_ip not_always_bcc not_auth_always_advertise not_collapse_source_routes not_delivery_date_remove not_dns_check_names not_envelope_to_remove not_extract_addresses_remove_arguments not_forbid_domain_literals not_freeze_tell_mailmaster not_headers_check_syntax not_headers_checks_fail not_headers_sender_verify not_headers_sender_verify_errmsg not_helo_strict_syntax not_ignore_errmsg_errors not_ignore_fromline_local not_kill_ip_options not_local_domains_include_host not_local_domains_include_host_literals not_local_from_check not_locally_caseless not_log_all_parents not_log_arguments not_log_incoming_port not_log_ip_options not_log_received_recipients not_log_received_sender not_log_refused_recipients not_log_rewrites not_log_sender_on_delivery not_log_smtp_confirmation not_log_smtp_connections not_log_smtp_syntax_errors not_log_subject not_message_size_limit_count_recipients not_move_frozen_messages not_preserve_message_logs not_print_topbitchars not_prod_requires_admin not_queue_list_requires_admin not_queue_only not_rbl_log_headers not_rbl_log_rcpt_count not_rbl_reject_recipients not_receiver_try_verify not_receiver_verify not_recipients_max_reject not_refuse_ip_options not_relay_domains_include_local_mx not_relay_match_host_or_sender not_return_path_remove not_sender_try_verify not_sender_verify not_sender_verify_batch not_sender_verify_fixup not_sender_verify_reject not_smtp_accept_keepalive not_smtp_check_spool_space not_smtp_etrn_serialize not_smtp_verify not_split_spool_directory not_strip_excess_angle_brackets not_strip_trailing_dot not_syslog_timestamp not_timestamps_utc not_tls_log_cipher not_tls_log_peerdn not_untrusted_set_sender
runtime/syntax/falcon.vim:4:" Website: http://github.com/steveno/vim-files/blob/master/syntax/falcon.vim
runtime/syntax/fetchmail.vim:56:syn keyword fetchmailOptions daemon postmaster bouncemail spambounce logfile
runtime/syntax/framescript.vim:301: \ MasterPage
runtime/syntax/fstab.vim:4:" URL: https://raw.github.com/rid9/vim-fstab/master/fstab.vim
runtime/syntax/fstab.vim:180:syn match fsOptionsKeywords contained /\<\%(ControlMaster\|StrictHostKeyChecking\|VerifyHostKeyDNS\)=/ nextgroup=fsOptionsSshYesNoAsk
runtime/syntax/gitolite.vim:3:" URL: https://github.com/sitaramc/gitolite/blob/master/contrib/vim/syntax/gitolite.vim
runtime/syntax/gitolite.vim:4:" (https://raw.githubusercontent.com/sitaramc/gitolite/master/contrib/vim/syntax/gitolite.vim)
runtime/syntax/hamster.vim:299:syn keyword hamsterFunction hampostmaster
runtime/syntax/hollywood.vim:117:syn keyword hwFunction LowerStr UpperStr Val StrStr UnrightStr UnleftStr Chr MidStr RightStr LeftStr FindStr AddStr HexStr Asc StrLen ReplaceStr BinStr SplitStr PadNum StrToArray TrimStr ToString ToNumber UnmidStr CountStr InsertStr RepeatStr MD5Str CRC32Str FormatStr PatternFindStr PatternReplaceStr Eval PatternFindStrDirect PatternFindStrShort ArrayToStr Base64Str ToUserData ByteOffset CharOffset CharWidth ValidateStr ConvertStr ReverseStr ByteLen IsAlNum IsAlpha IsCntrl IsDigit IsGraph IsLower IsPrint IsPunct IsSpace IsUpper IsXDigit CompareStr ByteAsc ByteChr StartsWith EndsWith StripStr EmptyStr ByteVal ByteStrStr Abs Sin Cos Tan ASin ACos ATan ATan2 Ceil Floor Mod FrExp LdExp Sqrt Min Max Log Ld Ln Exp Deg Pow Rad Rnd RndF Add Sub Div Mul Round Int Frac Shr Shl Rt Wrap Limit BitSet BitTest BitClear BitXor BitComplement Sgn Sar Ror Rol Cast Hypot EndianSwap RndStrong Red Green Blue RGB ARGB MovePointer HidePointer SetPointer ShowPointer GetAttribute GetPen VWait SetFPSLimit GetFPSLimit IsPicture GetRealColor SaveSnapshot MixRGB CreateClipRegion SetClipRegion FreeClipRegion CreatePointer FreePointer AsyncDrawFrame CancelAsyncDraw FinishAsyncDraw DumpVideoTime GetRandomColor SetDrawTagsDefault BeginRefresh EndRefresh Intersection Box Plot Ellipse Line Circle Polygon SetFillStyle ReadPixel Cls Arc SetFormStyle SetLineWidth GetFillStyle GetFormStyle GetLineWidth MoveBrush MoveAnim MoveTextObject MoveLayer MoveSprite OpenFile Eof ReadChr ReadLine ReadString Seek WriteChr WriteLine WriteString Exists FileSize PathPart FilePart MakeDirectory GetVolumeInfo DeleteFile Execute Run ChangeDirectory GetVolumeName CloseFile ReadDirectory FullPath CopyFile Rename IsDirectory CRC32 WriteShort WriteInt WriteFloat ReadShort ReadInt ReadFloat FilePos MatchPattern FlushFile SetIOMode GetFileAttributes SetFileAttributes GetTempFileName FileLength CompressFile DecompressFile OpenDirectory CloseDirectory NextDirectoryEntry WriteFunction ReadFunction DefineVirtualFile ReadTable WriteTable GetCurrentDirectory ApplyPatch DefineVirtualFileFromString UndefineVirtualStringFile FileToString StringToFile GetEnv SetEnv UnsetEnv MD5 FileLines FileAttributes GetAsset ReadByte WriteByte ReadBytes WriteBytes DirectoryItems MoveFile UseCarriageReturn HaveVolume GetDirectoryEntry RewindDirectory CountDirectoryEntries MonitorDirectory WaitLeftMouse WaitRightMouse WaitKeyDown IsKeyDown WhileRightMouseDown WhileMouseDown WhileKeyDown IsLeftMouse IsRightMouse BreakWhileMouseOn SetEventTimeout GetEventCode LeftMouseQuit EscapeQuit CtrlCQuit EnableEvent DisableEvent RemoveButton RemoveKeyDown ModifyButton ModifyKeyDown WhileMouseOn CreateButton CreateKeyDown FreeEventCache ClearEvents CheckEvent WaitEvent MouseX MouseY MakeButton DeleteButton DisableButton EnableButton InstallEventHandler SetInterval SetTimeout ClearInterval ClearTimeout ChangeInterval DumpButtons WaitMidMouse IsMidMouse ResetKeyStates JoyDir JoyFire CountJoysticks BreakEventHandler CheckEvents CreatePort SendMessage ShowKeyboard HideKeyboard Wait OpenCatalog CloseCatalog GetCatalogString GetDate GetTime GetWeekday GetDateNum GetTimer PauseTimer ResumeTimer StartTimer StopTimer SystemRequest GetMemoryInfo End GetErrorName Sort DebugStr DebugVal DebugPrint ExitOnError GetLastError DebugOutput GetType IIf InsertItem RemoveItem ListItems StringRequest Unpack SetMetaTable GetMetaTable RawEqual RawGet RawSet GCInfo CollectGarbage Error WaitTimer FileRequest PathRequest IPairs Pairs NextItem GetVersion GetCommandLine GetProgramInfo ResetTimer GetConstant SetClipboard GetClipboard PeekClipboard ClearClipboard CompareDates OpenURL CopyTable FontRequest ListRequest ColorRequest GetSystemLanguage GetSystemCountry DebugPrompt GetFileArgument Assert ForEach ForEachI Concat GetObjectType GetObjectData SetObjectData ClearObjectData CopyObjectData HaveObjectData GetObjects RaiseOnError HaveObject GetPlugins IsNil HaveItem DisablePlugin EnablePlugin LoadPlugin HavePlugin GetSystemInfo LegacyControl DisableLineHook EnableLineHook IncreasePointer DecreasePointer GetApplicationInfo DebugPrintNR TableItems IsTableEmpty LoadPrefs SavePrefs DeletePrefs IsUnicode GetTimestamp GetCountryInfo GetLanguageInfo GetTimeZone TimestampToDate DateToTimestamp ParseDate MakeDate DateToUTC UTCToDate ValidateDate Pack ConsolePrint ConsolePrintNR ConsolePrompt Beep ShowNotification GetIconProperties SetIconProperties SetWBIcon OpenAmigaGuide CloseAmigaGuide ShowRinghioMessage GetApplicationList SendApplicationMessage ChangeApplicationIcon ReadRegistryKey WriteRegistryKey CreateShortcut SetTrayIcon GetShortcutPath ShowToast PerformSelector OpenResourceMonitor CloseResourceMonitor ImageRequest PermissionRequest Vibrate CallJavaMethod Undo EnableLayers DisableLayers SwapLayers InsertLayer ShowLayer HideLayer RemoveLayer SetLayerTransparency SetLayerLight SetLayerTint AddMove ClearMove DoMove FreeLayers NextFrame SetLayerName Collision DumpLayers ScaleLayer RotateLayer SetLayerStyle GetLayerStyle TransformLayer SetLayerAnchor LayerExists SetLayerZPos TranslateLayer SelectLayer CreateLayer ModifyLayerFrames GetLayerAtPos SetLayerShadow SetLayerFilter SetLayerBorder LayerToFront LayerToBack PlayLayer StopLayer PauseLayer ResumeLayer SeekLayer SetLayerVolume RemoveLayers SetFont SetFontColor TextHeight TextWidth ResetTabs AddTab Locate SetMargins SetFontStyle Print NPrint TextOut CreateTextObject DisplayTextObject FreeTextObject InKeyStr TextExtent ScaleTextObject CopyTextObject RotateTextObject OpenFont CloseFont UseFont GetAvailableFonts FreeGlyphCache SetDefaultEncoding AddFontPath GetKerningPair GetDefaultEncoding GetFontColor GetFontStyle PlayAnim FreeAnim ScaleAnim PlayAnimDisk LoadAnimFrame LoadAnim IsAnim CreateAnim CopyAnim GetAnimFrame DisplayAnimFrame ModifyAnimFrames SelectAnim SaveAnim BeginAnimStream WriteAnimFrame FinishAnimStream SetAnimFrameDelay ChangeDisplaySize SetTitle MoveDisplay HideDisplay ShowDisplay SetDisplayAttributes CreateDisplay FreeDisplay OpenDisplay CloseDisplay SelectDisplay ActivateDisplay ChangeDisplayMode GetDisplayModes GetMonitors CreateMenu FreeMenu SelectMenuItem DeselectMenuItem IsMenuItemSelected DisableMenuItem EnableMenuItem IsMenuItemDisabled GetPubScreens ShowScreen HideScreen SetScreenTitle GetFrontScreen SetSubtitle FreeSample LoadSample IsSound GetPatternPosition GetSongPosition PlaySubsong WaitPatternPosition WaitSongPosition WaitSampleEnd IsSamplePlaying SetVolume SetPitch SetPanning StopSample PlaySample SetMasterVolume IsSample CreateSample OpenMusic CloseMusic PlayMusic StopMusic PauseMusic ResumeMusic SeekMusic SetMusicVolume IsMusic IsMusicPlaying PlayModule StopModule PauseModule ResumeModule LoadModule FreeModule IsModule SaveSample GetSampleData CreateMusic FillMusicBuffer MixSample CopySample InsertSample FlushMusicBuffer IsChannelPlaying HaveFreeChannel StopChannel GetChannels SetChannelVolume OpenAudio CloseAudio ForceSound CreateBrush DisplayBrush DisplayBrushPart ScaleBrush FreeBrush TintBrush ReplaceColors InvertBrush FlipBrush MixBrush BrushToGray RotateBrush GetBrushLink SelectBrush CopyBrush SetBrushTransparency LoadBrush SelectMask SetMaskMode SaveBrush SelectAlphaChannel SetAlphaIntensity DeleteAlphaChannel CropBrush InvertMask InvertAlphaChannel FloodFill DeleteMask BeginDoubleBuffer EndDoubleBuffer Flip ConvertToBrush GrabDesktop TransformBrush TrimBrush RasterizeBrush BlurBrush EmbossBrush EdgeBrush SharpenBrush SolarizeBrush GammaBrush ContrastBrush ModulateBrush SepiaToneBrush CharcoalBrush SwirlBrush PixelateBrush BrushToMonochrome ChangeBrushTransparency CreateShadowBrush CreateBorderBrush WaterRippleBrush OilPaintBrush BrushToRGBArray RGBArrayToBrush PerspectiveDistortBrush ArcDistortBrush PolarDistortBrush BarrelDistortBrush CreateGradientBrush CreateTexturedBrush ReadBrushPixel WriteBrushPixel QuantizeBrush ReduceAlphaChannel IsBrushEmpty DisplayBGPic DisplayBGPicPart ScaleBGPic CreateGradientBGPic CreateRainbowBGPic CreateTexturedBGPic BrushToBGPic BGPicToBrush CreateBGPic FreeBGPic LoadBGPic SelectBGPic EndSelect CopyBGPic DisplayBrushFX DisplayTextObjectFX DisplayTransitionFX DisplayBGPicPartFX UndoFX ShowLayerFX HideLayerFX RemoveLayerFX GetRandomFX ClearScreen CreateSprite DisplaySprite RemoveSprite FreeSprite LoadSprite ScaleSprite CopySprite FlipSprite RemoveSprites SetSpriteZPos AllocMem FreeMem Poke Peek FillMem CopyMem ReadMem WriteMem DumpMem MemToTable TableToMem GetMemPointer GetMemString AllocMemFromPointer AllocMemFromVirtualFile MoveTo LineTo CurveTo RelMoveTo RelLineTo RelCurveTo DrawPath StartPath StartSubPath ClosePath AddArcToPath AddCircleToPath AddEllipseToPath AddBoxToPath SetLineJoin SetLineCap SetDash SetFillRule FreePath ClearPath IsPathEmpty GetCurrentPoint GetPathExtents CopyPath AppendPath AddTextToPath TranslatePath NormalizePath ForcePathUse SetVectorEngine PathItems PathToBrush GetFillRule GetLineJoin GetLineCap GetDash SetMiterLimit GetMiterLimit CreateIcon FreeIcon LoadIcon SaveIcon AddIconImage RemoveIconImage SetStandardIconImage OpenSerialPort CloseSerialPort ReadSerialData WriteSerialData FlushSerialPort SetBaudRate SetStopBits SetDataBits SetParity SetFlowControl SetDTR SetRTS GetBaudRate GetStopBits GetDataBits GetParity GetFlowControl GetDTR GetRTS PollSerialQueue ClearSerialQueue OpenConnection CloseConnection CreateServer CloseServer SendData ReceiveData GetConnectionIP GetConnectionPort GetHostName ToIP ToHostName DownloadFile UploadFile SetNetworkTimeout GetLocalIP GetLocalPort CreateUDPObject CloseUDPObject SendUDPData ReceiveUDPData IsOnline GetMACAddress GetConnectionProtocol GetLocalProtocol SetNetworkProtocol ResolveHostName OpenVideo CloseVideo PlayVideo StopVideo PauseVideo ResumeVideo SeekVideo IsVideo SetVideoSize SetVideoPosition SetVideoVolume GetVideoFrame IsVideoPlaying ForceVideoMode ForceVideoDriver DumpVideo DisplayVideoFrame SendRexxCommand RunRexxScript CreateRexxPort
runtime/syntax/java.vim:4:" URL: https://github.com/fleiner/vim/blob/master/runtime/syntax/java.vim
runtime/syntax/lilo.vim:74:syn keyword liloImageOpt master-boot wmwarn wmdisable
runtime/syntax/lpc.vim:97:" master applies
runtime/syntax/lpc.vim:138:syn keyword lpc_efuns contained malloc_check malloc_debug malloc_status map map_array map_delete map_mapping mapp master match_path max_eval_cost member_array memory_info memory_summary message mkdir moncontrol move_object mud_status
runtime/syntax/lsl.vim:191:\ llLoopSoundMaster llLoopSoundSlave llMD5String llMakeExplosion llMakeFire
runtime/syntax/make.vim:5:" URL: https://github.com/vim/vim/blob/master/runtime/syntax/make.vim
runtime/syntax/maple.vim:22:" routines of Release 4. <Jacques Carette - carette@mcmaster.ca>
runtime/syntax/mason.vim:4:" Homepage: http://github.com/vim-perl/vim-perl/tree/master
runtime/syntax/master.vim:2:" Language: Focus Master File
runtime/syntax/master.vim:5:" URL: http://www.datatone.com/~robb/vim/syntax/master.vim
runtime/syntax/master.vim:19:syn keyword masterKeyword FILENAME SUFFIX SEGNAME SEGTYPE PARENT FIELDNAME
runtime/syntax/master.vim:20:syn keyword masterKeyword FIELD ALIAS USAGE INDEX MISSING ON
runtime/syntax/master.vim:21:syn keyword masterKeyword FORMAT CRFILE CRKEY
runtime/syntax/master.vim:22:syn keyword masterDefine DEFINE DECODE EDIT
runtime/syntax/master.vim:23:syn region masterString start=+"+ end=+"+
runtime/syntax/master.vim:24:syn region masterString start=+'+ end=+'+
runtime/syntax/master.vim:25:syn match masterComment "\$.*"
runtime/syntax/master.vim:30:hi def link masterKeyword Keyword
runtime/syntax/master.vim:31:hi def link masterComment Comment
runtime/syntax/master.vim:32:hi def link masterString String
runtime/syntax/master.vim:35:let b:current_syntax = "master"
runtime/syntax/mf.vim:207: syn keyword mfConstant laserjettwoonezerozerofastres lasermaster
runtime/syntax/mf.vim:211: syn keyword mfConstant ljfour ljfzzz ljfzzzfr ljlo ljtozz ljtozzfr lmaster
runtime/syntax/mplayerconf.vim:105: \ term-osd-esc title tvscan udp-ip udp-master
runtime/syntax/mush.vim:82:syntax keyword mushFunction contained vtloc vtlocate vtmaster vtname vtref vttel
runtime/syntax/muttrc.vim:402: \ mh_seq_unseen mime_type_query_command mixmaster msg_format new_mail_command pager
runtime/syntax/mysql.vim:214:syn region mysqlFunction start="master_pos_wait(" end=")" contains=ALL
runtime/syntax/named.vim:130:syn keyword namedCNKeywords contained fail warn ignore master slave response
runtime/syntax/named.vim:148:syn region namedZoneSection contained start=+{+ end=+};+ contains=namedZoneOpt,namedCNOption,namedComment,namedMasters,namedParenError
runtime/syntax/named.vim:157:syn keyword namedZoneType contained master slave stub forward hint
runtime/syntax/named.vim:159:syn keyword namedZoneOpt contained masters forwarders
runtime/syntax/neomuttrc.vim:602: \ display_filter editor inews ispell mixmaster new_mail_command pager
runtime/syntax/ninja.vim:12:" https://github.com/ninja-build/ninja/blob/master/src/lexer.in.cc
runtime/syntax/ninja.vim:13:" https://github.com/ninja-build/ninja/blob/master/src/manifest_parser.cc
runtime/syntax/nqc.vim:58:" Functions - RCX, CyberMaster
runtime/syntax/nqc.vim:229:" additional CyberMaster defines
runtime/syntax/nqc.vim:232:" Functions - CyberMaster
runtime/syntax/perl.vim:4:" Homepage: https://github.com/vim-perl/vim-perl/tree/master
runtime/syntax/perl6.vim:4:" Homepage: https://github.com/vim-perl/vim-perl/tree/master
runtime/syntax/pf.vim:161:syn keyword pfService kerberos_master
runtime/syntax/pfmain.vim:312:syntax keyword pfmainConf master_service_disable
runtime/syntax/pfmain.vim:1105:syntax match pfmainRef "$\<master_service_disable\>"
runtime/syntax/php.vim:193:syn keyword phpFunctions mysqli_affected_rows mysqli_autocommit mysqli_bind_param mysqli_bind_result mysqli_change_user mysqli_character_set_name mysqli_close mysqli_commit mysqli_connect mysqli_data_seek mysqli_debug mysqli_disable_reads_from_master mysqli_disable_rpl_parse mysqli_dump_debug_info mysqli_enable_reads_from_master mysqli_enable_rpl_parse mysqli_errno mysqli_error mysqli_execute mysqli_fetch_array mysqli_fetch_assoc mysqli_fetch_field_direct mysqli_fetch_field mysqli_fetch_fields mysqli_fetch_lengths mysqli_fetch_object mysqli_fetch_row mysqli_fetch mysqli_field_count mysqli_field_seek mysqli_field_tell mysqli_free_result mysqli_get_client_info mysqli_get_host_info mysqli_get_proto_info mysqli_get_server_info mysqli_get_server_version mysqli_info mysqli_init mysqli_insert_id mysqli_kill mysqli_master_query mysqli_num_fields mysqli_num_rows mysqli_options mysqli_param_count mysqli_ping mysqli_prepare_result mysqli_prepare mysqli_profiler mysqli_query mysqli_read_query_result mysqli_real_connect mysqli_real_escape_string mysqli_real_query mysqli_reload mysqli_rollback mysqli_rpl_parse_enabled mysqli_rpl_probe mysqli_rpl_query_type mysqli_select_db mysqli_send_long_data mysqli_send_query mysqli_slave_query mysqli_ssl_set mysqli_stat mysqli_stmt_affected_rows mysqli_stmt_close mysqli_stmt_errno mysqli_stmt_error mysqli_stmt_store_result mysqli_store_result mysqli_thread_id mysqli_thread_safe mysqli_use_result mysqli_warning_count contained
runtime/syntax/php.vim:196:syn keyword phpFunctions yp_all yp_cat yp_err_string yp_errno yp_first yp_get_default_domain yp_master yp_match yp_next yp_order contained
runtime/syntax/pike.vim:63:syn keyword pikePredef log lower_case master max min mkdir mktime mv
runtime/syntax/pike.vim:65:syn keyword pikePredef remove_call_out removexattr replace_master rm round
runtime/syntax/quake.vim:76: syn keyword quake2Command give gun_model setmaster sky sv_maplist wave
runtime/syntax/rcs.vim:4:" URL: https://github.com/hdima/vim-scripts/blob/master/syntax/rcs.vim
runtime/syntax/resolv.vim:4:" URL: https://raw.github.com/rid9/vim-resolv/master/resolv.vim
runtime/syntax/samba.vim:48:syn keyword sambaKeyword contained mangled mangling map mask master max mem
runtime/syntax/sqlanywhere.vim:543:syn keyword sqlKeyword main major manage manual mark master
runtime/syntax/sshconfig.vim:156:syn keyword sshconfigKeyword ControlMaster
runtime/syntax/svn.vim:4:" URL: https://github.com/hdima/vim-scripts/blob/master/syntax/svn.vim
runtime/syntax/tpp.vim:6:" URL: https://salsa.debian.org/vim-team/vim-debian/master/syntax/tpp.vim
runtime/syntax/typescriptcommon.vim:83:" <https://github.com/vim/vim/blob/master/runtime/syntax/javascript.vim#L48>
runtime/syntax/voscm.vim:35:syn keyword voscmFunction contained length lock_type locked ltrim master_disk max message min mod module_info
src/gui_dwrite.cpp:729: // Most of this function is copied from: https://github.com/Microsoft/Windows-classic-samples/blob/master/Samples/Win7Samples/multimedia/DirectWrite/RenderTest/TextHelpers.cpp
src/gui_gtk_x11.c:2350: client = gnome_master_client();
src/gui_gtk_x11.c:3986: client = gnome_master_client();
src/gui_haiku.cc:2075: // master view
src/iscygpty.c:133: // '\{cygwin,msys}-XXXXXXXXXXXXXXXX-ptyN-{from,to}-master'
src/iscygpty.c:156: if (is_wprefix(p, L"-from-master")) {
src/iscygpty.c:158: } else if (is_wprefix(p, L"-to-master")) {
src/os_unix.c:3418: // "fd" when it is a master device.
src/os_unix.c:4257: * Open a PTY, with FD for the master and slave side.
src/os_unix.c:4258: * When failing "pty_master_fd" and "pty_slave_fd" are -1.
src/os_unix.c:4263:open_pty(int *pty_master_fd, int *pty_slave_fd, char_u **name1, char_u **name2)
src/os_unix.c:4272: *pty_master_fd = mch_openpty(&tty_name); // open pty
src/os_unix.c:4273: if (*pty_master_fd >= 0)
src/os_unix.c:4285: close(*pty_master_fd);
src/os_unix.c:4286: *pty_master_fd = -1;
src/os_unix.c:4562: int pty_master_fd = -1; // for pty's
src/os_unix.c:4594: * Try to open a master pty.
src/os_unix.c:4596: * If the slave can't be opened, close the master pty.
src/os_unix.c:4599: open_pty(&pty_master_fd, &pty_slave_fd, NULL, NULL);
src/os_unix.c:4603: if (pty_master_fd < 0)
src/os_unix.c:4641: if (pty_master_fd >= 0) // close the pseudo tty
src/os_unix.c:4643: close(pty_master_fd);
src/os_unix.c:4747: if (pty_master_fd >= 0)
src/os_unix.c:4749: close(pty_master_fd); // close master side of pty
src/os_unix.c:4841: if (pty_master_fd >= 0)
src/os_unix.c:4843: fromshell_fd = pty_master_fd;
src/os_unix.c:4844: toshell_fd = dup(pty_master_fd);
src/os_unix.c:4996: if (len == 1 && (pty_master_fd < 0 || cmd != NULL))
src/os_unix.c:5004: if (pty_master_fd < 0 && toshell_fd >= 0
src/os_unix.c:5018: if (pty_master_fd < 0)
src/os_unix.c:5300: if (pty_master_fd >= 0)
src/os_unix.c:5389: int pty_master_fd = -1;
src/os_unix.c:5412: open_pty(&pty_master_fd, &pty_slave_fd,
src/os_unix.c:5431: if (!use_null_for_in && (pty_master_fd < 0 || use_buffer_for_in)
src/os_unix.c:5446: else if (!use_null_for_out && pty_master_fd < 0 && pipe(fd_out) < 0)
src/os_unix.c:5461: && pty_master_fd < 0 && pipe(fd_err) < 0)
src/os_unix.c:5478: job->jv_tty_out, pty_master_fd);
src/os_unix.c:5624: if (pty_master_fd >= 0)
src/os_unix.c:5626: close(pty_master_fd); // not used in the child
src/os_unix.c:5655: if (pty_master_fd >= 0)
src/os_unix.c:5671: in_fd = fd_in[1] >= 0 ? fd_in[1] : pty_master_fd;
src/os_unix.c:5674: out_fd = fd_out[0] >= 0 ? fd_out[0] : pty_master_fd;
src/os_unix.c:5676: // When using pty_master_fd only set it for stdout, do not duplicate
src/os_unix.c:5682: else if (out_fd != pty_master_fd)
src/os_unix.c:5683: err_fd = pty_master_fd;
src/os_unix.c:5697: if (pty_master_fd >= 0)
src/os_unix.c:5698: close(pty_master_fd);
src/os_unix.c:5718: if (pty_master_fd >= 0)
src/os_unix.c:5719: close(pty_master_fd);
src/os_unix.c:5899: int pty_master_fd = -1;
src/os_unix.c:5903: open_pty(&pty_master_fd, &pty_slave_fd, &job->jv_tty_out, &job->jv_tty_in);
src/os_unix.c:5909: close(pty_master_fd);
src/os_unix.c:5914: job->jv_tty_out, pty_master_fd);
src/os_unix.c:5918: // Only set the pty_master_fd for stdout, do not duplicate it for stderr,
src/os_unix.c:5920: channel_set_pipes(channel, pty_master_fd, pty_master_fd, INVALID_FD);
src/pty.c:147:initmaster(int f UNUSED)
src/pty.c:212: initmaster(f);
src/pty.c:228: initmaster(f);
src/pty.c:253: initmaster(f);
src/pty.c:278: initmaster(f);
src/pty.c:302: initmaster(f);
src/pty.c:339: initmaster(f);
src/pty.c:368: initmaster(f);
src/pty.c:440: initmaster(f);
src/pty.c:459: // master device.
src/pty.c:468: // Trick: return 2 in order to advice the caller that "fd" is a master
src/README.md:1:![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
src/README.md:122:[`structs.h`](https://github.com/vim/vim/blob/master/src/structs.h).
src/README.md:125:[`globals.h`](https://github.com/vim/vim/blob/master/src/globals.h).
src/README.md:143:[`screen.c`](https://github.com/vim/vim/blob/master/src/screen.c)
src/README.md:176:[`normal.c`](https://github.com/vim/vim/blob/master/src/normal.c)
src/README.md:191:[`option.c`](https://github.com/vim/vim/blob/master/src/option.c),
src/README.md:201:through [`gui.c`](https://github.com/vim/vim/blob/master/src/gui.c).
src/README.md:225:[`CONTRIBUTING.md`](https://github.com/vim/vim/blob/master/CONTRIBUTING.md)
src/testdir/test_filetype.vim:108: \ 'conf': ['auto.master'],
src/testdir/test_filetype.vim:280: \ 'master': ['file.mas', 'file.master'],
src/xdiff/README.txt:2:You can find it here: https://github.com/git/git/tree/master/xdiff
runtime/autoload/phpcomplete.vim:2823:let php_builtin['functions']['mysqli']={'mysqli_disable_reads_from_master(':'mysqli $link | bool','mysqli_disable_rpl_parse(':'mysqli $link | bool','mysqli_enable_reads_from_master(':'mysqli $link | bool','mysqli_enable_rpl_parse(':'mysqli $link | bool','mysqli_get_cache_stats(':'void | array','mysqli_master_query(':'mysqli $link, string $query | bool','mysqli_rpl_parse_enabled(':'mysqli $link | int','mysqli_rpl_probe(':'mysqli $link | bool','mysqli_slave_query(':'mysqli $link, string $query | bool',}
runtime/autoload/phpcomplete.vim:2860:let php_builtin['constants']['mysqli']={'MYSQLI_REPORT_OFF':'','MYSQLI_REPORT_ALL':'','MYSQLI_REPORT_STRICT':'','MYSQLI_REPORT_ERROR':'','MYSQLI_REPORT_INDEX':'','MYSQLI_ASSOC':'','MYSQLI_NUM':'','MYSQLI_BOTH':'','PHP_INT_MAX':'','MYSQLI_READ_DEFAULT_GROUP':'','MYSQLI_READ_DEFAULT_FILE':'','MYSQLI_OPT_CONNECT_TIMEOUT':'','MYSQLI_OPT_LOCAL_INFILE':'','MYSQLI_INIT_COMMAND':'','MYSQLI_CLIENT_SSL':'','MYSQLI_CLIENT_COMPRESS':'','MYSQLI_CLIENT_INTERACTIVE':'','MYSQLI_CLIENT_IGNORE_SPACE':'','MYSQLI_CLIENT_NO_SCHEMA':'','MYSQLI_CLIENT_MULTI_QUERIES':'','MYSQLI_STORE_RESULT':'','MYSQLI_USE_RESULT':'','MYSQLI_NOT_NULL_FLAG':'','MYSQLI_PRI_KEY_FLAG':'','MYSQLI_UNIQUE_KEY_FLAG':'','MYSQLI_MULTIPLE_KEY_FLAG':'','MYSQLI_BLOB_FLAG':'','MYSQLI_UNSIGNED_FLAG':'','MYSQLI_ZEROFILL_FLAG':'','MYSQLI_AUTO_INCREMENT_FLAG':'','MYSQLI_TIMESTAMP_FLAG':'','MYSQLI_SET_FLAG':'','MYSQLI_NUM_FLAG':'','MYSQLI_PART_KEY_FLAG':'','MYSQLI_GROUP_FLAG':'','MYSQLI_TYPE_DECIMAL':'','MYSQLI_TYPE_NEWDECIMAL':'','MYSQLI_TYPE_BIT':'','MYSQLI_TYPE_TINY':'','MYSQLI_TYPE_SHORT':'','MYSQLI_TYPE_LONG':'','MYSQLI_TYPE_FLOAT':'','MYSQLI_TYPE_DOUBLE':'','MYSQLI_TYPE_NULL':'','MYSQLI_TYPE_TIMESTAMP':'','MYSQLI_TYPE_LONGLONG':'','MYSQLI_TYPE_INT24':'','MYSQLI_TYPE_DATE':'','MYSQLI_TYPE_TIME':'','MYSQLI_TYPE_DATETIME':'','MYSQLI_TYPE_YEAR':'','MYSQLI_TYPE_NEWDATE':'','MYSQLI_TYPE_INTERVAL':'','MYSQLI_TYPE_ENUM':'','MYSQLI_TYPE_SET':'','MYSQLI_TYPE_TINY_BLOB':'','MYSQLI_TYPE_MEDIUM_BLOB':'','MYSQLI_TYPE_LONG_BLOB':'','MYSQLI_TYPE_BLOB':'','MYSQLI_TYPE_VAR_STRING':'','MYSQLI_TYPE_STRING':'','MYSQLI_TYPE_CHAR':'','MYSQLI_TYPE_GEOMETRY':'','MYSQLI_NEED_DATA':'','MYSQLI_NO_DATA':'','MYSQLI_DATA_TRUNCATED':'','MYSQLI_ENUM_FLAG':'','MYSQLI_BINARY_FLAG':'','MYSQLI_CURSOR_TYPE_FOR_UPDATE':'','MYSQLI_CURSOR_TYPE_NO_CURSOR':'','MYSQLI_CURSOR_TYPE_READ_ONLY':'','MYSQLI_CURSOR_TYPE_SCROLLABLE':'','MYSQLI_STMT_ATTR_CURSOR_TYPE':'','MYSQLI_STMT_ATTR_PREFETCH_ROWS':'','MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH':'','MYSQLI_SET_CHARSET_NAME':'','MYSQLI_DEBUG_TRACE_ENABLED':'','MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED':'','MYSQLI_SERVER_QUERY_NO_INDEX_USED':'','MYSQLI_REFRESH_GRANT':'','MYSQLI_REFRESH_LOG':'','MYSQLI_REFRESH_TABLES':'','MYSQLI_REFRESH_HOSTS':'','MYSQLI_REFRESH_STATUS':'','MYSQLI_REFRESH_THREADS':'','MYSQLI_REFRESH_SLAVE':'','MYSQLI_REFRESH_MASTER':'','MYSQLI_TRANS_COR_AND_CHAIN':'','MYSQLI_TRANS_COR_AND_NO_CHAIN':'','MYSQLI_TRANS_COR_RELEASE':'','MYSQLI_TRANS_COR_NO_RELEASE':'','MYSQL_READ_DEFAULT_FILE':'','MYSQLI_SERVER_PUBLIC_KEY':'','MYSQLI_NO_CHANGE_USER_ON_PCONNECT':'','MYSQLI_ASYNC':'','MYSQLI_OPT_INT_AND_FLOAT_NATIVE':'','MYSQLI_CLIENT_FOUND_ROWS':'','MULTI_STATEMENT':'','MYSQLI_RPL_MASTER':'','MYSQLI_RPL_SLAVE':'','MYSQLI_RPL_ADMIN':'',}
runtime/doc/version7.txt:10492:Solution: Don't close the slave tty until after the child exits. (Nikola
runtime/doc/version7.txt:11937:Solution: Use O_NOCTTY both in the master and slave. (Bjorn Winckler)
runtime/doc/version8.txt:19765:Problem: Using slave pty after closing it.
runtime/spell/README_en.txt:7595:5037) slaveholder (+plural)
runtime/spell/README_en.txt:7596:5038) slaveholding (+plural)
runtime/syntax/form.vim:49:syn keyword formStatement setexitflag skip slavepatchsize sort splitarg
runtime/syntax/lsl.vim:191:\ llLoopSoundMaster llLoopSoundSlave llMD5String llMakeExplosion llMakeFire
runtime/syntax/lsl.vim:196:\ llPassTouches llPlaySound llPlaySoundSlave llPointAt llPow llPreloadSound
runtime/syntax/mplayerconf.vim:36: \ quiet really-quiet shuffle skin slave
runtime/syntax/mplayerconf.vim:106: \ udp-port udp-seek-threshold udp-slave
runtime/syntax/named.vim:130:syn keyword namedCNKeywords contained fail warn ignore master slave response
runtime/syntax/named.vim:157:syn keyword namedZoneType contained master slave stub forward hint
runtime/syntax/ora.vim:196:syn keyword oraKeyword AQ_TM_PROCESSES ARCH_IO_SLAVES AUDIT_FILE_DEST AUDIT_TRAIL
runtime/syntax/ora.vim:198:syn keyword oraKeyword BACKUP_TAPE_IO_SLAVES BITMAP_MERGE_AREA_SIZE
runtime/syntax/ora.vim:209:syn keyword oraKeyword DBLINK_ENCRYPT_LOGIN DBWR_IO_SLAVES
runtime/syntax/ora.vim:274:syn keyword oraKeywordObs BACKUP_DISK_IO_SLAVES CACHE_SIZE_THRESHOLD
runtime/syntax/ora.vim:282:syn keyword oraKeywordObs LARGE_POOL_MIN_ALLOC LGWR_IO_SLAVES
runtime/syntax/ora.vim:356:syn keyword oraKeywordUnd _io_slaves_disabled _ioslave_batch_count _ioslave_issue_count
runtime/syntax/ora.vim:372:syn keyword oraKeywordUnd _passwordfile_enqueue_timeout _pdml_slaves_diff_part
runtime/syntax/ora.vim:392:syn keyword oraKeywordUndObs _arch_io_slaves _average_dirties_half_life _b_tree_bitmap_plans
runtime/syntax/ora.vim:393:syn keyword oraKeywordUndObs _backup_disk_io_slaves _backup_io_pool_size
runtime/syntax/ora.vim:411:syn keyword oraKeywordUndObs _lgwr_async_io _lgwr_io_slaves _lock_sga_areas
runtime/syntax/ora.vim:425:syn keyword oraKeywordUndObs _px_max_granules_per_slave _px_min_granules_per_slave _px_no_stealing
runtime/syntax/php.vim:193:syn keyword phpFunctions mysqli_affected_rows mysqli_autocommit mysqli_bind_param mysqli_bind_result mysqli_change_user mysqli_character_set_name mysqli_close mysqli_commit mysqli_connect mysqli_data_seek mysqli_debug mysqli_disable_reads_from_master mysqli_disable_rpl_parse mysqli_dump_debug_info mysqli_enable_reads_from_master mysqli_enable_rpl_parse mysqli_errno mysqli_error mysqli_execute mysqli_fetch_array mysqli_fetch_assoc mysqli_fetch_field_direct mysqli_fetch_field mysqli_fetch_fields mysqli_fetch_lengths mysqli_fetch_object mysqli_fetch_row mysqli_fetch mysqli_field_count mysqli_field_seek mysqli_field_tell mysqli_free_result mysqli_get_client_info mysqli_get_host_info mysqli_get_proto_info mysqli_get_server_info mysqli_get_server_version mysqli_info mysqli_init mysqli_insert_id mysqli_kill mysqli_master_query mysqli_num_fields mysqli_num_rows mysqli_options mysqli_param_count mysqli_ping mysqli_prepare_result mysqli_prepare mysqli_profiler mysqli_query mysqli_read_query_result mysqli_real_connect mysqli_real_escape_string mysqli_real_query mysqli_reload mysqli_rollback mysqli_rpl_parse_enabled mysqli_rpl_probe mysqli_rpl_query_type mysqli_select_db mysqli_send_long_data mysqli_send_query mysqli_slave_query mysqli_ssl_set mysqli_stat mysqli_stmt_affected_rows mysqli_stmt_close mysqli_stmt_errno mysqli_stmt_error mysqli_stmt_store_result mysqli_store_result mysqli_thread_id mysqli_thread_safe mysqli_use_result mysqli_warning_count contained
runtime/syntax/tcl.vim:171:syn keyword tcltkPackSwitch contained forget info propogate slaves
src/os_unix.c:3417: // On SunOS: Get the terminal parameters from "fd", or the slave device of
src/os_unix.c:4257: * Open a PTY, with FD for the master and slave side.
src/os_unix.c:4258: * When failing "pty_master_fd" and "pty_slave_fd" are -1.
src/os_unix.c:4263:open_pty(int *pty_master_fd, int *pty_slave_fd, char_u **name1, char_u **name2)
src/os_unix.c:4279: *pty_slave_fd = open(tty_name, O_RDWR | O_NOCTTY | O_EXTRA, 0);
src/os_unix.c:4281: *pty_slave_fd = open(tty_name, O_RDWR | O_EXTRA, 0);
src/os_unix.c:4283: if (*pty_slave_fd < 0)
src/os_unix.c:4564: int pty_slave_fd = -1;
src/os_unix.c:4595: * If this works, open the slave pty.
src/os_unix.c:4596: * If the slave can't be opened, close the master pty.
src/os_unix.c:4599: open_pty(&pty_master_fd, &pty_slave_fd, NULL, NULL);
src/os_unix.c:4644: close(pty_slave_fd);
src/os_unix.c:4727: if (pty_slave_fd >= 0)
src/os_unix.c:4731: setup_slavepty(pty_slave_fd);
src/os_unix.c:4735: ioctl(pty_slave_fd, TIOCSCTTY, (char *)NULL);
src/os_unix.c:4753: vim_ignored = dup(pty_slave_fd);
src/os_unix.c:4755: vim_ignored = dup(pty_slave_fd);
src/os_unix.c:4759: vim_ignored = dup(pty_slave_fd);
src/os_unix.c:4762: close(pty_slave_fd); // has been dupped, close it now
src/os_unix.c:5297: // Close slave side of pty. Only do this after the child has
src/os_unix.c:5301: close(pty_slave_fd);
src/os_unix.c:5390: int pty_slave_fd = -1;
src/os_unix.c:5412: open_pty(&pty_master_fd, &pty_slave_fd,
src/os_unix.c:5569: if (pty_slave_fd >= 0)
src/os_unix.c:5572: setup_slavepty(pty_slave_fd);
src/os_unix.c:5576: ioctl(pty_slave_fd, TIOCSCTTY, (char *)NULL);
src/os_unix.c:5585: vim_ignored = dup(pty_slave_fd);
src/os_unix.c:5599: vim_ignored = dup(pty_slave_fd);
src/os_unix.c:5608: vim_ignored = dup(pty_slave_fd);
src/os_unix.c:5627: close(pty_slave_fd); // was duped above
src/os_unix.c:5656: close(pty_slave_fd); // not used in the parent
src/os_unix.c:5720: if (pty_slave_fd >= 0)
src/os_unix.c:5721: close(pty_slave_fd);
src/os_unix.c:5900: int pty_slave_fd = -1;
src/os_unix.c:5903: open_pty(&pty_master_fd, &pty_slave_fd, &job->jv_tty_out, &job->jv_tty_in);
src/os_unix.c:5904: close(pty_slave_fd);
src/proto/pty.pro:2:int setup_slavepty(int fd);
src/pty.c:168:setup_slavepty(int fd)
src/pty.c:427: // Hack to ensure that the slave side of the pty is
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment