Home
last modified time | relevance | path

Searched refs:default_obj (Results 1 – 24 of 24) sorted by relevance

/dports/security/p5-Module-Signature/Module-Signature-0.88/lib/Module/
H A DSignature.pm612 my($default_obj) = _digest_object($Cipher);
620 $obj = $default_obj;
626 $obj = $default_obj;
630 $obj = $default_obj;
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dobj.c52 static Type default_obj; variable
56 Type *const DEFAULT_OBJ = &default_obj;
59 static Default defaultval = { { &default_obj, 1} };
347 new_type(&default_obj, T_DEFAULT, "default", sizeof(Default)); in objects_init()
348 default_obj.same = default_same; in objects_init()
/dports/math/topcom/topcom-0.17.8/lib-src/
H A DPlainArray.hh53 static T default_obj; member in PlainArray
62 inline const size_type resize(const size_type, const T& = default_obj);
66 inline PlainArray(const size_type, const T& = default_obj);
427 T PlainArray<T>::default_obj; member in PlainArray<T>
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsparam.c137 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
149 if (default_obj != 0 && in gs_param_write_items()
150 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h474 const void *default_obj,
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsparam.c132 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
144 if (default_obj != 0 && in gs_param_write_items()
145 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h468 const void *default_obj,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsparam.c134 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
146 if (default_obj != 0 && in gs_param_write_items()
147 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h477 const void *default_obj,
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsparam.c132 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
144 if (default_obj != 0 && in gs_param_write_items()
145 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h468 const void *default_obj,
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsparam.c134 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
146 if (default_obj != 0 && in gs_param_write_items()
147 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h477 const void *default_obj,
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsparam.c134 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
146 if (default_obj != 0 && in gs_param_write_items()
147 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h470 const void *default_obj,
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsparam.c134 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
146 if (default_obj != 0 && in gs_param_write_items()
147 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h470 const void *default_obj,
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsparam.c137 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items() argument
149 if (default_obj != 0 && in gs_param_write_items()
150 !memcmp((const void *)((const char *)default_obj + pi->offset), in gs_param_write_items()
H A Dgsparam.h474 const void *default_obj,
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dlocale_catalog.cpp129 loc_create_func_t create_obj, loc_default_name_func_t default_obj, in __acquire_category() argument
142 cname = default_obj(buf); in __acquire_category()
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dvt.h525 } default_obj[2]; member
H A Dpacket.c269 pop->default_obj[0].type = n[5] & 3; in parse_mot()
270 pop->default_obj[0].address = (n[7] << 4) + n[6]; in parse_mot()
271 pop->default_obj[1].type = n[5] >> 2; in parse_mot()
272 pop->default_obj[1].address = (n[9] << 4) + n[8]; in parse_mot()
H A Dteletext.c2307 order = pop->default_obj[0].type > pop->default_obj[1].type; in default_object_invocation()
2310 enum ttx_object_type type = pop->default_obj[i ^ order].type; in default_object_invocation()
2321 pop->default_obj[i ^ order].address, PAGE_FUNCTION_POP, in default_object_invocation()
/dports/games/yadex/yadex-1.7.0/src/
H A Deditloop.cc1827 Objid default_obj; in EditorLoop() local
1828 default_obj.type = e.highlighted () ? e.highlighted.type : e.obj_type; in EditorLoop()
1829 default_obj.num = e.highlighted () ? e.highlighted.num : 0; in EditorLoop()
1831 input_objid (target_obj, default_obj, -1, -1); in EditorLoop()