Searched refs:newtype (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/generic/
H A Dffidl.c755 ffidl_type *newtype; local
756 newtype = (ffidl_type *)Tcl_Alloc(sizeof(ffidl_type)
760 if (newtype == NULL) {
764 newtype->size = 0;
765 newtype->typecode = FFIDL_STRUCT;
766 newtype->class = FFIDL_ALL;
767 newtype->alignment = 0;
768 newtype->nelts = nelts;
769 newtype->elements = (ffidl_type **)(newtype
1629 ffidl_type *newtype, *ttype2; local
[all...]
/macosx-10.10.1/cups-408/cups/man/
H A Dmantohtml.c516 const char *newtype = NULL; /* New list numbering type */ local
548 newtype = "a";
557 newtype = "A";
576 if (newtype)
577 fprintf(outfile, "<%s type=\"%s\">\n", newlist, newtype);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drdcoff.c145 int newtype;
147 newtype = DECREF (ntype);
151 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
185 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
144 int newtype; local
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DView.pm217 my $newtype;
236 && defined($newtype = $item->{$method})
237 && defined($template = $map->{"$method=>$newtype"})) {
239 elsif ( defined($newtype)
241 $template =~ s/\*/$newtype/;
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c267 changetype(int newtype, int show) argument
272 if (newtype == 0)
273 newtype = TYPE_I;
274 if (newtype == curtype)
279 if (newtype == p->t_type)
282 printf("ftp: internal error: unknown type %d\n", newtype);
285 if (newtype == TYPE_L && bytename[0] != '\0')
290 curtype = newtype;
/macosx-10.10.1/vim-55/runtime/indent/
H A Dsdl.vim45 if (getline(lnum) =~? '^\s*\(start\|state\|system\|package\|connection\|channel\|alternative\|macro\|operator\|newtype\|select\|substructure\|decision\|generator\|refinement\|service\|method\|exceptionhandler\|asntype\|syntype\|value\|(.*):\|\(priority\s\+\)\=input\|provided\)'
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dcmds.c278 changetype(int newtype, int show) argument
283 if (newtype == 0)
284 newtype = TYPE_I;
285 if (newtype == curtype)
290 if (newtype == p->t_type)
293 errx(1, "changetype: unknown type %d", newtype);
295 if (newtype == TYPE_L && bytename[0] != '\0')
300 curtype = newtype;
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c550 int newtype = 0; local
639 newtype = 1;
654 if (newtype)
672 newtype = 1;
714 newtype = 1;
747 newtype = 1;
777 if (newtype) {
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyView.cpp1309 int newtype = _state | targettype; local
1310 if (newtype > FINALNOTIFIABLE)
1311 newtype = ROVIEWER;
1313 newtype = ROVIEWER;
1314 return newtype;
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp1278 SimplifiedZoneType newtype(oldtype);
1279 assert(simplemap.find(newtype) != simplemap.end());
1280 i->type = simplemap[newtype];
1326 SimplifiedZoneType newtype(oldtype);
1327 assert(simplemap.find(newtype) != simplemap.end());
1328 i->type = simplemap[newtype];
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhaskell.vim75 syn match hsTypedef "\<\(type\|newtype\)\>"
H A Dsdl.vim109 syn keyword sdlStructure newtype endnewtype
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/db/
H A Dt_db.c1022 char *newtype; local
1054 newtype = T_ARG(6);
1147 textregion.base = newtype;
1148 textregion.length = strlen(newtype);
1153 newtype,
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.y1266 SwigType *newtype = Copy(type);
1267 Delete(SwigType_pop_function(newtype)); /* remove the old parameter list from newtype */
1268 SwigType_add_function(newtype,newparms);
1270 single_new_feature(featurename, Copy(val), featureattribs, declaratorid, newtype, newparms, qualifier);
H A Dparser.c1580 SwigType *newtype = Copy(type); local
1581 Delete(SwigType_pop_function(newtype)); /* remove the old parameter list from newtype */
1582 SwigType_add_function(newtype,newparms);
1584 single_new_feature(featurename, Copy(val), featureattribs, declaratorid, newtype, newparms, qualifier);

Completed in 204 milliseconds