This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| void* GetDataFromName __PARAMS | ( | (char *name) | ) |
| int C2F | ( | changetoref | ) |
| int C2F | ( | createreference | ) |
| int C2F | ( | createreffromname | ) |
| int C2F | ( | createdata | ) |
| int C2F | ( | createlistcvarfromptr | ) |
| int C2F | ( | createlistvarfromptr | ) |
| integer C2F | ( | maxvol | ) |
| int C2F | ( | errorinfo | ) |
| int C2F | ( | getrhssys | ) |
| int C2F | ( | sciops | ) |
| int C2F | ( | scibuiltin | ) |
| integer C2F | ( | getopcode | ) |
| int C2F | ( | scistring | ) |
| int C2F | ( | scifunction | ) |
| int C2F | ( | callscifun | ) |
| int C2F | ( | in2str | ) |
| int C2F | ( | mkmlistfromvars | ) |
| int C2F | ( | mktlistfromvars | ) |
| int C2F | ( | mklistfromvars | ) |
| int C2F | ( | createcvarfromptr | ) |
| int C2F | ( | createvarfromptr | ) |
| int C2F | ( | getlistrhscvar | ) |
| int C2F | ( | getlistrhsvar | ) |
| int C2F | ( | getrhscvar | ) |
| int C2F | ( | getrhsvar | ) |
| int C2F | ( | getmatdims | ) |
| int C2F | ( | createlistvarfrom | ) |
| int C2F | ( | createcvarfrom | ) |
| int C2F | ( | createvarfrom | ) |
| int C2F | ( | createlist | ) |
| int C2F | ( | createcvar | ) |
| int C2F | ( | setworksize | ) |
| int C2F | ( | creatework | ) |
| int C2F | ( | createvar | ) |
| integer C2F | ( | elementtype | ) |
| integer C2F | ( | vartype | ) |
| int C2F | ( | isref | ) |
| int C2F | ( | putlhsvar | ) |
| int C2F | ( | convert2sci | ) |
| integer C2F | ( | overloadtype | ) |
| integer C2F | ( | overload | ) |
| void C2F | ( | setfeval | ) |
| void C2F | ( | cbool | ) |
| void C2F | ( | cfloat | ) |
| void C2F | ( | cint | ) |
| void C2F | ( | cdouble | ) |
| void C2F | ( | cchar | ) |
| int C2F | ( | callinterf | ) |
| int C2F | ( | allops | ) |
| int C2F | ( | ref2val | ) |
| int C2F | ( | allowptr | ) |
| int C2F | ( | putid | ) |
| int C2F | ( | mklistt | ) |
| int C2F | ( | tpconv | ) |
| int C2F() createlistcvarfrom | ( | integer * | lnumber, | |
| integer * | number, | |||
| char * | typex, | |||
| integer * | it, | |||
| integer * | m, | |||
| integer * | n, | |||
| integer * | lr, | |||
| integer * | lc, | |||
| integer * | lar, | |||
| integer * | lac, | |||
| unsigned long | type_len | |||
| ) |
Definition at line 860 of file stack2.c.
References C2F, cx1, dcopy(), FALSE_, Get_Iname(), iadr, int2db(), intersiz, istk, lad, listcremat(), nlgh, Rhs, sstk, stk, Top, and TRUE_.
00861 { 00862 integer ix1; 00863 int mn = (*m)*(*n); 00864 unsigned char Type = *typex; 00865 char *fname = Get_Iname(); 00866 00867 if (*lnumber > intersiz) { 00868 Scierror(999,"%s: (createlistcvar) too many arguments in the stack edit stack.h and enlarge intersiz\r\n", 00869 fname) ; 00870 return FALSE_; 00871 } 00872 00873 switch ( Type ) { 00874 case 'd' : 00875 ix1 = *lnumber + Top - Rhs; 00876 if (! C2F(listcremat)(fname, &ix1, number, &C2F(intersci).lad[*lnumber - 1],it, m, n, lr, lc, nlgh)) 00877 return FALSE_; 00878 if (*lar != -1) C2F(dcopy)(&mn, stk(*lar), &cx1, stk(*lr), &cx1); 00879 if (*lac != -1 && *it==1) C2F(dcopy)(&mn, stk(*lac), &cx1,stk(*lc) , &cx1); 00880 *lar = *lr; 00881 *lac = *lc; 00882 break; 00883 case 'r' : 00884 ix1 = *lnumber + Top - Rhs; 00885 if (! C2F(listcremat)(fname, &ix1, number, &C2F(intersci).lad[*lnumber - 1], 00886 it, m, n, lr, lc, nlgh)) 00887 return FALSE_; 00888 if (*lar != -1) C2F(rea2db)(&mn, sstk(*lar), &cx1, stk(*lr), &cx1); 00889 if (*lac != -1 && *it==1) C2F(rea2db)(&mn, sstk(*lac), &cx1, stk(*lc), & cx1); 00890 *lar = *lr; 00891 *lac = *lc; 00892 *lr = iadr(*lr); 00893 *lc = *lr + *m * *n; 00894 break; 00895 case 'i' : 00896 ix1 = *lnumber + Top - Rhs; 00897 if (! C2F(listcremat)(fname, &ix1, number, &C2F(intersci).lad[*lnumber - 1], 00898 it, m, n, lr, lc, nlgh)) 00899 return FALSE_; 00900 if (*lar != -1) C2F(int2db)(&mn,istk(*lar), &cx1, stk(*lr), &cx1); 00901 if (*lac != -1 && *it==1) C2F(int2db)(&mn, istk(*lac), &cx1, stk(*lc), &cx1); 00902 *lar = *lr; 00903 *lac = *lc; 00904 *lr = iadr(*lr); 00905 *lc = *lr + *m * *n; 00906 break; 00907 default : 00908 Scierror(999,"%s: createlistcvar called with bad third argument!\r\n",fname); 00909 return FALSE_; 00910 } 00911 return TRUE_; 00912 }
Here is the call graph for this function:

Definition at line 102 of file stack2.c.
References C2F, cvname(), cx1, FALSE_, Infstk, name_len, nsiz, and TRUE_.
Referenced by isopt().
00103 { 00104 if (*Infstk(*lw ) != 1) return FALSE_ ; 00105 C2F(cvname)(&C2F(vstk).idstk[(*lw) * nsiz - nsiz], namex, &cx1, name_len); 00106 return TRUE_; 00107 }
Here is the call graph for this function:

Here is the caller graph for this function:

| integer C2F() numopt | ( | void | ) |
Definition at line 44 of file stack2.h.
Referenced by allmat(), bufstore(), checkval(), crebmat(), crebmati(), credata(), crehmat(), crehmati(), creimat(), creimati(), cremat(), cremati(), crepointer(), crepointeri(), cresmat(), cresmat1(), cresmat2(), cresmat3(), cresmat4(), cresmati(), cresparse(), cresparsei(), crestring(), crestringi(), crestringv(), crewimat(), crewmat(), funnum(), getbmat(), getbmati(), getcmat(), getexternal(), GetForType(), gethmat(), gethmati(), getilist(), getimat(), getimati(), getlistbmat(), getlisthmat(), getlistimat(), getlistpointer(), getlistscalar(), getlistsimat(), getlistsmat(), getlistsparse(), getlistvect(), getlistvectcol(), getlistvectrow(), getlistwsmat(), getmat(), getmati(), getonepoly(), getpointer(), getpointeri(), getpoly(), getrmat(), getrsparse(), getrvect(), getscalar(), GetScilabDirectory(), getsimat(), getsmat(), getsmati(), getsparse(), getsparsei(), getvect(), getvectcol(), getvectrow(), getwimat(), getwsmat(), getwsmati(), intbdiagr(), intopenxls(), intreadxls(), IsTheGoodShell(), listcrebmat(), listcrehmat(), listcreimat(), listcremat(), listcrepointer(), listcresmat(), listcresparse(), listcrestring(), lmatj(), loadfamily(), loadfamily_n(), loadfamilyGif(), loadfamilyXfig(), loadg(), main(), matbsize(), matsize(), optvarget(), pmatj(), queryfamily(), queryfamilyGif(), queryfamilyXfig(), saveg(), SGetForType(), smatj(), swapmat(), vcopyobj(), vectsize(), xg2psofig(), and xsetfontXfig().
Definition at line 84 of file stack2.h.
Referenced by create_index_vector(), parse(), run(), and scistring().
Definition at line 87 of file stack2.h.
Referenced by _XEditResGetWidgetInfo(), _XEditResPutWidgetInfo(), ComputeNaturalSizes(), cossimdaskr(), create_choice(), dgemm(), Evaluate(), ExecuteSetValues(), getalufunction(), getalufunctionGif(), getalufunctionPos(), getalufunctionXfig(), GetWidestLine(), HandleToolkitErrors(), idfromname(), intspvm_config(), intspvm_tasks(), LineRead(), memno2info(), scipvmbcast(), scipvmconfig(), scipvmrecv(), scipvmrecvvar(), scipvmsend(), scipvmsendvar(), scipvmtasks(), SetSizes(), spf(), texmacsin(), UpdateTextInRectangle(), VerifyWidget(), wr_one_init(), and xget_alufunction().
Definition at line 31 of file stack2.h.
Referenced by cbool(), cboolf(), ccalc12f(), ccharf(), ccomplexf(), cdouble(), cdoublef(), cfloat(), cfloatf(), cint(), cintf(), cstringf(), dbl2cdbl(), freeptr(), int2cint(), look(), nextdata(), and run().
Definition at line 44 of file stack2.h.
Referenced by __PARAMS(), AddForName(), AddForName1(), as2osc(), C2F(), CdfBase(), cerro(), ChangeForName(), ChangeForName1(), conn_mat(), connection(), copyobj(), CopyVarFromlistentry(), copyvarfromsciptr(), Cout(), cpass2(), cre_smat_from_str_i(), creadbmat(), creadcmat(), creadmat(), create_index_vector(), CreateEqualTList(), CreSmatFromHist(), cstringf(), dgemm(), discard(), DispStringAngleold(), DrawMerge3d(), EvaluateSelection(), extract_info(), Forname2Int(), gdImageString(), gdImageString16(), gdImageStringUp(), gdImageStringUp16(), genextrac2(), genkron(), genmdsp(), genmmax(), genmmin(), gentril(), gentriu(), get_colminmax_arg(), get_colout_arg(), get_labels_arg(), get_legend_arg(), get_logflags_arg(), get_nax_arg(), get_optional_double_arg(), get_optional_int_arg(), get_rect_arg(), get_strf_arg(), get_style_arg(), get_with_mesh_arg(), get_zminmax_arg(), heapi2(), HelpOn(), inextj(), initialize_dimensions(), int_objfscanfMat(), intehm(), intex2c(), intlinear_interpn(), intspvm_recv(), IsstOrce(), Java_javasci_SciComplexArray_Get(), Java_javasci_SciComplexArray_GetImaginaryPartElement(), Java_javasci_SciComplexArray_GetRealPartElement(), Java_javasci_SciComplexArray_Send(), Java_javasci_Scilab_receiveStringMatrix(), logicalop(), luget1(), mini_extract_info(), mvfromto(), mxcreatestring(), mxIsCell(), mxIsStruct(), nlinear_interp(), nnuees(), OpenSelection(), overload(), pak_ersi(), pak_object_info(), paksazi(), pmatj(), PosStrBox(), PrintSelection(), ReadFunction(), RemoveCharsFromEOL(), RemoveComments(), ReplacePrompt(), reshape_hmat(), scheduler(), sci_draw(), sci_drawaxis(), sci_object_walk(), sci_unzoom(), sci_xsetech(), sci_xtitle(), sci_zoom_rect(), SciDialogDlgProc(), SelectWord(), SetVarStrings(), stackinfo(), stcreate(), str2sci(), sttyp(), swapf(), synch_clkconnect(), theMLIST(), tksynchro(), tree3(), tree4(), var2sci(), vcopyobj(), vect_and(), vect_or(), and XmuCvtStringToLong().
Definition at line 61 of file stack2.h.
Referenced by cre_hmat(), intcshep2d(), intsplin3d(), loadg(), and saveg().
Definition at line 81 of file stack2.h.
Referenced by badconnection(), C2F(), connection(), intex11c(), intex7c(), intex8c(), Message(), sci_demo(), sciblk2(), sciblk2i(), sciblk4(), and sciExecCallback().
Definition at line 81 of file stack2.h.
Referenced by badconnection(), C2F(), connection(), intex11c(), intex7c(), intex8c(), Message(), sci_demo(), sciblk2(), sciblk2i(), sciblk4(), sciExecCallback(), and scifunction().
Definition at line 52 of file stack2.h.
Referenced by _XawTextShowPosition(), AddMenu(), deletewin(), isref(), putvar(), vartype(), x_wsne(), XmuCvtStringToColorCursor(), and XmuPrintDefaultErrorMessage().
Definition at line 31 of file stack2.h.
Referenced by cbool(), cboolf(), ccalc12f(), ccharf(), ccomplexf(), cdouble(), cdoublef(), cfloat(), cfloatf(), cint(), cintf(), dbl2cdbl(), do_fio(), genbitops(), getopcode(), int2cint(), intrcall(), krput(), matlog(), matops(), run(), scipvmreduce(), and scistring().
Definition at line 86 of file stack2.h.
Referenced by __PARAMS(), _XawImWcLookupString(), aawalk(), addressable(), addrof(), afwalk(), AllCreateIC(), alloc(), argsort(), argverify(), asg_addr(), axis_3ddraw(), axis_draw(), badchleng(), bang(), binsearch(), BTI_add(), builtin(), C2F(), c_sfe(), callk(), calloc(), cktype1(), comblock(), compute_indices(), ConfigureCB(), consnegop(), conspower(), conssgn(), conv_10(), conv_fp(), conv_p2(), ConvertName(), Convex_Box(), cpexpr(), cplenexpr(), CreateIC(), dataval(), DestroyAllIM(), DestroyIC(), dim_finish(), DispStringAngle(), do_fio(), do_xxprintf(), do_xxscanf(), dobss(), DoChangeDir(), docomleng(), doentry(), dofclose(), dofinquire(), dofmove(), dofopen(), doiolist(), donmlist(), drawarrows(), drawarrowsGif(), DrawAxesBackground(), DrawMerge3d(), dynload(), endioctl(), entrypt(), eqvcommon(), errnode(), exasgoto(), exassign(), excall(), exdo(), exelif(), exif(), f_init(), f_inqu(), Fibo_events(), FileNameChange(), fixargs(), fixexpr(), fixtype(), fold(), foldminmax(), Forname2Int(), frdata(), free(), FreeAllDataOfVendorShell(), freetemps(), frexpr(), frtemp(), fschur(), gdImageBrushApply(), gdImageFill(), gdImageFilledPolygon(), gdImagePolygon(), gdImageSetPixel(), gdImageTileApply(), GeometryManager(), get_argtypes(), get_clipboard(), getcd(), getcds(), GetCommand(), GetDesiredSize(), GetFFTWPlan(), GetIcTable(), GetIcTableShared(), GetPartVect(), GetPartVectd(), GetString(), gettok(), GetVal(), GSciString(), HandleStringEvent(), hashclear(), hexcheck(), hookup(), IfHexConvertHexElseReturnParam(), imagpart(), impldcl(), Initialize(), initkey(), intdouble(), intrfunct(), iosetc(), iosetip(), iosetlc(), IsCreatedIC(), IsRegistered(), l_CHAR(), Legends(), LOGGER_clean_output(), lower_case(), lwrt_I(), Boolean::main(), Exemple12::main(), make_param(), malloc(), matDialogOk(), md5_append(), mDialogOk(), mkaddcon(), mkaddr(), mkarg(), mkbitcon(), mkconst(), mkconv(), mkcxcon(), mkext1(), mkfunct(), mkintcon(), mkintqcon(), mklhs(), mklist(), mklogcon(), mkpower(), mkprim(), mkrealcon(), mkstfunct(), mkstrcon(), mktmpn(), move_right(), MyFGetS(), newarg(), newentry(), nextdata(), nlinear_interp(), op_gen(), opconv(), OpenIM(), paren_used(), parse(), parseuserpath(), Pbadmsg(), Pbadret(), Pfile(), PLD_dprintf(), PLD_strreplace_general(), plot3dn(), popinclude(), pow_ci(), pow_zi(), power(), powerd(), putaddr(), putcall(), putcat(), putch1(), putchop(), putcx1(), putcxop(), putexpr(), putop(), putout(), putpower(), putwhile(), RandI(), rd_ed(), rd_F(), rd_ned(), read_line(), realloc(), realpart(), Reconnect(), ReplaceChars(), ResizeVendorShell(), ResizeVendorShell_Core(), retval(), revchain(), ROmap(), run(), SciEnv(), ScilabMStr2C(), ScilabMStr2CM(), scipvmsend(), setbound(), SetCommandflag(), SetFocus(), SetICFocus(), SetICValues(), SetICValuesShared(), SetPrinterList(), SetValues(), ShapeEllipseOrRoundedRectangle(), ShapeOval(), startproc(), startrw(), StoreCommand1(), stringc(), strip_blank(), subcheck(), suboffset(), subskept(), TextMakeFont(), TextPutStr(), TextSelectFont(), therm_events(), transc(), UnregisterFromVendorShell(), UnsetFocus(), UnsetICFocus(), w_ed(), w_ned(), write_typedefs(), wrt_E(), wrt_F(), wrt_G(), XmuAreaAnd(), XmuAreaCopy(), XmuAreaOrXor(), XmuOptimizeScanline(), XmuScanlineAnd(), XmuScanlineAndSegment(), XmuScanlineCopy(), XmuScanlineOr(), XmuScanlineOrSegment(), XmuScanlineXor(), XmuScanlineXorSegment(), and yyparse().
Definition at line 109 of file stack2.h.
Referenced by changetoref(), createreference(), and mvfromto().
Definition at line 57 of file stack2.h.
Referenced by _XawTextBuildLineTable(), AdjustPanedSize(), arg_verify(), Axes3dStrings2(), boundingbox(), ChangeManaged(), Check_references(), CloneArc(), ClonePolyline(), CloneRectangle(), CloneText(), commlen(), ComputeSizes(), copy_data(), cre_sparse_from_ptr_i(), create_hashtable(), createCopyStringMatrixFromStack(), crebmati(), crehmati(), creimati(), cremati(), crewimat(), displaystring(), docommon(), DrawNewMarks(), get_text_box_property(), GradLog(), intspvm_bcast(), intspvm_recv(), intspvm_send(), l_CHAR(), MessageBoxNewGraphicMode(), mspcreate(), mvfromto(), mxcalloc(), mxCreateData(), mxDuplicateArray(), mxSetM(), mxSetN(), ON_MESSAGEBOXNEWGRAPHICMODE_WM_INITDIALOG(), OptMATRIX(), pak_object_info(), PLD_dprintf(), prolog(), PutTextInClipboard(), ReadRegistryGraph(), ReadRegistryTxt(), scale_knob(), scipvmrecv(), scipvmreduce(), sciSetPoint(), SetPoints(), setworksize(), suboffset(), TextCopyClip(), WindowsQueryRegistry(), wr_array_init(), wr_one_init(), write_char_init(), WriteArgCheck(), WriteOptArgPhase2(), x_rsne(), x_wsne(), XmuCvtBackingStoreToString(), XmuCvtGravityToString(), XmuCvtJustifyToString(), XmuCvtLongToString(), XmuCvtOrientationToString(), XmuCvtShapeStyleToString(), XmuCvtWidgetToString(), XmuDrawLogo(), XmuReadBitmapData(), and xstringb_1().
| integer unsigned long string_len |
| int unsigned long string_len |
| int char integer integer unsigned long thestring_len |
1.5.1