AT_get_attribute 176 modules/ob/objects.c sprintf(attr_buf_verbose, "\nThe %s object:\n\n%s\n\n\n", AT_get_attribute(object.attr_index, 1), object.description); AT_get_attribute 189 modules/ob/objects.c AT_get_attribute(attix, offset), AT_get_attribute 199 modules/ob/objects.c sprintf(attr_buf_verbose, "%s\n\t%s\n\n\t%s\n\n", AT_get_attribute(attix, offset), AT_get_attribute_desc(attix), AT_get_attribute_frmt(attix) ); AT_get_attribute 205 modules/ob/objects.c sprintf(attr_buf_verbose, "\nThe content of the attributes of the %s object are defined below:\n\n", AT_get_attribute(object.attr_index, 1) ); AT_get_attribute 228 modules/ob/objects.c strcat(str_buffer, AT_get_attribute(attix, 1));