Searched refs:just (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-12-stable/contrib/ncurses/form/
H A Dfld_just.c39 | Function : int set_field_just(FIELD *field, int just)
48 set_field_just(FIELD *field, int just) argument
52 T((T_CALLED("set_field_just(%p,%d)"), (void *)field, just));
54 if ((just == NO_JUSTIFICATION) ||
55 (just == JUSTIFY_LEFT) ||
56 (just == JUSTIFY_CENTER) ||
57 (just == JUSTIFY_RIGHT))
60 if (field->just != just)
62 field->just
[all...]
H A Dfld_dup.c73 New_Field->just = field->just;
H A Dfld_link.c78 New_Field->just = field->just;
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Derror.exp1 make: "error.mk" line 3: just FYI
H A Dunexport-env.mk9 # now clobber the environment to just PATH and UT_TEST
H A Dposix1.mk3 # Keep the default suffixes from interfering, just in case.
131 # Some of these rules are padded with useless extra dependencies just so
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.
/freebsd-12-stable/usr.sbin/bsdinstall/
H A Dbsdinstall57 : just skipping known flags
79 # Otherwise, just send errors to the file specified
/freebsd-12-stable/contrib/gcc/config/i386/
H A Duwin.asm22 orl $0x0,(%ecx) /* less that 4k, just peek here */
H A Dsol2-ci.asm36 ! This file just supplies labeled starting points for the .init and .fini
/freebsd-12-stable/contrib/bmake/mk/
H A Dcompiler.mk40 # just in case we don't recognize compiler
H A Dsys.debug.mk16 # Sometimes we want to turn on debugging in just one or two places
H A Dlibs.mk28 # They may have asked us to build just one
38 # just one of many
H A Dprogs.mk28 # They may have asked us to build just one
37 # just one of many
H A Dtarget-flags.mk22 # To turn off -Wall for just the target fu.o
H A Dwhats.mk48 # you can add other WHAT_* just be sure to set WHAT_LINE_IDS
H A Ddpadd.mk53 # This is trivial - just the dirname of the built library.
100 # we get included just about everywhere so this is handy...
207 # This is a no-brainer but just to be complete...
212 # else just ${SRC_libfoo}.
317 # is read - and we only just worked it out.
H A Dautodep.mk79 # just in case these need to be different
200 # we do not want to trigger building .d's just use them if they exist
H A Dwarnings.mk111 # now a list of all -Wno-* overrides not just those defined by WARNINGS_SET
114 # just in case...
/freebsd-12-stable/libexec/rtld-elf/i386/
H A Drtld_start.S55 .rtld_goto_main: # This symbol exists just to make debugging easier.
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm20 to go in .init, just like it can with the GNU linker. However, doing this
/freebsd-12-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh202 atf_set "descr" "Checks that 'ps -O foo' inserts columns just after" \
/freebsd-12-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S48 .rtld_goto_main: # This symbol exists just to make debugging easier.
/freebsd-12-stable/crypto/openssl/
H A DNOTES.PERL24 'perl-core' rather than just 'perl'.
56 are just a few exceptions:
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and

Completed in 320 milliseconds

12345