Home
last modified time | relevance | path

Searched refs:stsave (Results 1 – 6 of 6) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/data_structures/tests/nonreg_tests/
H A Dbug_9669.tst26 stsave=st;
28 assert_checkequal(st.b, stsave);
H A Dbug_9669.dia.ref22 stsave=st;
24 assert_checkequal(st.b, stsave);
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dnetlist.c4409 free(stsave); in topflat()
4410 stsave = NULL; in topflat()
4424 free(stsave); in topflat()
4425 stsave = NULL; in topflat()
4714 free(stsave); in writehierarchy()
4715 stsave = NULL; in writehierarchy()
5515 fputs(stsave, fp); in writenet()
5525 fputs(stsave, fp); in writenet()
5535 fputs(stsave, fp); in writenet()
5544 fputs(stsave, fp); in writenet()
[all …]
/dports/devel/cc65/cc65-2.19/libsrc/atmos/
H A Dcrt0.s47 lda stsave
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Drawable/
H A DTextBlock.pm464 my $stsave = $state;
632 $state = $stsave;
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_state.c1338 ipf_state_add(ipf_main_softc_t *softc, fr_info_t *fin, ipstate_t **stsave, in ipf_state_add() argument
1685 is->is_me = stsave; in ipf_state_add()
1686 if (stsave != NULL) { in ipf_state_add()
1687 *stsave = is; in ipf_state_add()