rlar
ec24c1ded7
nupa_copy(), fix lvalue
8 years ago
rlar
06708f1ed1
nupa_copy(), ls ==> s_end - (const) s
8 years ago
rlar
751d377d3e
pscopy(), pscopy_up(), use `char *stop' argument
instead of `int length' argument
8 years ago
rlar
e21d48a267
pscopy(), pscopy_up(), use _spice_dstring_setlength() return value
instead of invoking spice_dstring_value()
8 years ago
rlar
2ce91b0821
pscopy(), pscopy_up(), expand spice_dstring_reinit() macro
and inline the resulting spice_dstring_setlength() invocation
8 years ago
rlar
2cb579cd9f
pscopy(), pscopy_up(), drop `start' argument
which is always zero
8 years ago
rlar
3bd9c1c858
scopyd(), return void
8 years ago
rlar
5164c16a1b
numparam/mystring.c, drop unused nadd(), cins(), sins() and spos_()
10 years ago
rlar
468f7580ad
nupa_subcktcall(), cleanup using skip_ws()
8 years ago
rlar
a38b19bc0e
nupa_subcktcall(), reintroduce search for last occurence of the subckt name
8 years ago
rlar
c2f519c191
nupa_subcktcall(), drop `p_subname'
8 years ago
rlar
3f5ea23c71
nupa_subcktcall(), drop `ls_ptr'
valid because
neither `jp' nor `gp' will ever be incremented beyond end of string
8 years ago
rlar
437f92385a
nupa_subcktcall(), avoid `jp' pointing beyond end of string
The skip whitespace loop in the following line shall
safely swallow the delimiting space instead
8 years ago
rlar
bb9689139b
nupa_subcktcall(), drop `parsebuf' and `buf'
8 years ago
rlar
8b1e4fc32c
nupa_subcktcall(), introduce search_isolated_identifier()
the functionality is a bit different though,
because the previous code searched for the *last* occurence of the identifier
yet the new code searches for the first occurence.
8 years ago
rlar
6a57023ced
nupa_subcktcall(), drop `hp'
8 years ago
rlar
b16a61fb7c
nupa_subcktcall(), use skip_non_ws()
8 years ago
rlar
71ac5bccc2
nupa_subcktcall(), swap `hp' and `kp'
neither `hp' nor `kp' will be used any more behind this body
8 years ago
rlar
07112d62fb
nupa_subcktcall(), simplify
10 years ago
rlar
e4a2106cfe
nupa_subcktcall(), simplify
10 years ago
rlar
1298eacdb2
nupa_subcktcall(), simplify
10 years ago
rlar
1157142dfd
nupa_subcktcall(), simplify
10 years ago
rlar
6ca336af85
nupa_subcktcall(), pscopy transform
10 years ago
rlar
7d40920bd6
nupa_subcktcall(), cleanup
10 years ago
rlar
70cec5e9e3
nupa_subcktcall(), fix lvalue
10 years ago
rlar
ec9636e078
nupa_subcktcall(), ls ==> ls_ptr - (const) t_p
10 years ago
rlar
701dcad9a4
nupa_subcktcall(), fix lvalue
8 years ago
rlar
a773601b84
nupa_subcktcall(), g ==> gp - (const) t_p
8 years ago
rlar
3267bf8d63
nupa_subcktcall(), fix lvalue
8 years ago
rlar
0a149819a5
nupa_subcktcall(), h ==> hp - (const) t_p
10 years ago
rlar
47f1e7b1fa
nupa_subcktcall(), fix lvalue
10 years ago
rlar
cc932725ac
nupa_subcktcall(), k ==> kp - (const) t_p
10 years ago
rlar
d991296b82
nupa_subcktcall(), split personality of `k'
10 years ago
rlar
b9750ee59f
nupa_subcktcall(), fix lvalue
8 years ago
rlar
84c22e656a
nupa_subcktcall(), j ==> jp - (const) t_p
8 years ago
rlar
0f53656412
nupa_subcktcall(), split personality of `j'
10 years ago
rlar
80701652fc
nupa_subcktcall(), cleanup getexpress() usage
# Conflicts:
# src/frontend/numparam/xpressn.c
8 years ago
rlar
742f34f596
nupa_subcktcall(), spice_dstring_value(&tstr) ==> t_p
t_p is const and tstr hasn't been modified either,
thus still the same value.
10 years ago
rlar
cb4dfa13d8
nupa_subcktcall(), reduce scope of some locals
10 years ago
rlar
9670af0d4e
nupa_subcktcall(), drop `i', use a pointer instead
10 years ago
rlar
6e5ef92fd2
nupa_subcktcall(), transform pscopy(,x,y,) --> pscopy(,x+y,y-y,) (requirement strlen(x) >= y to be verified later)
10 years ago
rlar
53adeee1d3
nupa_subcktcall(), drop j1 and t_p1, use a pointer instead
8 years ago
rlar
c133f21ef7
nupa_subcktcall(), split personality of `t_p'
8 years ago
rlar
f17521fa4c
nupa_subcktcall(), split personality of `ls'
10 years ago
rlar
81e02154be
nupa_subcktcall(), split personality of `j'
10 years ago
rlar
13d9ecd517
nupa_subcktcall(), some constness
8 years ago
rlar
06b71fe2d2
nupa_subcktcall(), use skip_non_ws()
8 years ago
rlar
fa1c710f68
nupa_subcktcall(), move code down to a better place
8 years ago
rlar
1987559e89
nupa_subcktcall(), drop redundant initialisation for `narg'
and delay its incrementation a bit
8 years ago
rlar
b8f4b3e27e
nupa_subcktcall(), fix excess length in pscopy argument
10 years ago