Home
last modified time | relevance | path

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

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dnetwork.c603 load( int *ldtyp, int *ldtag, int *ldtagf, int *ldtagt, in load() argument
644 if( ldtyp[istepx] > 5 ) in load()
648 " requested type is %d\n", ldtyp[istepx] ); in load()
654 jump= ldtyp[istepx]+1; in load()
H A Dxnec2c.c90 calc_data.ldtyp, calc_data.ldtag, in Structure_Impedance_Loading()
H A Dinput.c501 mem_realloc( (void **)&calc_data.ldtyp, mreq, "in input.c" ); in Read_Commands()
512 calc_data.ldtyp[idx]= itmp1; in Read_Commands()
H A Dcommon.h575 *ldtyp, member
1234 void load(int *ldtyp, int *ldtag, int *ldtagf, int *ldtagt, double *zlr, double *zli, double *zlc);
/dports/comms/nec2c/nec2c/
H A Dnec2c.h151 void load(int *ldtyp, int *ldtag, int *ldtagf, int *ldtagt,
H A Dnec2c.c147 int *ldtyp, *ldtag, *ldtagf, *ldtagt; in main() local
277 itag = ip = ldtyp = ldtag = ldtagf = ldtagt = jco = NULL; in main()
382 free_ptr( (void *)&ldtyp ); in main()
552 free_ptr( (void *)&ldtyp ); in main()
569 mem_realloc( (void *)&ldtyp, idx ); in main()
579 ldtyp[idx]= itmp1; in main()
1203 load( ldtyp, ldtag, ldtagf, ldtagt, zlr, zli, zlc ); in main()
6587 void load( int *ldtyp, int *ldtag, int *ldtagf, int *ldtagt, in load() argument
6640 if( ldtyp[istepx] > 5 ) in load()
6644 " REQUESTED TYPE IS %d", ldtyp[istepx] ); in load()
[all …]