Home
last modified time | relevance | path

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

/dports/math/numdiff/numdiff-5.9.0/
H A Dnew.c31 #define move_ahead(ptr) out_char_stderr(*ptr), ptr++ macro
34 #define move_ahead(ptr) ptr++ macro
80 move_ahead(ptr); /* Sign */ in bc_a2num()
122 move_ahead(ptr), digits++; in bc_a2num()
128 move_ahead(ptr), digits++; /* digits */ in bc_a2num()
134 move_ahead(ptr); /* decimal point */ in bc_a2num()
136 move_ahead(ptr), strscale++; /* digits */ in bc_a2num()
H A Dnumutil.c97 move_ahead(ptr); in anum()
131 move_ahead(ptr), digits++; in anum()
139 move_ahead(ptr), digits++; in anum()
143 move_ahead(ptr); in anum()
146 move_ahead(ptr), strscale++; in anum()
223 move_ahead(ptr); in snum()
228 move_ahead(ptr); in snum()
265 move_ahead(ptr), digits++; in snum()
275 move_ahead(ptr), digits++; in snum()
281 move_ahead(ptr); in snum()
[all …]
H A Dnumdiff.h385 #define move_ahead(ptr) ptr++ macro
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/formula/
H A Dpatrol.fai26 def move_ahead(ai*, me)
50 move_ahead(ai,me)
/dports/math/fricas/fricas-1.3.7/src/include/
H A Dprt.H117 extern void move_ahead(void);
/dports/math/fricas/fricas-1.3.7/src/lib/
H A Dprt.c337 move_ahead(void) in move_ahead() function
H A Dedin.c193 move_ahead(); in do_reading()