Home
last modified time | relevance | path

Searched refs:Vsh_putenvInt (Results 1 – 9 of 9) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/psh/
H A Dpsh.c170 Vsh_putenvInt(theePSH,"VMP_I",Vmp_rank(theeVMP)); in PSH_builtin()
171 Vsh_putenvInt(theePSH,"VMP_N",Vmp_size(theeVMP)); in PSH_builtin()
173 Vsh_putenvInt(theePSH,"VMP_I",0); in PSH_builtin()
174 Vsh_putenvInt(theePSH,"VMP_N",1); in PSH_builtin()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/mcsh/
H A Dmcsh-old.c452 Vsh_putenvInt(thee->vsh,"MARKED",0); in MCsh_builtIn()
558 Vsh_putenvInt(thee->vsh,"MARKED",marked); in MCsh_builtIn()
602 Vsh_putenvInt(thee->vsh,"MARKED",marked); in MCsh_builtIn()
612 Vsh_putenvInt(thee->vsh,"MARKED",0); in MCsh_builtIn()
744 Vsh_putenvInt(thee->vsh,"MARKED",0); in MCsh_builtIn()
H A Dmcsh.c452 Vsh_putenvInt(thee->vsh,"MARKED",0); in MCsh_builtIn()
558 Vsh_putenvInt(thee->vsh,"MARKED",marked); in MCsh_builtIn()
602 Vsh_putenvInt(thee->vsh,"MARKED",marked); in MCsh_builtIn()
612 Vsh_putenvInt(thee->vsh,"MARKED",0); in MCsh_builtIn()
744 Vsh_putenvInt(thee->vsh,"MARKED",0); in MCsh_builtIn()
/dports/science/tinker/tinker/apbs/include/linux/maloc/
H A Dvsh.h106 VEXTERNC int Vsh_putenvInt(Vsh *thee, const char *envi, const int valu);
/dports/science/tinker/tinker/apbs/include/macos/maloc/
H A Dvsh.h106 VEXTERNC int Vsh_putenvInt(Vsh *thee, const char *envi, const int valu);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/vsh/maloc/
H A Dvsh.h197 VEXTERNC int Vsh_putenvInt(Vsh *thee, const char *envi, const int valu);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/examples/simpleMCsh/
H A Dmain.c223 Vsh_putenvInt(thee->vsh,"MARKED",marked); in APVsh()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/examples/dynamics/
H A Dmain.c189 Vsh_putenvInt(thee->vsh,"MARKED",0); in APVsh()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/vsh/
H A Dvsh.c291 VASSERT( Vsh_putenvInt(thee,"ARGC",argc) in Vsh_publishVars()
540 VPUBLIC int Vsh_putenvInt(Vsh *thee, const char *envi, const int valu) in Vsh_putenvInt() function