Searched refs:dot (Results 126 - 150 of 325) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkStyle.c641 char *dot;
662 dot = strchr(name, '.');
663 if (dot) {
664 genericId = CreateElement(dot+1, 0);
724 char *dot;
740 dot = strchr(name, '.');
741 if (!dot) {
744 genericId = Tk_GetElementId(dot+1);
630 char *dot; local
712 char *dot; local
/macosx-10.10/vim-55/runtime/autoload/
H A Ddecada.vim27 " 2: replace all double '_' or '-' with an dot (which denotes a separate)
/macosx-10.10/vim-55/runtime/syntax/
H A Dawk.vim101 " Floating point number, starting with a dot.
104 "floating point number, with dot, optional exponent
106 "floating point number, starting with a dot, optional exponent
108 "floating point number, without dot, with exponent
H A Dchill.vim54 "integer number, or floating point number without a dot and with "f".
57 "floating point number, with dot, optional exponent
59 "floating point number, starting with a dot, optional exponent
61 "floating point number, without dot, with exponent
H A Dcsc.vim41 "integer number, or floating point number without a dot and with "f".
50 "floating point number, with dot, optional exponent
52 "floating point number, starting with a dot, optional exponent
54 "floating point number, without dot, with exponent
H A Dgrads.vim3 " Maintainer: Stefan Fronzek (sfronzek at gmx dot net)
H A Dibasic.vim88 "integer number, or floating point number without a dot and with "f".
94 "floating point number, with dot, optional exponent
98 "floating point number, starting with a dot, optional exponent
102 "floating point number, without dot, with exponent
H A Dicon.vim113 "integer number, or floating point number without a dot
116 "floating point number, with dot, optional exponent
119 "floating point number, starting with a dot, optional exponent
122 "floating point number, without dot, with exponent
H A Dpike.vim45 "integer number, or floating point number without a dot and with "f".
48 "floating point number, with dot, optional exponent
50 "floating point number, starting with a dot, optional exponent
52 "floating point number, without dot, with exponent
H A Dtsalt.vim140 "integer number, or floating point number without a dot and with "f".
142 "floating point number, with dot, optional exponent
144 "floating point number, starting with a dot, optional exponent
146 "floating point number, without dot, with exponent
H A Dd.vim226 "floating point without the dot
228 "floating point number, with dot, optional exponent
230 "floating point number, starting with a dot, optional exponent
232 "floating point number, without dot, with exponent
236 "floating point without the dot
238 "floating point number, with dot, optional exponent
240 "floating point number, without dot, with exponent
H A Dforth.vim26 " Shawn K. Quinn <sjquinn at speakeasy dot net> send a big patch with
30 " Benjamin Krill <ben at codiert dot org> send me a patch
47 " Thomas E. Vaughan <tevaugha at ball dot com> send me a patch
56 " Ron Aaron <ron at ronware dot org> made updates for an
60 " Charles Shattuck <charley at forth dot org> helped me to settle up with the
64 " Charles Shattuck <charley at forth dot org> send me some code for correctly
70 " John Providenza <john at probo dot com> made improvements for the
/macosx-10.10/ruby-106/ruby/
H A Daddr2line.c774 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
802 sign = 0; dot = 0; dwidth = 0; upper = 0;
806 dot = 1;
821 if (!dot) {
832 if (!dot) {
844 if (dot)
948 if (!dot)
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c835 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
863 sign = 0; dot = 0; dwidth = 0; upper = 0;
867 dot = 1;
882 if (!dot) {
893 if (!dot) {
905 if (dot)
1009 if (!dot)
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ds_server.c2078 int i,j,k,dot; local
2300 dot = 1;
2306 switch (dot)
2309 dot = (e[0] == '.') ? 2 : 0;
2312 dot = (e[0] == '.') ? 3 : 0;
2315 dot = (e[0] == '/') ? -1 : 0;
2318 if (dot == 0)
2319 dot = (e[0] == '/') ? 1 : 0;
2321 dot = (dot
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecAssessment.cpp261 string::size_type dot = sanitized.rfind('.'); local
262 if (dot != string::npos)
263 sanitized = sanitized.substr(dot);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecAssessment.cpp261 string::size_type dot = sanitized.rfind('.'); local
262 if (dot != string::npos)
263 sanitized = sanitized.substr(dot);
/macosx-10.10/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp173 void set_line_thickness(int size, int dot = 0);
562 void lj4_printer::set_line_thickness(int size, int dot) argument
569 if (dot && pw < MIN_DOT_PEN_WIDTH)
/macosx-10.10/mail_cmds-30/mail/
H A Dlex.c480 if ((dot->m_flag & MDELETED) == 0) {
481 muvec[0] = dot - &message[0] + 1;
630 dot = &message[mdot - 1];
640 * Return a likely place to set dot.
H A Dedit.c112 dot = mp = &message[msgvec[i] - 1];
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_cparam.tcl483 dot epsilon t .. n ? * + & ! x /
499 proc ::pt::peg::to::cparam::Op::dot {modes} {
501 Asm::ReExpression dot
503 Asm::Ins input_next [Asm::String dot]
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.c200 char* dot = NULL, *outBasename; local
317 dot = uprv_strrchr(outBasename, '.');
318 if (dot)
320 *dot = '\0';
/macosx-10.10/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp297 char *dot = 0; variable
299 // Replace the dot with an underscore and try again.
301 && (dot = strchr(fname, '.')) != 0
302 && strcmp(dot, INDEX_SUFFIX) != 0)
303 *dot = '_';
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dprint.c642 register int c,dot=1,len=1; local
657 if(dot && !(isalpha(c)||c=='_'))
659 else if(dot==0 && !(isalnum(c) || c=='_' || c == '.'))
661 dot = (c=='.');
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dname.c1602 register int dot; local
1887 dot = strlen(sp);
1906 size = oldsize + (3*dot/4);
1914 dot = base64decode(sp,dot, (void**)0, cp+oldsize, size-oldsize,(void**)0);
1915 dot += oldsize;
1917 nv_setsize(np,dot);
1918 else if(nv_isattr(np,NV_ZFILL) && (size>dot))
1919 memset((void*)&cp[dot],0,size-dot);
[all...]

Completed in 207 milliseconds

1234567891011>>