static Widget obj_size = NULL;
static Widget curs_pos = NULL;
static Widget cur_module = NULL;
- Widget widget;
+ Widget widget = NULL;
String nullstr = " ";
switch(type)
)
{
ABObj subObj;
- unsigned char value;
+ unsigned char value = 0;
AB_FILE_TYPE_MASK old_fmtype = obj_get_file_type_mask(obj);
if (old_fmtype != fmtype)
{
DtbAttchEdAttchEdDialogInfo attch_ed_cgen = &dtb_attch_ed_attch_ed_dialog;
AttchEditorSettingsRec *ats = &attch_editor_settings_rec;
- PropOptionsSetting option_setting;
+ PropOptionsSetting option_setting = NULL;
Widget label = NULL,
- optionbox,
- menu,
- changebar,
+ optionbox = NULL,
+ menu = NULL,
+ changebar = NULL,
*item = NULL;
int item_values = 0,
*item_val = NULL,
int offset = 0,
position = 0;
ABObj attach_obj = NULL;
- AB_COMPASS_POINT opp_dir;
+ AB_COMPASS_POINT opp_dir = AB_CP_UNDEF;
ATTCH_ED_ATTACH_TYPE opp_attach_type;
- PropOptionsSetting opp_attach_type_setting,
- opp_objlist_setting;
- PropFieldSetting opp_offset_setting,
- opp_position_setting;
- Widget opp_objlist_w,
- opp_offset_w,
- opp_position_w;
+ PropOptionsSetting opp_attach_type_setting = NULL,
+ opp_objlist_setting = NULL;
+ PropFieldSetting opp_offset_setting = NULL,
+ opp_position_setting = NULL;
+ Widget opp_objlist_w = NULL,
+ opp_offset_w = NULL,
+ opp_position_w = NULL;
BOOL set_opp_attach = FALSE;
/*
DtbAttchEdAttchEdDialogInfo attch_ed_cgen
= &dtb_attch_ed_attch_ed_dialog;
AttchEditorSettingsRec *ats = &attch_editor_settings_rec;
- PropFieldSetting offset_setting,
+ PropFieldSetting offset_setting = NULL,
position_setting;
- PropOptionsSetting objlist_setting,
- attach_type_setting;
+ PropOptionsSetting objlist_setting = NULL,
+ attach_type_setting = NULL;
AB_COMPASS_POINT dir = (AB_COMPASS_POINT)client_data;
ATTCH_ED_ATTACH_TYPE attach_type = ATTCH_ED_NONE;
ABObj attach_obj = NULL;
position_setting = &(ats->bottom_attach_position);
objlist_setting = &(ats->bottom_attach_obj);
break;
+
+ default:
+ return;
}
)
{
BrowserUiObjects *ui;
- DtbBrwsMainwindowInfo instance;
+ DtbBrwsMainwindowInfo instance = NULL;
if (!b)
return;
/*
* Free the ip structure
*/
- if (instance)
- free(instance);
+ free(instance);
}
{
XmListCallbackStruct *list_cl = (XmListCallbackStruct *)call_data;
ABObj *obj_list = (ABObj *)NULL;
- ABObj cur_action;
+ ABObj cur_action = NULL;
AB_ACTION_INFO *cur_info;
if (list_cl->reason != XmCR_BROWSE_SELECT)
{
Widget label_wid = XmOptionButtonGadget(when_menu);
XmString xm_when_label = (XmString)NULL;
- char *when_label;
+ char *when_label = NULL;
register int i;
XtVaGetValues(label_wid, XmNlabelString, &xm_when_label, NULL);
- if (xm_when_label != NULL)
+ if (xm_when_label != NULL) {
when_label = objxm_xmstr_to_str(xm_when_label);
- for (i = 0; i < ConnP_num_conn_whens; i++)
- if (!strcmp(when_label, ConnP_conn_whens[i].label))
- {
- XtFree(when_label);
- return((int)ConnP_conn_whens[i].when_type);
+ for (i = 0; i < ConnP_num_conn_whens; i++) {
+ if (!strcmp(when_label, ConnP_conn_whens[i].label)) {
+ XtFree(when_label);
+ return((int)ConnP_conn_whens[i].when_type);
+ }
}
+ }
/*
* Should never happen
{
Widget label_wid = XmOptionButtonGadget(action_menu);
XmString xm_act_label = (XmString)NULL;
- char *act_label;
+ char *act_label = NULL;
register int i;
XtVaGetValues(label_wid, XmNlabelString, &xm_act_label, NULL);
- if (xm_act_label != NULL)
+ if (xm_act_label != NULL) {
act_label = objxm_xmstr_to_str(xm_act_label);
- for (i = 0; i < ConnP_num_conn_acts; i++)
- if (!strcmp(act_label, ConnP_conn_acts[i].label))
- {
- XtFree(act_label);
- return(ConnP_conn_acts[i].act_type);
+ for (i = 0; i < ConnP_num_conn_acts; i++) {
+ if (!strcmp(act_label, ConnP_conn_acts[i].label)) {
+ XtFree(act_label);
+ return(ConnP_conn_acts[i].act_type);
+ }
}
+ }
/*
* Should never happen
{
Widget label_wid = XmOptionButtonGadget(action_type_opmenu);
XmString xm_act_label = (XmString)NULL;
- char *act_label;
+ char *act_label = NULL;
register int i;
AB_FUNC_TYPE func_type = AB_FUNC_UNDEF;
XtVaGetValues(label_wid, XmNlabelString, &xm_act_label, NULL);
- if (xm_act_label != NULL)
- act_label = objxm_xmstr_to_str(xm_act_label);
+ if (xm_act_label != NULL) {
+ act_label = objxm_xmstr_to_str(xm_act_label);
- for (i = 0; i < ACTION_TYPE_NUM_VALUES; i++)
- if (!strcmp(act_label, action_type_labels[i]))
- break;
+ for (i = 0; i < ACTION_TYPE_NUM_VALUES; i++) {
+ if (!strcmp(act_label, action_type_labels[i])) {
+ break;
+ }
+ }
+ }
switch (i)
{
ABObj project = obj_get_project(mes->current_obj);
STRING str = (STRING) NULL;
DTB_BUTTON default_btn = DTB_NONE;
- unsigned char dialogType;
+ unsigned char dialogType = 0;
/*** DTB_USER_CODE_END ^^^ Add C variables and code above ^^^ ***/
)
{
PropDrawpSettingsRec *pds = &(prop_drawp_settings_rec[type]);
- AB_SCROLLBAR_POLICY sb_policy;
+ AB_SCROLLBAR_POLICY sb_policy = AB_SCROLLBAR_UNDEF;
BOOL load_all = (loadkey & LoadAll);
if (obj == NULL)
{
PalItemInfo *palitem;
PalItemInfo *viz_palitem;
- Widget dialog;
+ Widget dialog = NULL;
PropStateInfo *pstate;
STRING modname = NULL;
)
{
AB_PROP_TYPE type = (AB_PROP_TYPE)client_data;
- DTB_MODAL_ANSWER answer;
+ DTB_MODAL_ANSWER answer = DTB_ANSWER_NONE;
PalItemInfo *palitem = NULL;
PropStateInfo *pstate;
WidgetList shell_child;
)
{
ABObj current_obj;
- STRING newlabel, basename, graphic_path;
+ STRING newlabel = NULL, basename = NULL, graphic_path;
BOOL label_type_chg = False;
AB_LABEL_TYPE new_label_type;
XmString xmitem;
*new_iobj_list;
int num_items;
int select_pos;
- int pos;
+ int pos = 0;
int i, j;
XtVaGetValues(pis->item_list,
)
{
Widget menu,
- cascade,
+ cascade = NULL,
widget;
Arg args[4];
int i;
Widget parent = objxm_get_widget(p_obj);
AB_ITEM_TYPE itype = (AB_ITEM_TYPE)obj_get_subtype(obj);
int pos;
- int num_items;
+ int num_items = 0;
XmString xmitem;
if (parent != NULL)
{
int len1,
len2,
- longest,
+ longest = 0,
i = 0;
len1 = len2 = 0;
{
sym_root_entry_type *root_node;
ABObjPtr ab_module;
- ABObjPtr ret_val;
+ ABObjPtr ret_val = NULL;
if (uil_root == (sym_entry_type *)NULL ||
uil_root->header.b_tag != sym_k_root_entry)
sym_entry_type *next_node;
sym_section_entry_type *section_node;
short int done;
- ABObjPtr ret_val;
+ ABObjPtr ret_val = NULL;
/*
* populate module;
{
AttachmentContext *attach_context = (AttachmentContext *)context;
STRING attach_str;
- AB_ATTACH_TYPE att_type;
+ AB_ATTACH_TYPE att_type = AB_ATTACH_UNDEF;
long att_pos = 0, att_off = 0, offset = 0;
void *value = NULL;
BOOL need_val = TRUE;
AB_LABEL_STYLE
bilP_token_to_label_style(int type)
{
- AB_LABEL_STYLE obj_type;
+ AB_LABEL_STYLE obj_type = AB_STYLE_UNDEF;
switch (type)
{
bilP_load_att_hspacing(BIL_TOKEN valueToken)
{
ABObj obj = bilP_load.obj;
- int tmp_int;
+ int tmp_int = 0;
int type;
nset_att(AB_BIL_HSPACING);
bilP_load_att_hoffset(BIL_TOKEN valueToken)
{
ABObj obj = bilP_load.obj;
- int tmp_int;
+ int tmp_int = 0;
int type;
set_att(":hoffset");
bilP_load_att_max_length(BIL_TOKEN valueToken)
{
ABObj obj = bilP_load.obj;
- int tmp_int;
+ int tmp_int = 0;
int type;
set_att(":max-length");
ABObj obj = bilP_load.obj;
int type = AB_BIL_UNDEF;
STRING value = NULL;
- BOOL tear_off;
+ BOOL tear_off = FALSE;
set_att(":tear-off");
if (!bilP_token_is_bool(valueToken))
bilP_load_att_voffset(BIL_TOKEN valueToken)
{
ABObj obj = bilP_load.obj;
- int tmp_int;
+ int tmp_int = 0;
int type;
set_att(":voffset");
bilP_load_att_vspacing(BIL_TOKEN valueToken)
{
ABObj obj = bilP_load.obj;
- int tmp_int;
+ int tmp_int = 0;
int type;
set_att(":vspacing");
int offset
)
{
- ABAttachment *attachment;
+ ABAttachment *attachment = NULL;
verify_for_write(obj);
if (obj->attachments == NULL)
case AB_CP_EAST:
attachment = &(obj->attachments->east);
break;
+ default:
+ return 0;
}
attachment->type = type;
attachment->value = value;
att_offset_resource = XmNbottomOffset;
att_pos_resource = XmNbottomPosition;
break;
+ default:
+ return OK;
}
type = obj_get_attach_type(obj, dir);
value = obj_get_attach_value(obj, dir);
)
{
ABObj attobj;
- ABAttachment *attachment;
+ ABAttachment *attachment = NULL;
switch(dir)
{
case AB_CP_SOUTH:
attachment = &(obj->attachments->south);
break;
+ default:
+ return;
}
if (attachment->type == AB_ATTACH_OBJ)
{