Searched refs:srctype (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph_c.tcl108 int srctype;
117 if (Tcl_GetIndexFromObj (interp, type, types, "type", 0, &srctype) != TCL_OK) {
126 switch (srctype) {
H A Dtree_c.tcl149 int srctype;
159 0, &srctype) != TCL_OK) {
168 switch (srctype) {
H A Dtree_tcl.tcl53 set srctype {}
70 set srctype tree
73 set srctype serial
136 switch -exact -- $srctype {
155 "Internal error, illegal srctype \"$srctype\""
H A Dgraph_tcl.tcl58 set srctype {}
75 set srctype graph
78 set srctype serial
159 switch -exact -- $srctype {
164 "Internal error, illegal srctype \"$srctype\""
H A Dmatrix.tcl61 set srctype {}
78 set srctype matrix
81 set srctype serial
136 switch -exact -- $srctype {
141 "Internal error, illegal srctype \"$srctype\""
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcupsfilter.c76 static int exec_filters(mime_type_t *srctype,
104 char *srctype, /* Source type */ local
141 srctype = NULL;
233 srctype = argv[i];
344 if (!infile && !srctype)
392 if (srctype)
395 sscanf(srctype, "%15[^/]/%255s", super, type);
889 exec_filters(mime_type_t *srctype, /* I - Source type */ argument
974 srctype->super, srctype
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd.c3291 srctype[256], local
3331 srcsuper, srctype, dstsuper, dsttype, &cost, program) != 6)
3339 DEBUG_printf(("5ppd_update_filters: srcsuper=\"%s\", srctype=\"%s\", "
3341 srcsuper, srctype, dstsuper, dsttype, cost, program));
3362 snprintf(buffer, sizeof(buffer), "%s/%s %d %s", srcsuper, srctype, cost,
/macosx-10.9.5/swig-10/Source/Modules/
H A Dmodula3.cxx2067 String *srctype = Getitem(convdesc, 1); local
2121 Setfeature(n, "modula3:enumitem:conv", NewStringf("%s:int", srctype), true);
2128 Setfeature(n, "modula3:constint:conv", NewStringf("%s:int", srctype), true);
2138 Setfeature(n, "modula3:constset:conv", NewStringf("%s:set", srctype), true);

Completed in 157 milliseconds