Searched refs:more (Results 1 - 25 of 238) sorted by path

12345678910

/freebsd-current/contrib/bc/src/
H A Dvm.c1059 * when a file finishes or stdin has no more data. Without this, bc thinks that
1061 * no more data, we know we can add an empty else clause.
1184 // can request more data from stdin until the comment or string is ended.
1265 bool more; local
1277 more = bc_read_buf(&vm->buffer, vm->exprs.v, &len);
1280 return more;
1299 // needs more data for expressions, such as for a multiline string or
1301 // bc_vm_stdin() for more information.
1584 // buffer. stdout gets more because it will probably have more dat
[all...]
/freebsd-current/contrib/bmake/
H A Dbsd.after-import.mk59 # Makefiles need a little more tweaking than say config.h
H A Dimport.sh7 PAGER=${PAGER:-${LESS:-${MORE:-more}}}
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk81 # If more than MACHINE is needed then sys.mk needs to decompose
229 # Ok, this gets more complex (putting it mildly).
342 # we need to parse DEP_MACHINE may or may not contain more info
838 # Now find more dependencies - and recurse.
H A Ddpadd.mk80 # Sometimes things are more complicated so allow for
H A Dgendirdeps.mk135 # GENDIRDEPS_FILTER_VARS is more general.
225 # and we do not need it any more
H A Dhost-target.mk37 # _HOST_MACHINE is more explicit/useful
H A Dldorder.mk92 # feel free to put more suitable version in local.ldorder.mk if needed
130 # now try to find more ...
H A Dmeta.stage.mk82 # it is an error for more than one src dir to try and stage
H A Dmeta.sys.mk141 # make this more obvious
H A Doptions.mk18 # Inspired by FreeBSD bsd.own.mk, but intentionally simpler and more flexible.
110 # we expect to be included more than once
H A Down.mk195 # apply the :T:R first, so the more specific :T can override if needed
H A Dsys.dirdeps.mk38 # This allows a Makefile to have more control.
H A Dsys.vars.mk130 # If "key" appears more than once, there will be multiple
H A Dtarget-flags.mk29 # implementation is ultimately more flexible.
H A Dwarnings.mk25 # This is more in keeping with our current practice
28 # Modest defaults - put more elaborate sets in warnings-sets.mk
57 # There is always someone who wants more...
108 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
155 # Just ${WARNINGS} should do, but this is more flexible?
/freebsd-current/contrib/bmake/mk/sys/
H A DSunOS.mk24 # the stuff in /usr/xpg4/bin is usually more sane.
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func-defined.mk41 # See directive-for.mk for more details.
H A Dcond-op.mk11 # In make, && binds more tightly than ||, like in C.
14 # If || were to bind more tightly than &&, the result would be different
H A Dcond-token-plain.mk50 # TODO: Does this mean that more syntactic variants are allowed here?
233 # word, but that side has no risk of being parsed more than once.
H A Dcond-token-var.mk8 # expression. Expressions can get more complicated by adding
H A Ddep-var.mk55 # The number of actual expansions is way more than one might expect,
H A Ddirective-elifdef.mk4 # '.elifdef VAR', the usual form is the more general '.elif defined(VAR)'.
H A Ddirective-elifndef.mk4 # more usual '.elif !defined(VAR)'.
H A Ddirective-for.mk113 # has nothing more to expand.

Completed in 193 milliseconds

12345678910