Searched refs:dip (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dapplication.tcl291 set dip [MakeInterpreter]
297 Convert $dip $f [GetDestination $f]
302 Convert $dip $f [GetExtension $output/[file tail $input]]
304 Convert $dip $f $output
308 interp delete $dip
313 proc ::diagram::application::Run::Convert {dip src dst} {
321 $dip eval [list D draw $pic]
334 $dip eval {D reset}
342 set dip [::diagram::application::Run::MakeInterpreter]
362 bind .l <<ListboxSelect>> [list ::diagram::application::Run::GUI::ShowPicture $dip]
[all...]
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_as.c48 dt_irnode_t *dip, *nip; local
50 for (dip = dlp->dl_list; dip != NULL; dip = nip) {
51 nip = dip->di_next;
52 free(dip);
57 dt_irlist_append(dt_irlist_t *dlp, dt_irnode_t *dip) argument
60 dlp->dl_last->di_next = dip;
62 dlp->dl_list = dip;
64 dlp->dl_last = dip;
212 dt_irnode_t *dip; local
[all...]
H A Ddt_cg.c47 dt_irnode_t *dip = malloc(sizeof (dt_irnode_t)); local
49 if (dip == NULL)
52 dip->di_label = label;
53 dip->di_instr = instr;
54 dip->di_extern = NULL;
55 dip->di_next = NULL;
57 return (dip);
814 dt_irnode_t *dip; local
826 dip = dt_cg_node_alloc(DT_LBL_NONE, instr); /* save dip fo
[all...]
/macosx-10.10/hfs-285/newfs_hfs/
H A Dnewfs_hfs.c86 static void hfsplus_params __P((const DriveInfo* dip, hfsparams_t *defaults));
796 DriveInfo dip = { 0 }; local
803 dip.sectorSize = kBytesPerSector;
804 dip.physTotalSectors = dip.totalSectors = gPartitionSize / kBytesPerSector;
805 dip.physSectorSize = kBytesPerSector; /* 512-byte sectors */
806 dip.fd = 0;
817 dip.fd = fso;
826 if (ioctl(fso, DKIOCGETBLOCKSIZE, &dip.physSectorSize) < 0)
829 if ((dip
943 hfsplus_params(const DriveInfo* dip, hfsparams_t *defaults) argument
[all...]
H A Dmakehfs.c119 static void WriteExtentsFile __P((const DriveInfo *dip, UInt64 startingSector,
127 static void WriteCatalogFile __P((const DriveInfo *dip, UInt64 startingSector,
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c707 ddi_prop_lookup_int_array(dev_t match_dev, dev_info_t *dip, uint_t flags, argument
710 #pragma unused(match_dev,dip,flags)
735 ddi_create_minor_node(dev_info_t *dip, const char *name, int spec_type, argument
739 dev_t dev = makedev( ddi_driver_major(dip), minor_num );
748 ddi_remove_minor_node(dev_info_t *dip, char *name) argument
750 #pragma unused(dip,name)
772 int ddi_getprop(dev_t dev, dev_info_t *dip, int flags, const char *name, int defvalue) argument
774 #pragma unused(dev, dip, flags, name)
H A Dsdt.c357 sdt_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) argument
H A Ddtrace.c17132 dtrace_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) argument
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dspf.tcl206 foreach dip $dips {
207 ${log}::debug " compare: ${ip}/${bits} with ${dip}/${bits}"
208 if {[ip::equal $ip/$bits $dip/$bits]} {
/macosx-10.10/vim-55/runtime/syntax/
H A Dindent.vim33 syn match indentOptions '-\%(bli\|c\%([bl]i\|[dip]\)\=\|di\=\|ip\=\|lc\=\|pp\=i\|sbi\|ts\|-\%(brace-indent\|comment-indentation\|case-brace-indentation\|declaration-comment-column\|continuation-indentation\|case-indentation\|else-endif-column\|line-comments-indentation\|declaration-indentation\|indent-level\|parameter-indentation\|line-length\|comment-line-length\|paren-indentation\|preprocessor-indentation\|struct-brace-indentation\|tab-size\)\)'
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.10/xnu-2782.1.97/bsd/sys/
H A Ddtrace_glue.h375 int ddi_getprop(dev_t dev, dev_info_t *dip, int flags, const char *name, int defvalue);
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim916 call <SID>OptionG("dip", &dip)
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit8002 dip\040 �� # ---> 3-8^0^ 0

Completed in 390 milliseconds