Home
last modified time | relevance | path

Searched refs:getobjilist (Results 1 – 10 of 10) sorted by relevance

/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Doagrid.c162 if (getobjilist(axisx,&aobj,&iarray,FALSE,NULL)) return 1; in agriddraw()
185 if (!getobjilist(raxis,&aobj,&iarray,FALSE,NULL)) { in agriddraw()
223 if (getobjilist(axisy,&aobj,&iarray,FALSE,NULL)) return 1; in agriddraw()
246 if (!getobjilist(raxis,&aobj,&iarray,FALSE,NULL)) { in agriddraw()
433 if (!getobjilist(axis,&aobj,&iarray,FALSE,NULL)) { in agridtight()
450 if (!getobjilist(axis,&aobj,&iarray,FALSE,NULL)) { in agridtight()
H A Dshellcm.c576 if (getobjilist(argv[1],&obj,&iarray,FALSE,NULL)) return ERR; in cmnew()
608 if (getobjilist(argv[1],&obj,&iarray,TRUE,NULL)) return ERR; in cmdel()
675 if (getobjilist(argv[1],&obj,&iarray,TRUE,NULL)) return ERR; in cmget()
756 if (getobjilist(argv[1],&obj,&iarray,TRUE,NULL)) return ERR; in cmput()
801 if (getobjilist(argv[1],&obj,&iarray,TRUE,NULL)) return ERR; in cmcpy()
850 if (getobjilist(argv[1],&obj,&iarray,TRUE,NULL)) return ERR; in cmmove()
883 if (getobjilist(argv[1],&obj,&iarray,TRUE,NULL)) return ERR; in cmmovetop()
915 if (getobjilist(argv[1],&obj,&iarray,TRUE,NULL)) return ERR; in cmexe()
H A Dofile.c356 if (!getobjilist(raxis,&aobj,&iarray,FALSE,NULL)) { in opendata()
423 if (!getobjilist(raxis,&aobj,&iarray,FALSE,NULL)) { in opendata()
3577 if (getobjilist(fit,&fitobj,&iarray,FALSE,NULL)) return -1 ; in fitout()
3895 if (getobjilist(axisx,&aobj,&iarray,FALSE,NULL)) return 1; in f2dgetcoord()
3915 if (!getobjilist(raxis,&aobj,&iarray,FALSE,NULL)) { in f2dgetcoord()
3971 if (!getobjilist(raxis,&aobj,&iarray,FALSE,NULL)) { in f2dgetcoord()
5329 if (getobjilist(axiss,&aobj,&iarray,FALSE,NULL)) return 0; in f2dbounding()
5419 if (getobjilist(fit,&fitobj,&iarray,FALSE,NULL)) return 1; in f2dsave()
5652 if (!getobjilist(axis,&aobj,&iarray,FALSE,NULL)) { in f2dtight()
5669 if (!getobjilist(axis,&aobj,&iarray,FALSE,NULL)) { in f2dtight()
[all …]
H A Dogra.c180 if (getobjilist(device,&dobj,&iarray,FALSE,NULL)) return 1; in oGRAopen()
H A Dobject.h317 int getobjilist(char *s,struct objlist **obj,struct narray *iarray,
H A Doaxis.c1556 if (getobjilist(axis,&aobj,&iarray,FALSE,NULL)) goto numbering; in axisdraw()
2059 if (getobjilist(axis,&aobj,&iarray,FALSE,NULL)) return 1; in axisadjust()
2260 if (getobjilist(fileobj,&fobj,&iarray,FALSE,NULL)) return 1; in axisautoscalefile()
2351 if (!getobjilist(axis,&aobj,&iarray,FALSE,NULL)) { in axistight()
2368 if (!getobjilist(axis,&aobj,&iarray,FALSE,NULL)) { in axistight()
H A Dobject.c2780 int getobjilist(char *s,struct objlist **obj,struct narray *iarray,int def,int *spc) in getobjilist() function
/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dx11commn.c264 if (!getobjilist(axisx,&aobj,&iarray,FALSE,NULL)) { in AxisDel2()
275 if (!getobjilist(axisy,&aobj,&iarray,FALSE,NULL)) { in AxisDel2()
292 if (!getobjilist(axis,&aobj,&iarray,FALSE,&spc)) { in AxisDel2()
303 if (!getobjilist(axis,&aobj,&iarray,FALSE,&spc)) { in AxisDel2()
372 if (!getobjilist(axis,&aobj,&iarray,FALSE,&spc)) { in AxisMove()
391 if (!getobjilist(axis,&aobj,&iarray,FALSE,&spc)) { in AxisMove()
601 if (getobjilist(fit,&fitobj,&iarray,FALSE,NULL)==0) { in FitDel()
626 if (getobjilist(fit,&fitobj,&iarray,FALSE,NULL)==0) { in FitCopy()
632 if (getobjilist(fit,&fitobj,&iarray2,FALSE,NULL)==0) { in FitCopy()
675 if (getobjilist(fit,&fitobj,&iarray,FALSE,NULL)==0) { in FitClear()
[all …]
H A Dx11view.c1150 if (getobjilist(axis,&aobjx,&iarray,FALSE,NULL)) ax=-1; in ViewerEvLButtonDown()
1159 if (getobjilist(axis,&aobjy,&iarray,FALSE,NULL)) ay=-1; in ViewerEvLButtonDown()
2983 if (!getobjilist(axisx,&aobj,&iarray,FALSE,NULL)) { in ViewUpdate()
2991 if (!getobjilist(axisy,&aobj,&iarray,FALSE,NULL)) { in ViewUpdate()
3293 if (!getobjilist(axisx,&aobj,&iarray,FALSE,NULL)) { in ViewCopy()
3301 if (!getobjilist(axisy,&aobj,&iarray,FALSE,NULL)) { in ViewCopy()
H A Dx11file.c1912 if (getobjilist(fit,&obj,&iarray,FALSE,NULL)) return; in FileDialogFit()
3420 if (getobjilist(fit,&obj2,&iarray,FALSE,NULL)) { in FileWinFit()
3898 if (!getobjilist(fit,&obj2,&iarray,FALSE,NULL)) { in FileWinEvRButtonDown()