Searched refs:tip (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_decl.c827 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) argument
853 tip->dtt_object = dmp->dm_name;
854 tip->dtt_ctfp = ddp->dd_ctfp;
855 tip->dtt_type = ddp->dd_type;
867 tip->dtt_object = dtp->dt_ddefs->dm_name;
868 tip->dtt_ctfp = DT_FUNC_CTFP(dtp);
869 tip->dtt_type = DT_FUNC_TYPE(dtp);
880 tip->dtt_object = dtp->dt_ddefs->dm_name;
881 tip->dtt_ctfp = DT_FPTR_CTFP(dtp);
882 tip
[all...]
H A Ddt_module.c1231 const char *name, const dtrace_typeinfo_t *tip)
1267 idp->di_ctfp = tip->dtt_ctfp;
1268 idp->di_type = tip->dtt_type;
1565 dtrace_typeinfo_t *tip)
1599 if (tip == NULL)
1600 tip = &ti;
1620 * 'tip' and keep going in the hope that we will locate the
1624 tip->dtt_object = dmp->dm_name;
1625 tip->dtt_ctfp = dmp->dm_ctfp;
1626 tip
1230 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument
1564 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument
1643 dtrace_symbol_type(dtrace_hdl_t *dtp, const GElf_Sym *symp, const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) argument
[all...]
H A Ddt_parser.c192 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) argument
227 return (dtrace_lookup_by_type(dtp, object, type, tip));
236 return (dtrace_lookup_by_type(dtp, obj, s, tip));
249 dt_type_pointer(dtrace_typeinfo_t *tip) argument
252 ctf_file_t *ctfp = tip->dtt_ctfp;
253 ctf_id_t type = tip->dtt_type;
261 tip->dtt_type = ptr;
283 tip->dtt_object = dmp->dm_name;
284 tip->dtt_ctfp = dmp->dm_ctfp;
285 tip
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddebsources.vim6 " URL: http://hg.debian.org/hg/pkg-vim/vim/raw-file/tip/runtime/syntax/debsources.vim
H A Ddebchangelog.vim7 " URL: http://hg.debian.org/hg/pkg-vim/vim/raw-file/tip/runtime/syntax/debchangelog.vim
H A Dspec.vim84 "tip: remember do include new items on specScriptArea's skip section
92 "tip: remember to include new itens in specFilesArea above
H A Ddebcontrol.vim7 " URL: http://hg.debian.org/hg/pkg-vim/vim/raw-file/tip/runtime/syntax/debcontrol.vim
H A Ddocbk.vim111 syn keyword docbkKeyword textobject tfoot tgroup thead tip title contained
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcalendar.py132 ok, startp, tip = CFCalendarGetTimeRangeOfUnit(cal, kCFCalendarUnitDay, CFAbsoluteTimeGetCurrent(), None, None)
135 self.failUnless(isinstance(tip, float))
136 self.failUnless(tip == 86400.0)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcalendar.py133 ok, startp, tip = CFCalendarGetTimeRangeOfUnit(cal, kCFCalendarUnitDay, CFAbsoluteTimeGetCurrent(), None, None)
136 self.assertIsInstance(tip, float)
137 self.assertEqual(tip , 86400.0)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfcalendar.py137 ok, startp, tip = CFCalendarGetTimeRangeOfUnit(cal, kCFCalendarUnitDay, CFAbsoluteTimeGetCurrent(), None, None)
140 self.assertIsInstance(tip, float)
141 self.assertEqual(tip , 86400.0)
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Ddebcontrol.vim6 " URL: http://hg.debian.org/hg/pkg-vim/vim/raw-file/tip/runtime/ftplugin/debcontrol.vim
/macosx-10.10.1/vim-55/src/proto/
H A Dworkshop.pro38 void workshop_show_balloon_tip __ARGS((char *tip));
/macosx-10.10.1/vim-55/src/
H A Dgui_athena.c1091 if (mp->tip != NULL)
1099 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args));
1111 if (mp->tip != NULL)
1117 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args));
1334 if (cur->tip != NULL)
1335 (*action)(cur->tip);
1557 if (parent == toolBar && menu->tip != NULL)
1568 gui_mch_destroy_beval_area(menu->tip);
1569 menu->tip = NULL;
H A Dintegration.c214 char *tip; local
216 tip = strtok(&cmd[8], NOCATGETS("\001"));
217 workshop_show_balloon_tip(tip);
H A Dworkshop.c1010 char *tip)
1014 wstrace("workshop_show_balloon_tip(%s)\n", tip);
1018 gui_mch_post_balloon(balloonEval, (char_u *)tip);
1009 workshop_show_balloon_tip( char *tip) argument
H A Dgui_motif.c1596 if (mp->tip != NULL)
1604 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args));
1614 if (mp->tip != NULL)
1621 XtSetValues(mp->tip->balloonLabel, &args[0], XtNumber(args));
1672 if (parent == toolBar && menu->tip != NULL)
1683 gui_mch_destroy_beval_area(menu->tip);
1684 menu->tip = NULL;
3029 if (cur->tip != NULL)
3030 (*action)(cur->tip);
H A Dgui_x11.c3562 if (menu->tip != NULL)
3564 gui_mch_destroy_beval_area(menu->tip);
3565 menu->tip = NULL;
3568 menu->tip = gui_mch_create_beval_area(
H A Dstructs.h2322 BalloonEval *tip; /* tooltip for this menu item */ member in struct:VimMenu
H A Dmenu.c575 menu->tip = NULL;
776 /* Need to update the menu tip. */
971 /* Need to update the menu tip. */
1870 /* Don't add a menu when only a tip was defined. */
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dpackage.tcl476 [info exists tcl_platform(tip,268)]
588 if {[info exists tcl_platform(tip,268)]} {
/macosx-10.10.1/apache-793/httpd/build/
H A Ddefault.pl493 s:\@tip:<p><img src=\"${image_directory}/tip.gif\">:;
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A DMakefile.am208 tutorial/images/tip.png \
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtable.el2509 (cell pivot) edge tip)
2534 ;; now search for the tip which is the highest/lowest below/above cell
2543 (or (null tip)
2546 (cdr (table--get-coordinate (car tip))))
2548 (cdr (table--get-coordinate (car tip))))))
2549 (setq tip below/above)))
2556 (if tip (goto-char (car tip)) ; done
4029 ;; see if the point is placed at the right tip of the previous
/macosx-10.10.1/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL196 changes to many modules - new keywords are just the tip of the iceberg.

Completed in 177 milliseconds

12