Home
last modified time | relevance | path

Searched refs:defobj (Results 1 – 25 of 65) sorted by relevance

123

/dports/editors/emacs-devel/emacs-4d1968b/lisp/url/
H A Durl-expand.el116 (defun url-identity-expander (urlobj defobj)
117 (setf (url-type urlobj) (or (url-type urlobj) (url-type defobj))))
119 (defun url-default-expander (urlobj defobj)
124 (setf (url-type urlobj) (or (url-type urlobj) (url-type defobj)))
127 (url-type defobj))
128 (url-port defobj))))
130 (setf (url-host urlobj) (or (url-host urlobj) (url-host defobj))))
132 (setf (url-user urlobj) (or (url-user urlobj) (url-user defobj))))
136 (setf (url-fullness urlobj) (url-fullness defobj)))
138 (defpathandquery (url-path-and-query defobj))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/url/
H A Durl-expand.el107 (defun url-identity-expander (urlobj defobj)
108 (setf (url-type urlobj) (or (url-type urlobj) (url-type defobj))))
110 (defun url-default-expander (urlobj defobj)
115 (setf (url-type urlobj) (or (url-type urlobj) (url-type defobj)))
118 (url-type defobj))
119 (url-port defobj))))
121 (setf (url-host urlobj) (or (url-host urlobj) (url-host defobj))))
123 (setf (url-user urlobj) (or (url-user urlobj) (url-user defobj))))
127 (setf (url-fullness urlobj) (url-fullness defobj)))
129 (defpathandquery (url-path-and-query defobj))
[all …]
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_button.c226 FL_OBJECT *defobj = defobj = create_default_button( obj ); in button_emit_spec_fd_code() local
253 spec_to_superspec( defobj ); in button_emit_spec_fd_code()
286 free_iconinfo( defobj ); in button_emit_spec_fd_code()
287 free_superspec( defobj ); in button_emit_spec_fd_code()
288 fl_free_object( defobj ); in button_emit_spec_fd_code()
299 FL_OBJECT *defobj = defobj = create_default_button( obj ); in button_emit_spec_c_code() local
368 free_iconinfo( defobj ); in button_emit_spec_c_code()
369 free_superspec( defobj ); in button_emit_spec_c_code()
370 fl_free_object( defobj ); in button_emit_spec_c_code()
589 FL_OBJECT *defobj = NULL; in create_default_button() local
[all …]
H A Dsp_pixmap.c167 get_superspec( defobj ); in pixmap_emit_spec_fd_code()
168 definfo = get_iconinfo( defobj ); in pixmap_emit_spec_fd_code()
191 free_iconinfo( defobj ); in pixmap_emit_spec_fd_code()
192 free_superspec( defobj ); in pixmap_emit_spec_fd_code()
193 fl_free_object( defobj ); in pixmap_emit_spec_fd_code()
208 get_superspec( defobj ); in pixmap_emit_spec_c_code()
232 free_iconinfo( defobj ); in pixmap_emit_spec_c_code()
233 free_superspec( defobj ); in pixmap_emit_spec_c_code()
234 fl_free_object( defobj ); in pixmap_emit_spec_c_code()
359 FL_OBJECT *defobj = NULL; in create_default_pixmap() local
[all …]
H A Dsp_scrollbar.c149 FL_OBJECT *defobj = fl_create_scrollbar( obj->type, 0, 0, 0, 0, "" ); in scrollbar_emit_spec_fd_code() local
153 fl_get_scrollbar_bounds( defobj, &def_r1, &def_r2 ); in scrollbar_emit_spec_fd_code()
159 def_r1 = fl_get_scrollbar_value( defobj ); in scrollbar_emit_spec_fd_code()
165 def_r1 = fl_get_scrollbar_size( defobj ); in scrollbar_emit_spec_fd_code()
171 fl_get_scrollbar_increment( defobj, &def_r1, &def_r2 ); in scrollbar_emit_spec_fd_code()
185 FL_OBJECT *defobj = fl_create_scrollbar( obj->type, 0, 0, 0, 0, "" ); in scrollbar_emit_spec_c_code() local
189 fl_get_scrollbar_bounds( defobj, &def_r1, &def_r2 ); in scrollbar_emit_spec_c_code()
196 def_r1 = fl_get_scrollbar_value( defobj ); in scrollbar_emit_spec_c_code()
202 def_r1 = fl_get_scrollbar_size( defobj ); in scrollbar_emit_spec_c_code()
208 fl_get_scrollbar_increment( defobj, &def_r1, &def_r2 ); in scrollbar_emit_spec_c_code()
H A Dsp_spinner.c169 FL_OBJECT *defobj = fl_create_spinner( obj->type, 0, 0, 0, 0, "" ); in spinner_emit_spec_fd_code() local
171 *defsp = defobj->spec; in spinner_emit_spec_fd_code()
200 fl_free_object( defobj ); in spinner_emit_spec_fd_code()
211 FL_OBJECT *defobj = fl_create_spinner( obj->type, 0, 0, 0, 0, "" ); in spinner_emit_spec_c_code() local
213 *defsp = defobj->spec; in spinner_emit_spec_c_code()
245 if ( obj->lsize != defobj->lsize ) in spinner_emit_spec_c_code()
249 if ( obj->lstyle != defobj->lstyle ) in spinner_emit_spec_c_code()
253 if ( obj->col1 != defobj->col1 || obj->col2 != defobj->col2 ) in spinner_emit_spec_c_code()
258 fl_free_object( defobj ); in spinner_emit_spec_c_code()
H A Dsp_twheel.c113 FL_OBJECT *defobj = fl_create_thumbwheel( obj->type, 0, 0, 0, 0, "" ); in twheel_emit_spec_fd_code() local
115 *defsp = defobj->spec; in twheel_emit_spec_fd_code()
132 fl_free_object( defobj ); in twheel_emit_spec_fd_code()
143 FL_OBJECT *defobj = fl_create_thumbwheel( obj->type, 0, 0, 0, 0, "" ); in twheel_emit_spec_c_code() local
145 *defsp = defobj->spec; in twheel_emit_spec_c_code()
157 fl_free_object( defobj ); in twheel_emit_spec_c_code()
H A Dsp_choice.c111 FL_OBJECT *defobj = fl_create_choice( obj->type, 0, 0, 0, 0, "" ); in choice_emit_spec_fd_code() local
113 *defsp = defobj->spec; in choice_emit_spec_fd_code()
115 *defssp = get_superspec( defobj ); in choice_emit_spec_fd_code()
138 free_superspec( defobj ); in choice_emit_spec_fd_code()
139 fl_free_object( defobj ); in choice_emit_spec_fd_code()
150 FL_OBJECT *defobj = fl_create_choice( obj->type, 0, 0, 0, 0, "" ); in choice_emit_spec_c_code() local
152 *defsp = defobj->spec; in choice_emit_spec_c_code()
186 fl_free_object( defobj ); in choice_emit_spec_c_code()
H A Dsp_xyplot.c144 FL_OBJECT *defobj; in xyplot_emit_spec_fd_code() local
153 defobj = fl_create_xyplot( ob->type, 0, 0, 0, 0, "" ); in xyplot_emit_spec_fd_code()
155 defsp = get_superspec( defobj ); in xyplot_emit_spec_fd_code()
186 fl_free_object( defobj ); in xyplot_emit_spec_fd_code()
197 FL_OBJECT *defobj; in xyplot_emit_spec_c_code() local
209 defobj = fl_create_xyplot( ob->type, 0, 0, 0, 0, "" ); in xyplot_emit_spec_c_code()
211 defsp = get_superspec( defobj ); in xyplot_emit_spec_c_code()
251 fl_free_object( defobj ); in xyplot_emit_spec_c_code()
H A Dsp_counter.c133 FL_OBJECT *defobj = fl_create_counter( obj->type, 0, 0, 0, 0, "" ); in counter_emit_spec_fd_code() local
135 *defsp = defobj->spec; in counter_emit_spec_fd_code()
153 fl_free_object( defobj ); in counter_emit_spec_fd_code()
164 FL_OBJECT *defobj = fl_create_counter( obj->type, 0, 0, 0, 0, "" ); in counter_emit_spec_c_code() local
166 *defsp = defobj->spec; in counter_emit_spec_c_code()
183 fl_free_object( defobj ); in counter_emit_spec_c_code()
H A Dsp_dial.c144 FL_OBJECT *defobj = fl_create_dial( obj->type, 0, 0, 0, 0, "" ); in dial_emit_spec_fd_code() local
146 *defsp = defobj->spec; in dial_emit_spec_fd_code()
164 fl_free_object( defobj ); in dial_emit_spec_fd_code()
175 FL_OBJECT *defobj = fl_create_dial( obj->type, 0, 0, 0, 0, "" ); in dial_emit_spec_c_code() local
177 *defsp = defobj->spec; in dial_emit_spec_c_code()
197 fl_free_object( defobj ); in dial_emit_spec_c_code()
H A Dsp_positioner.c127 FL_OBJECT *defobj = fl_create_positioner( obj->type, 0, 0, 0, 0, "" ); in positioner_emit_spec_fd_code() local
129 *defsp = defobj->spec; in positioner_emit_spec_fd_code()
149 fl_free_object( defobj ); in positioner_emit_spec_fd_code()
160 FL_OBJECT *defobj = fl_create_positioner( obj->type, 0, 0, 0, 0, "" ); in positioner_emit_spec_c_code() local
162 *defsp = defobj->spec; in positioner_emit_spec_c_code()
184 fl_free_object( defobj ); in positioner_emit_spec_c_code()
H A Dsp_slider.c123 FL_OBJECT *defobj = ( obj->objclass == FL_SLIDER ? in slider_emit_spec_fd_code() local
127 *defsp = defobj->spec; in slider_emit_spec_fd_code()
142 fl_free_object( defobj ); in slider_emit_spec_fd_code()
182 FL_OBJECT *defobj = ( obj->objclass == FL_SLIDER ? in slider_emit_spec_c_code() local
186 *defsp = defobj->spec; in slider_emit_spec_c_code()
209 fl_free_object( defobj ); in slider_emit_spec_c_code()
H A Dsp_menu.c120 FL_OBJECT *defobj = fl_create_menu( obj->type, 0, 0, 0, 0, "" ); in menu_emit_spec_fd_code() local
122 *defsp = defobj->spec; in menu_emit_spec_fd_code()
124 *defssp = get_superspec( defobj ); in menu_emit_spec_fd_code()
149 free_superspec( defobj ); in menu_emit_spec_fd_code()
150 fl_free_object( defobj ); in menu_emit_spec_fd_code()
161 FL_OBJECT *defobj; in menu_emit_spec_c_code() local
171 defobj = fl_create_menu( obj->type, 0, 0, 0, 0, "" ); in menu_emit_spec_c_code()
172 defsp = defobj->spec; in menu_emit_spec_c_code()
206 fl_free_object( defobj ); in menu_emit_spec_c_code()
H A Dsp_browser.c98 FL_OBJECT *defobj = fl_create_browser( obj->type, 0, 0, 0, 0, "" ); in browser_emit_spec_fd_code() local
100 *defsp = defobj->spec; in browser_emit_spec_fd_code()
124 FL_OBJECT *defobj = fl_create_browser( obj->type, 0, 0, 0, 0, "" ); in browser_emit_spec_c_code() local
126 *defsp = defobj->spec; in browser_emit_spec_c_code()
H A Dfd_printC.c1528 FL_OBJECT * defobj, in output_object() local
1563 if ( ! defobj ) in output_object()
1616 if ( obj->col1 != defobj->col1 || obj->col2 != defobj->col2 ) in output_object()
1624 if ( obj->lcol != defobj->lcol ) in output_object()
1628 if ( obj->lsize != defobj->lsize ) in output_object()
1631 if ( obj->align != defobj->align ) in output_object()
1634 if ( obj->lstyle != defobj->lstyle ) in output_object()
1642 if ( obj->resize != defobj->resize ) in output_object()
1646 if ( obj->nwgravity != defobj->nwgravity in output_object()
1647 || obj->segravity != defobj->segravity) in output_object()
[all …]
/dports/graphics/airsaned/AirSane-0.3.2-50-gdeab313/imageformats/
H A Dpdfencoder.cpp121 insert_objdef defobj(int);
145 PdfEncoder::Private::defobj(int id) in defobj() function in PdfEncoder::Private
217 *destination() << p->defobj(++p->mObj) // mObj == 2 in onImageBegin()
226 << p->defobj(++p->mObj) << "\n" // mObj == 3 in onImageBegin()
245 << "\nendstream\nendobj\n" << p->defobj(++p->mObj) // mObj == 4 in onImageEnd()
261 os << p->defobj(1) << "\n<<\n" in onDocumentEnd()
269 os << p->defobj(++p->mObj) // mObj == 5 in onDocumentEnd()
272 os << p->defobj(++p->mObj) // mObj == 6 in onDocumentEnd()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dunicodedata.c122 PyObject *defobj = NULL; in unicodedata_decimal() local
149 if (defobj == NULL) { in unicodedata_decimal()
155 Py_INCREF(defobj); in unicodedata_decimal()
156 return defobj; in unicodedata_decimal()
173 PyObject *defobj = NULL; in unicodedata_digit() local
184 if (defobj == NULL) { in unicodedata_digit()
190 return defobj; in unicodedata_digit()
207 PyObject *defobj = NULL; in unicodedata_numeric() local
234 if (defobj == NULL) { in unicodedata_numeric()
240 return defobj; in unicodedata_numeric()
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Dunicodedata.c122 PyObject *defobj = NULL; in unicodedata_decimal() local
149 if (defobj == NULL) { in unicodedata_decimal()
155 Py_INCREF(defobj); in unicodedata_decimal()
156 return defobj; in unicodedata_decimal()
173 PyObject *defobj = NULL; in unicodedata_digit() local
184 if (defobj == NULL) { in unicodedata_digit()
190 return defobj; in unicodedata_digit()
207 PyObject *defobj = NULL; in unicodedata_numeric() local
234 if (defobj == NULL) { in unicodedata_numeric()
240 return defobj; in unicodedata_numeric()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dunicodedata.c122 PyObject *defobj = NULL; in unicodedata_decimal() local
149 if (defobj == NULL) { in unicodedata_decimal()
155 Py_INCREF(defobj); in unicodedata_decimal()
156 return defobj; in unicodedata_decimal()
173 PyObject *defobj = NULL; in unicodedata_digit() local
184 if (defobj == NULL) { in unicodedata_digit()
190 return defobj; in unicodedata_digit()
207 PyObject *defobj = NULL; in unicodedata_numeric() local
234 if (defobj == NULL) { in unicodedata_numeric()
240 return defobj; in unicodedata_numeric()
[all …]
/dports/devel/py-unicodedata2/unicodedata2-13.0.0.post2/unicodedata2/py2/
H A Dunicodedata.c128 PyObject *defobj = NULL; in unicodedata_decimal() local
155 if (defobj == NULL) { in unicodedata_decimal()
161 Py_INCREF(defobj); in unicodedata_decimal()
162 return defobj; in unicodedata_decimal()
179 PyObject *defobj = NULL; in unicodedata_digit() local
190 if (defobj == NULL) { in unicodedata_digit()
196 return defobj; in unicodedata_digit()
213 PyObject *defobj = NULL; in unicodedata_numeric() local
240 if (defobj == NULL) { in unicodedata_numeric()
246 return defobj; in unicodedata_numeric()
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Dexecmd.c2638 objnum defobj; in execmd() local
2708 defobj = o; in execmd()
2834 objnum defobj; in execmd() local
2916 defobj = o; in execmd()
2928 iolist[0].vocolobj = defobj; in execmd()
2940 runpobj(rcx, defobj); in execmd()
2948 runpobj(rcx, defobj); in execmd()
3182 objnum defobj; in execmd() local
3251 defobj = o; in execmd()
3289 runpobj(rcx, defobj); in execmd()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dexecute_command.cpp2645 objnum defobj = 0; in execmd() local
2715 defobj = o; in execmd()
2737 runpobj(rcx, defobj); in execmd()
2841 objnum defobj = 0; in execmd() local
2923 defobj = o; in execmd()
2947 runpobj(rcx, defobj); in execmd()
2955 runpobj(rcx, defobj); in execmd()
3218 objnum defobj = 0; in execmd() local
3287 defobj = o; in execmd()
3325 runpobj(rcx, defobj); in execmd()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dexecute_command.cpp2645 objnum defobj = 0; in execmd() local
2715 defobj = o; in execmd()
2841 objnum defobj = 0; in execmd() local
2923 defobj = o; in execmd()
2935 iolist[0].vocolobj = defobj; in execmd()
2947 runpobj(rcx, defobj); in execmd()
2955 runpobj(rcx, defobj); in execmd()
3218 objnum defobj = 0; in execmd() local
3287 defobj = o; in execmd()
3325 runpobj(rcx, defobj); in execmd()
[all …]
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_node.c4123 label = defobj->labels; in node_def_find_label()
4124 cnt = defobj->count; in node_def_find_label()
4182 label = defobj->labels; in node_def_print_entries()
4183 cnt = defobj->count; in node_def_print_entries()
4223 label = defobj->labels; in node_def_find_entry()
4224 cnt = defobj->count; in node_def_find_entry()
4359 defobj->count++; in node_def2entry()
5571 if(defobj.size != 0) { in node_definitions()
5582 cnt = defobj.count; in node_definitions()
5678 defobj.name); in node_definitions()
[all …]

123