Home
last modified time | relevance | path

Searched refs:curchars (Results 1 – 2 of 2) sorted by relevance

/dports/games/naev/naev-0.7.0/src/tk/widget/
H A Dinput.c337 curchars = 0; in inp_key()
347 prevchars = curchars; in inp_key()
350 curpos += curchars; in inp_key()
353 curchars++; in inp_key()
378 curchars = 0; in inp_key()
389 prevchars = curchars; in inp_key()
392 curpos += curchars; in inp_key()
395 curchars++; in inp_key()
409 prevchars = curchars; in inp_key()
411 curpos += curchars; in inp_key()
[all …]
/dports/math/reduce/Reduce-svn5758-src/vsl/
H A Dvsl1.c767 int curchars[MAX_LISPFILES+1]; variable
769 #define curchar curchars[lispin+1]
3911 { curchars[i] = '\n'; in main()