Searched refs:allow_less (Results 1 – 9 of 9) sorted by relevance
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/ |
H A D | random_placement.lua | 12 local allow_less = cfg.allow_less == true 23 if allow_less then
|
/dports/games/wesnoth/wesnoth-1.14.17/data/core/macros/ |
H A D | terrain-utils.cfg | 37 allow_less=yes 60 allow_less=yes
|
H A D | utils.cfg | 477 allow_less=yes
|
/dports/multimedia/lives/lives-3.2.0/src/ |
H A D | main.h | 1580 ssize_t lives_read(int fd, void *buf, ssize_t count, boolean allow_less); 1581 ssize_t lives_read_le(int fd, void *buf, ssize_t count, boolean allow_less); 1643 ssize_t lives_read_buffered(int fd, void *buf, ssize_t count, boolean allow_less); 1644 ssize_t lives_read_le_buffered(int fd, void *buf, ssize_t count, boolean allow_less);
|
H A D | utils.c | 460 ssize_t lives_read(int fd, void *buf, ssize_t count, boolean allow_less) { in lives_read() argument 465 if (!allow_less || retval < 0) { in lives_read() 486 ssize_t lives_read_le(int fd, void *buf, ssize_t count, boolean allow_less) { in lives_read_le() argument 489 retval = lives_read(fd, buf, count, allow_less); in lives_read_le() 924 ssize_t lives_read_buffered(int fd, void *buf, ssize_t count, boolean allow_less) { in lives_read_buffered() argument 938 return lives_read(fd, buf, count, allow_less); in lives_read_buffered() 969 if (allow_less) { in lives_read_buffered() 1149 if (!allow_less && count > 0) { in lives_read_buffered() 1158 ssize_t lives_read_le_buffered(int fd, void *buf, ssize_t count, boolean allow_less) { in lives_read_le_buffered() argument 1161 retval = lives_read_buffered(fd, buf, count, allow_less); in lives_read_le_buffered()
|
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Heir_To_The_Throne/scenarios/ |
H A D | 12_Northern_Winter.cfg | 226 allow_less=yes
|
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Descent_Into_Darkness/scenarios/ |
H A D | 02_Peaceful_Valley.cfg | 192 allow_less=yes
|
/dports/lang/gauche/Gauche-0.9.10/src/ |
H A D | port.c | 906 static ScmSize bufport_fill(ScmPort *p, ScmSize min, int allow_less) in bufport_fill() argument 929 } while (!allow_less && nread < min); in bufport_fill()
|
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/The_Rise_Of_Wesnoth/scenarios/ |
H A D | 22_The_Rise_of_Wesnoth.cfg | 1402 allow_less=yes 1443 allow_less=yes
|