Searched refs:posix (Results 1 – 18 of 18) sorted by relevance
204 Add the "-posix" argument to the compiler by using one of these commands:205 setenv CC 'cc -posix' (csh)206 export CC='cc -posix' (sh)
177 int posix = (vim_strchr(p_cpo, CPO_PARA) != NULL); in findpar() local209 || (posix && what == NUL && *ml_get(curr) == '{'))) in findpar()
20 ",----[ ls(1posix) ]--------------------------------------------------
166 syn match fsOptionsKeywords contained /\<\%(posix=*\|uni_xlate=\)/ nextgroup=fsOptionsNumber212 syn keyword fsOptionsKeywords contained nonumtail posix utf8
430 " available for: bash; ksh (really should be ksh93 only) but not if its a posix551 " bash ksh posix : ${parameter:offset}552 " bash ksh posix : ${parameter:offset:length}786 let b:current_syntax = "posix"
81 syn keyword sambaKeyword contained lanman msdfs object os2 posix processes
23 8. POSIX compliance |posix-compliance|1306 8. POSIX compliance *posix* *posix-compliance*1323 *posix-screen-size*
6670 ft-posix-syntax syntax.txt /*ft-posix-syntax*8335 new-posix version7.txt /*new-posix*8604 posix vi_diff.txt /*posix*8605 posix-compliance vi_diff.txt /*posix-compliance*8606 posix-screen-size vi_diff.txt /*posix-screen-size*
285 See |posix-compliance|.
498 paragraph boundary |posix|.
3039 *ft-posix-syntax* *ft-dash-syntax*3043 shells such as bash, dash, posix, and the Korn shells.3063 < posix: (using this is nearly the same as setting g:is_kornshell to 1) >3070 < (dash users should use posix)
1733 |posix-screen-size|.1787 |posix-compliance|.2105 variable exists |posix|. This means Vim tries to behave like the2370 when $VIM_POSIX was set on startup. |posix|4872 terminal initialization code. Also see |posix-screen-size|.
34 POSIX compatibility |new-posix|489 POSIX compatibility *new-posix*495 variable can be set to get POSIX compatibility. See |posix|.6755 Problem: Crash when using Cygwin and non-posix path name in tags file.6756 Solution: Use separate buffer for posix path. (Ben Schmidt)
3152 Version 1.5 is in ~/src/posix/1.5. (Lynne Canal)
956 call assert_equal(['one two abc three', 'four five posix'], getline(1, '$'))
2678 " Tests for SigUSR1 autocmd event, which is only available on posix systems.
1855 paragraph boundary |posix|.
26 *posix*) :27 set -o posix ;; #(15260 *posix*) :15261 set -o posix ;; #(