Searched refs:pts (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/docs/java/
H A Dstyle.css14 .FrameTitleFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
15 .FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
16 .FrameItemFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
/macosx-10.10/BerkeleyDB-21/db/docs_src/support/
H A Dstyle.css14 .FrameTitleFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
15 .FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
16 .FrameItemFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
/macosx-10.10/bind9-45.101/bind9/lib/tests/
H A Dt_api.c122 testspec_t *pts; local
175 pts = &T_testlist[0];
177 while (pts->pfv != NULL) {
178 if (! strcmp(pts->func_name,
188 ++pts;
191 if (pts->pfv == NULL) {
275 pts = &T_testlist[0];
276 while (*pts->pfv != NULL) {
281 (*pts->pfv)();
328 (*pts
708 testspec_t *pts; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-openpty.c99 char *pts;
114 if ((pts = ptsname(ptm)) == NULL)
119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) {
126 * in Solaris pts(7).
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkElements.c1125 XPoint pts[6]; local
1138 pts[n].x = b.x; pts[n].y = b.y + b.height - 1; ++n;
1139 pts[n].x = b.x; pts[n].y = b.y + cut; ++n;
1140 pts[n].x = b.x + cut; pts[n].y = b.y; ++n;
1141 pts[n].x = b.x + b.width-1-cut; pts[n].y = b.y; ++n;
1142 pts[
1147 pts, 6, Convex, CoordModeOrigin); local
1159 pts, 4, CoordModeOrigin); local
1162 pts+3, 3, CoordModeOrigin); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DPlatformPathWinCE.cpp39 static void quadCurve(int segments, Vector<PathPoint>& pts, const PathPoint* control) argument
52 const int offset = pts.size();
53 pts.resize(offset + segments);
69 pts[offset + i - 1] = pp;
74 pts[offset + segments - 1] = pp;
77 static inline void bezier(int segments, Vector<PathPoint>& pts, const PathPoint* control) argument
92 const int offset = pts.size();
93 pts.resize(offset + segments);
112 pts[offset + i - 1] = pp;
117 pts[offse
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderThemeWinCE.cpp570 FloatPoint pts[6] = { local
578 paintInfo.context->drawConvexPolygon(6, pts);
602 FloatPoint pts[3] = { FloatPoint(imRect.x(), imRect.y()), FloatPoint(imRect.maxX(), (imRect.y() + imRect.maxY()) / 2.0), FloatPoint(imRect.x(), imRect.maxY()) }; local
603 paintInfo.context->drawConvexPolygon(3, pts);
614 FloatPoint pts[3] = { FloatPoint((imRect.x() + imRect.maxX()) / 2.0, imRect.y()), FloatPoint(imRect.x(), (imRect.y() + imRect.maxY()) / 2.0), FloatPoint((imRect.x() + imRect.maxX()) / 2.0, imRect.maxY()) }; local
619 paintInfo.context->drawConvexPolygon(3, pts);
630 FloatPoint pts[3] = { FloatPoint(imRect.x(), imRect.y()), FloatPoint((imRect.x() + imRect.maxX()) / 2.0, (imRect.y() + imRect.maxY()) / 2.0), FloatPoint(imRect.x(), imRect.maxY()) }; local
635 paintInfo.context->drawConvexPolygon(3, pts);
/macosx-10.10/vim-55/runtime/syntax/
H A Djgraph.vim28 syn keyword jgraphType dotdotdashdash pts
H A Dframescript.vim86 \ '\%(\d\+\%(\.\d*\)\=\|\.\d\+\)\%(pts\|in\|"\|cm\|mm\|pica\)\>'
H A Dvim.vim19 syn keyword vimCommand contained abc[lear] argdo argu[ment] bel[owright] bN[ext] breakd[el] b[uffer] caddb[uffer] cb[uffer] cex[pr] cg[etfile] checkt[ime] cnew[er] col[der] con[tinue] cq[uit] delc[ommand] diffoff diffu[pdate] dr[op] echom[sg] em[enu] endt[ry] exi[t] fina[lly] fix[del] foldd[oopen] go[to] hid[e] ij[ump] isp[lit] k laddb[uffer] la[st] lch[dir] lex[pr] lgete[xpr] l[ist] lmak[e] lN[ext] loc[kmarks] lpf[ile] lt[ag] lv[imgrep] ma[rk] mk[exrc] mkv[imrc] mz[scheme] new noh[lsearch] on[ly] ped[it] popu prev[ious] prof[ile] pta[g] ptn[ext] pts[elect] py[thon] r[ead] redr[aw] ret[ab] rightb[elow] rundo san[dbox] sbf[irst] sbN[ext] scripte[ncoding] setg[lobal] sh[ell] sla[st] sme sni[ff] sor[t] spelli[nfo] sp[lit] startg[replace] st[op] sunme syncbind tabd[o] tabl[ast] tabN[ext] tabs tcld[o] th[row] tm[enu] tp[revious] tu undoj[oin] uns[ilent] vert[ical] vi[sual] wa[ll] winp[os] wp[revious] ws[verb] xa[ll] xmenu xnoremenu
/macosx-10.10/ntp-92/ntpd/
H A Dntpd.c1173 l_fp pts; local
1177 get_systime(&pts);
1178 tsa = pts;
1203 l_fp dts = pts;
H A Dntp_intres.c790 l_fp * pts; local
847 pts = (void *)pch;
848 pkeyid = (void *)(pts + 1);
862 pts = &reqpkt.tstamp;
870 HTONL_FP(&ts, pts);
H A Drefclock_parse.c2083 struct timespec pts; local
2089 pts = pps_info.clear_timestamp;
2091 pts = pps_info.assert_timestamp;
2093 parse->parseio.parse_dtime.parse_ptime.fp.l_ui = pts.tv_sec + JAN_1970;
2095 dtemp = pts.tv_nsec / 1e9;
/macosx-10.10/dtrace-147/DTTk/Docs/Examples/
H A Doneliners_examples.txt289 pts 5
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledhtml.itk804 set pts [lindex [set [format "_%spoints" $itk_option(-fontsize)]] \
809 append x_font "normal-*-*-$pts-*-*-*-*-$registry-*"
873 set pts [lindex [set [format \
875 append x_font "normal-*-*-$pts-*-*-*-*-$registry-*"
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhangul3.el3263 ("pts" ?$(CF](B)
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dconfigure14779 if test -r /dev/ptc -a -r /dev/pts ; then
14793 if test -r /dev/ptc -a ! -r /dev/pts ; then
/macosx-10.10/emacs-93/emacs/
H A Dconfigure22017 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then

Completed in 401 milliseconds