Home
last modified time | relevance | path

Searched refs:numitems (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/phantasia/
H A Dmisc.c257 Player.p_mana += numitems; in tradingpost()
266 if (numitems == 0.0) in tradingpost()
278 Player.p_shield = numitems; in tradingpost()
295 numitems != 1) { in tradingpost()
309 if (numitems == 0.0) in tradingpost()
321 Player.p_sword = numitems; in tradingpost()
338 Player.p_charms += numitems; in tradingpost()
347 if (numitems == 0.0) in tradingpost()
391 numitems = floor(infloat()); in tradingpost()
393 if (numitems > Player.p_gems || numitems < 0) in tradingpost()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtw.parse.c1158 numitems++; in tw_collect_items()
1209 numitems = 0; in tw_collect_items()
1210 } else if (numitems > 1) { in tw_collect_items()
1214 numitems = 1; in tw_collect_items()
1225 return numitems; in tw_collect_items()
1408 if (numitems == 0) in tw_list_items()
1420 max_items = numitems; in tw_list_items()
1776 if (numitems == -1) in t_search()
1783 if (numitems <= 0) in t_search()
1819 numitems = 0; in t_search()
[all …]
H A Dsh.file.c624 size_t numitems) in recognize() argument
626 if (numitems == 1) /* 1st match */ in recognize()
685 size_t numitems; in tenex() local
721 numitems = tsearch(word_start, command, space_left); in tenex()
726 if (numitems != 1) /* Beep = No match/ambiguous */ in tenex()