Home
last modified time | relevance | path

Searched refs:childP (Results 1 – 25 of 135) sorted by relevance

123456

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DPanedW.c610 for (childP = children; childP - children < num_children; childP++) in Realize()
1223 for (childP = children + 1; childP - children < num_panes; childP++) { in DrawTrackLines()
1228 if (PaneOldDPos(*childP) != PaneDPos(*childP)) { in DrawTrackLines()
1243 PaneOldDPos(*childP) = PaneDPos(*childP); in DrawTrackLines()
1270 for (childP = children + 1; childP - children < num_panes; childP++) { in EraseTrackLines()
1335 for (childP = children; childP - children < num_panes; childP++) in ProcessKeyEvent()
1504 for (childP = children; childP - children < num_panes; childP++) in HandleSash()
2087 childP++; in ChangeManaged()
2112 (*childP)->core.x, (*childP)->core.y, in ChangeManaged()
2118 (*childP)->core.x, (*childP)->core.y, in ChangeManaged()
[all …]
H A DPaned.c775 --childP; in ChoosePaneToResize()
777 ++childP; in ChoosePaneToResize()
781 ++childP; in ChoosePaneToResize()
783 --childP; in ChoosePaneToResize()
1102 childP++ ) { in RefigureLocations()
1152 childP++ ) { in CommitNewLocations()
1193 changes.y = ((*childP)->core.y + (*childP)->core.height + in CommitNewLocations()
1203 sep.y = ((*childP)->core.y + (*childP)->core.height - in CommitNewLocations()
1255 sep.x = ((*childP)->core.x + (*childP)->core.width - in CommitNewLocations()
1369 childP++ ) { in _DrawTrackLines()
[all …]
H A DExtP.h58 #define ForAllChildren(w, childP) \ argument
59 for ( (childP) = (w)->composite.children ; \
60 (childP) < (w)->composite.children + (w)->composite.num_children ; \
61 (childP)++ )
H A DPanedP.h248 #define IsLastPane(pw, childP) ((XmPaned_managed_children((pw)) + \ argument
249 XmPaned_num_panes((pw)) - 1) == childP)
251 #define ForAllPaned(pw, childP) \ argument
252 for ( ((childP) = (XmPaned_managed_children((pw)))) ; \
253 ((childP) < ((XmPaned_managed_children((pw))) \
255 (childP)++ )
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DPaned.c95 (childP)++ )
100 (childP)++ )
408 Widget *childP; in ChoosePaneToResize() local
436 if (_dir == LowRightPane) --childP; else ++childP; in ChoosePaneToResize()
586 Widget *childP; in RefigureLocations() local
663 changes.y = (*childP)->core.y + (*childP)->core.height - in CommitNewLocations()
675 changes.x = (*childP)->core.x + (*childP)->core.width - in CommitNewLocations()
1077 if (!IsPane(*childP) || !XtIsManaged(*childP)) { in ResortChildren()
1118 if (IsPane(*childP) && HasGrip(*childP)) { in ManageAndUnmanageGrips()
1245 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert); in SetChildrenPrefSizes()
[all …]
H A DForm.c328 Widget *childP; in Layout() local
332 for (childP = children; childP - children < num_children; childP++) { in Layout()
338 for (childP = children; childP - children < num_children; childP++) { in Layout()
400 Widget *childP; in ResizeChildren() local
402 for (childP = children; childP - children < num_children; childP++) { in ResizeChildren()
497 Widget *childP; in Resize() local
502 for (childP = children; childP - children < num_children; childP++) { in Resize()
737 childP - children < num_children; childP++) { in ChangeManaged()
738 child = *childP; in ChangeManaged()
800 Widget *childP; in XawFormDoLayout() local
[all …]
H A DDialog.c208 Widget *childP; in ConstraintInitialize() local
210 childP >= children; childP-- ) { in ConstraintInitialize()
211 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW) in ConstraintInitialize()
213 if (XtIsManaged(*childP) && in ConstraintInitialize()
214 XtIsSubclass(*childP, commandWidgetClass)) { in ConstraintInitialize()
215 constraint->form.horiz_base = *childP; in ConstraintInitialize()
375 Widget *childP; in CreateDialogValueWidget() local
377 childP >= children; childP-- ) { in CreateDialogValueWidget()
378 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW) in CreateDialogValueWidget()
380 if (XtIsManaged(*childP) && in CreateDialogValueWidget()
[all …]
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DPaned.c94 (childP)++ )
99 (childP)++ )
412 Widget *childP; local
440 if (_dir == LowRightPane) --childP; else ++childP;
601 Widget *childP; local
679 changes.y = (*childP)->core.y + (*childP)->core.height -
691 changes.x = (*childP)->core.x + (*childP)->core.width -
1119 if (!IsPane(*childP) || !XtIsManaged(*childP)) {
1161 if (IsPane(*childP) && HasGrip(*childP))
1290 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert);
[all …]
H A DForm.c330 Widget *childP; local
334 for (childP = children; childP - children < num_children; childP++) {
340 for (childP = children; childP - children < num_children; childP++) {
402 Widget *childP; local
404 for (childP = children; childP - children < num_children; childP++) {
501 Widget *childP; local
506 for (childP = children; childP - children < num_children; childP++) {
749 childP - children < num_children; childP++) {
750 child = *childP;
819 Widget *childP; local
[all …]
H A DDialog.c213 Widget *childP; local
215 childP >= children; childP-- ) {
216 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW)
218 if (XtIsManaged(*childP) &&
219 XtIsSubclass(*childP, commandWidgetClass)) {
220 constraint->form.horiz_base = *childP;
386 Widget *childP; local
388 childP >= children; childP-- ) {
389 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW)
391 if (XtIsManaged(*childP) &&
[all …]
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DPaned.c94 (childP)++ )
99 (childP)++ )
410 Widget *childP; local
438 if (_dir == LowRightPane) --childP; else ++childP;
599 Widget *childP; local
677 changes.y = (*childP)->core.y + (*childP)->core.height -
689 changes.x = (*childP)->core.x + (*childP)->core.width -
1117 if (!IsPane(*childP) || !XtIsManaged(*childP)) {
1159 if (IsPane(*childP) && HasGrip(*childP)) {
1290 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert);
[all …]
H A DForm.c374 Widget *childP; local
378 for (childP = children; childP - children < num_children; childP++) {
384 for (childP = children; childP - children < num_children; childP++) {
446 Widget *childP; local
448 for (childP = children; childP - children < num_children; childP++) {
545 Widget *childP; local
550 for (childP = children; childP - children < num_children; childP++) {
793 childP - children < num_children; childP++) {
794 child = *childP;
863 Widget *childP; local
[all …]
H A DDialog.c213 Widget *childP; local
215 childP >= children; childP-- ) {
216 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW)
218 if (XtIsManaged(*childP) &&
219 XtIsSubclass(*childP, commandWidgetClass)) {
220 constraint->form.horiz_base = *childP;
386 Widget *childP; local
388 childP >= children; childP-- ) {
389 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW)
391 if (XtIsManaged(*childP) &&
[all …]
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DPaned.c92 (childP)++)
97 (childP)++)
614 --childP; in ChoosePaneToResize()
616 ++childP; in ChoosePaneToResize()
810 changes.y = XtY(*childP) + XtHeight(*childP) - in CommitNewLocations()
820 changes.x = XtX(*childP) + XtWidth(*childP) - in CommitNewLocations()
928 on_loc = IsVert(pw) ? XtY(*childP) : XtX(*childP); in _DrawInternalBorders()
1255 if (!IsPane(*childP) || !XtIsManaged(*childP)) { in ResortChildren()
1301 if (IsPane(*childP) && HasGrip(*childP)) { in ManageAndUnmanageGrips()
1432 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert); in SetChildrenPrefSizes()
[all …]
H A DForm.c551 Widget *childP; in Layout() local
555 for (childP = children; childP - children < num_children; childP++) { in Layout()
561 for (childP = children; childP - children < num_children; childP++) { in Layout()
629 Widget *childP; in ResizeChildren() local
631 for (childP = children; childP - children < num_children; childP++) { in ResizeChildren()
736 Widget *childP; in XawFormResize() local
746 for (childP = children; childP - children < num_children; childP++) { in XawFormResize()
915 for (childP = children; childP - children < num_children; childP++) { in XawFormGeometryManager()
1037 childP++) { in XawFormChangeManaged()
1038 child = *childP; in XawFormChangeManaged()
[all …]
H A DDialog.c248 Widget *childP; in XawDialogConstraintInitialize() local
251 childP >= children; childP-- ) { in XawDialogConstraintInitialize()
252 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW) in XawDialogConstraintInitialize()
254 if (XtIsManaged(*childP) && in XawDialogConstraintInitialize()
255 XtIsSubclass(*childP, commandWidgetClass)) { in XawDialogConstraintInitialize()
256 constraint->form.horiz_base = *childP; in XawDialogConstraintInitialize()
412 Widget *childP; in CreateDialogValueWidget() local
415 childP >= children; childP-- ) { in CreateDialogValueWidget()
416 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW) in CreateDialogValueWidget()
419 if (XtIsManaged(*childP) && in CreateDialogValueWidget()
[all …]
/dports/x11/xdtm/xdtm/Xedw/
H A DXedwForm.c293 Widget *childP; local
297 for (childP = children; childP - children < num_children; childP++) {
304 for (childP = children; childP - children < num_children; childP++) {
308 x = (*childP)->core.x + (*childP)->core.width
310 y = (*childP)->core.y + (*childP)->core.height
328 for (childP = children; childP - children < num_children; childP++) {
343 XtResizeWidget(*childP, newwidth, newheight, (*childP)->core.border_width);
455 Widget *childP; local
459 for (childP = children; childP - children < num_children; childP++) {
603 childP - children < num_children; childP++) {
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/src/
H A Dparse_value.c40 xml_element * const childP, in parseArrayDataChild() argument
139 xml_element * childP; in getNameChild() local
142 for (i = 0, childP = NULL; i < childCount && !childP; ++i) { in getNameChild()
144 childP = children[i]; in getNameChild()
146 if (!childP) in getNameChild()
150 *childPP = childP; in getNameChild()
163 xml_element * childP; in getValueChild() local
166 for (i = 0, childP = NULL; i < childCount && !childP; ++i) { in getValueChild()
168 childP = children[i]; in getValueChild()
170 if (!childP) in getValueChild()
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/src/
H A Dparse_value.c40 xml_element * const childP, in parseArrayDataChild() argument
139 xml_element * childP; in getNameChild() local
142 for (i = 0, childP = NULL; i < childCount && !childP; ++i) { in getNameChild()
144 childP = children[i]; in getNameChild()
146 if (!childP) in getNameChild()
150 *childPP = childP; in getNameChild()
163 xml_element * childP; in getValueChild() local
166 for (i = 0, childP = NULL; i < childCount && !childP; ++i) { in getValueChild()
168 childP = children[i]; in getValueChild()
170 if (!childP) in getValueChild()
[all …]
H A Dxmlrpc_expat.c231 xml_element * const childP) { in xml_element_append_child() argument
237 XMLRPC_ASSERT_ELEM_OK(childP); in xml_element_append_child()
238 XMLRPC_ASSERT(childP->parentP == NULL); in xml_element_append_child()
240 XMLRPC_MEMBLOCK_APPEND(xml_element *, envP, elemP->childrenP, &childP, 1); in xml_element_append_child()
242 childP->parentP = elemP; in xml_element_append_child()
244 xml_element_free(childP); in xml_element_append_child()
H A Dxmlrpc_libxml2.c239 xml_element * const childP) { in xmlElementAppendChild() argument
248 XMLRPC_ASSERT_ELEM_OK(childP); in xmlElementAppendChild()
249 assert(childP->parentP == NULL); in xmlElementAppendChild()
251 XMLRPC_MEMBLOCK_APPEND(xml_element *, envP, elemP->childrenP, &childP, 1); in xmlElementAppendChild()
253 childP->parentP = elemP; in xmlElementAppendChild()
255 xml_element_free(childP); in xmlElementAppendChild()
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwTabs.c461 Widget *childP ; local
496 ++i, ++childP)
540 Widget *childP ; local
557 ++i, ++childP)
914 Widget *childP ; local
1053 Widget *childP ; local
1070 ++j, ++childP)
1300 Widget *childP ; local
1377 Widget *childP ; local
1413 Widget *childP ; local
[all …]
/dports/net/c3270/suite3270-4.0/x3270/
H A DCmplxMenuP.h69 #define ForAllChildren(smw, childP) \ argument
70 for ( (childP) = (CmeObject *) (smw)->composite.children ; \
71 (childP) < (CmeObject *) ( (smw)->composite.children + \
73 (childP)++ )
/dports/x11/x3270/suite3270-4.0/x3270/
H A DCmplxMenuP.h69 #define ForAllChildren(smw, childP) \ argument
70 for ( (childP) = (CmeObject *) (smw)->composite.children ; \
71 (childP) < (CmeObject *) ( (smw)->composite.children + \
73 (childP)++ )
/dports/news/knews/knews-1.0b.1/Widgets/
H A DLayoutP.h161 #define ForAllChildren(pw, childP) \ argument
162 for ( (childP) = (pw)->composite.children ; \
163 (childP) < (pw)->composite.children + (pw)->composite.num_children ; \
164 (childP)++ ) if (!XtIsManaged(*childP)) ; else

123456