Searched refs:fdi (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dsuid_exec.c494 static int mycopy(int fdi, int fdo) argument
499 while((n = read(fdi,buffer,BLKSIZE)) > 0)
502 close(fdi);
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dio.c666 dispatch_fd_entry_t fdi;
668 TAILQ_FOREACH(fdi, &_dispatch_io_fds[hash], fd_list) {
669 if (fdi->fd == channel->fd) {
670 _dispatch_fd_entry_cleanup_operations(fdi, channel);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim27 syn keyword vimOption contained acd ambiwidth arabicshape autowriteall backupdir bdlay binary breakat bufhidden cd ci cinw co commentstring confirm cpoptions cscopetag csto cwh dg dip eadirection ek equalprg ex fdi fen fileencodings flp foldexpr foldnestmax fp gfm grepformat guifontwide helpheight highlight hlg im imi incsearch infercase isk keymap langmenu linespace loadplugins macatsui maxcombine mef mls modelines mousehide mp nu omnifunc paragraphs penc pm printdevice printoptions quoteescape restorescreen rnu rulerformat scr sect sft shellredir shm showmode sj smd spell splitbelow ssl stl sw sxq tabpagemax tags tbis terse thesaurus titleold toolbariconsize tsr ttyfast tx undofile ut verbosefile virtualedit wb wfw wildcharm winaltkeys winminwidth wmnu write
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim900 call <SID>OptionL("fdi")
/macosx-10.9.5/vim-53/src/
H A Doption.c1155 {"foldignore", "fdi", P_STRING|P_ALLOCED|P_VIM|P_VI_DEF|P_RWIN,
9153 || put_setstring(fd, "setlocal", "fdi", &curwin->w_p_fdi, FALSE)

Completed in 301 milliseconds