Home
last modified time | relevance | path

Searched refs:posit_stack (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/cgns/vtkcgns/src/
H A Dvtk_cgns_mangle.h809 #define posit_stack vtkcgns_posit_stack macro
H A Dcgns_header.h986 extern cgns_posit posit_stack[CG_MAX_GOTO_DEPTH+1];
H A Dcgns_internals.c75 cgns_posit posit_stack[CG_MAX_GOTO_DEPTH+1]; variable
9561 posit_stack[posit_depth].posit = pos; in cgi_add_posit()
9562 strcpy (posit_stack[posit_depth].label, label); in cgi_add_posit()
9563 posit_stack[posit_depth].index = index; in cgi_add_posit()
9564 posit_stack[posit_depth].id = id; in cgi_add_posit()
9565 posit = &posit_stack[posit_depth++]; in cgi_add_posit()
11272 posit = &posit_stack[posit_depth-1]; in cgi_update_posit()
H A Dcgnslib.c10837 strcpy(label[n-1], posit_stack[n].label); in cg_where()
10841 num[n-1] = posit_stack[n].index; in cg_where()
/dports/science/cgnslib/CGNS-4.1.2/src/
H A Dcgns_header.h982 extern cgns_posit posit_stack[CG_MAX_GOTO_DEPTH+1];
H A Dcgns_internals.c59 cgns_posit posit_stack[CG_MAX_GOTO_DEPTH+1]; variable
9449 posit_stack[posit_depth].posit = pos; in cgi_add_posit()
9450 strcpy (posit_stack[posit_depth].label, label); in cgi_add_posit()
9451 posit_stack[posit_depth].index = index; in cgi_add_posit()
9452 posit_stack[posit_depth].id = id; in cgi_add_posit()
9453 posit = &posit_stack[posit_depth++]; in cgi_add_posit()
11160 posit = &posit_stack[posit_depth-1]; in cgi_update_posit()
H A Dcgnslib.c9772 strcpy(label[n-1], posit_stack[n].label); in cg_where()
9776 num[n-1] = posit_stack[n].index; in cg_where()