Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/freebsd-13.1/contrib/tcsh/
H A Dtw.color.c59 static Variable variables[] = { variable
90 #define nvariables (sizeof(variables)/sizeof(variables[0]))
226 variables[i].color = variables[i].defaultcolor; in init()
434 colorp = &variables[VDir].color; in print_color()
442 if (variables[i].suffix != NOS && in print_color()
443 (Char)variables[i].suffix == suffix) { in print_color()
444 colorp = &variables[i].color; in print_color()
460 put_color(&variables[VLeft].color); in print_color()
462 put_color(&variables[VRight].color); in print_color()
476 if (0 < variables[VEnd].color.len) in print_with_color()
[all …]
H A DNewThings5 * %$variables are now expanded in the prompt.
26 * $HOSTTYPE is going away. New variables $OSTYPE, $MACHTYPE, $VENDOR similar
38 * set -r makes variables readonly
47 * Imported environment variables are not globbed.
50 * expand variables expands arrays too (but not array elements yet).
55 * shift, left operators update variables correctly.
78 * tcsh now mirrors correctly all exported csh variables [term=TERM,path=PATH
103 * multiple : modifiers in variables and ! escapes. Things like:
136 * shell variables in paths expand correctly.
/freebsd-13.1/stand/mips/uboot/
H A Dhelp.uboot4 # Tubenv DShow or import U-Boot environment variables
8 Display U-Boot environment variables, or import them into the
17 variables are imported. Each variable is prefixed with "uboot."
18 to avoid any possible conflicts with loader or kernel variables.
26 variables are shown.
/freebsd-13.1/stand/arm/uboot/
H A Dhelp.uboot4 # Tubenv DShow or import U-Boot environment variables
8 Display U-Boot environment variables, or import them into the
17 variables are imported. Each variable is prefixed with "uboot."
18 to avoid any possible conflicts with loader or kernel variables.
26 variables are shown.
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dposix1.exp11 Local variables
16 Directory and filename parts of local variables
51 Local variables
56 Directory and filename parts of local variables
97 Local variables
102 Directory and filename parts of local variables
144 Local variables
149 Directory and filename parts of local variables
H A Ddepsrc.exp1 : 'Undefined variables are expanded directly in the dependency'
3 : 'This is in contrast to local variables such as ${.TARGET}.'
H A Ddirective-for-errors.exp9 make: "directive-for-errors.mk" line 43: no iteration variables in for
12 …ective-for-errors.mk" line 53: Wrong number of words (5) in .for substitution list with 3 variables
/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dsel-gram.y63 %type <expr> variable variables
107 variable: '%' '{' variables '}' { $$ = $3; }
110 variables: IDENTIFIER '.' variables {
/freebsd-13.1/contrib/file/magic/Magdir/
H A Darm12 # display name+variables+flags for common object formatted files
21 # display name+variables+flags for common object formatted files
30 # display name+variables+flags for common object formatted files
39 # display name+variables+flags for common object formatted files
H A Dhitachi-sh18 # use big endian variant of subroutine to display name+variables+flags
27 # display name+variables+flags for common object formatted files
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m45 # cache variables to avoid using results cached with a script that
9 # all _cv_ variables only makes sense immediately after loading, before
18 # the children can rely on the parent having cleared any cache variables
75 # Do we flush all variables or exclude others' version stamps?
79 # Clear all *_cv_* variables including our child subdirs'
80 # ntp_cv_*_cache_version variables. This prevents subdir
92 # Clear all *_cv_* variables sparing the version stamps
/freebsd-13.1/contrib/byacc/
H A DNOTES2 use exactly six register variables is that Berkeley Yacc was
3 developed on a VAX using PCC. PCC placed at most six variables
5 variables most belonged in registers. Changes in machines and
/freebsd-13.1/usr.bin/mail/
H A Dvars.c64 vp->v_link = variables[h]; in assign()
65 variables[h] = vp; in assign()
129 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link) in lookup()
H A Dcmd3.c371 for (vp = variables[h]; vp != NULL; vp = vp->v_link) in set()
375 for (vp = variables[h]; vp != NULL; vp = vp->v_link) in set()
427 if (vp2 == variables[h]) { in unset()
428 variables[h] = variables[h]->v_link; in unset()
434 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link) in unset()
/freebsd-13.1/contrib/unbound/
H A DREADME-Travis.md69 …he Autotools triplet, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot…
73 The first step sets environmental variables for the cross-compile using the Travis job. A typical j…
94variables `ANDROID_NDK_ROOT` and `ANDROID_SDK_ROOT`. This is an important step because the NDK and…
120 …`. The script is `sourced` so the variables in the script are available to the calling shell. The …
122 …cture to select by inspecting environmental variables set by Travis for the job. In particular, th…
185 …he Autotools triplet, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot…
189 The first step sets environmental variables for the cross-compile using the Travis job. A typical j…
221 …`. The script is `sourced` so the variables in the script are available to the calling shell. The …
223 …cture to select by inspecting environmental variables set by Travis for the job. In particular, th…
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.texi59 The description on this page is for the NTPv4 variables.
134 The @code{addvars} command allows variables and optional values
428 Display the specified variables.
430 the variables are from the @ref{system, system variables} name space,
434 all operative variables in the name space are displayed.
457 Write the specified variables.
458 If the @code{@kbd{assocID}} is zero, the variables are from the
460 @ref{peer, peer variables} name space.
499 Not all variables are displayed in some configurations.
644 The following peer variables appear in the @code{rv} billboard
[all …]
H A Dntpq-opts.def237 in requests to the server to read variables.
257 command removes all variables from the
283 variables which are recognized by
675 Display all system or peer variables.
681 Display the specified system or peer variables.
684 is zero, the variables are from the
760 is zero, the variables are from the
796 The following system variables appear in the
857 additional system variables are displayed,
881 The following peer variables appear in the
[all …]
H A Dinvoke-ntpq.texi122 in requests to the server to read variables.
142 command removes all variables from the
168 variables which are recognized by
563 Display all system or peer variables.
569 Display the specified system or peer variables.
572 is zero, the variables are from the
650 is zero, the variables are from the
686 The following system variables appear in the
747 additional system variables are displayed,
771 The following peer variables appear in the
[all …]
/freebsd-13.1/crypto/openssl/doc/man7/
H A Ddes_modes.pod65 The use of different starting variables prevents the same plaintext
91 The chaining operation makes the ciphertext variables dependent on the
92 current and all preceding variables and therefore j-bit variables are
97 The use of different starting variables prevents the same plaintext
117 An error will affect the current and the following ciphertext variables.
145 The use of different start variables values prevents the same
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def42 /// - guard variables are smaller;
59 /// - guard variables,
82 /// - guard variables are smaller.
97 /// - guard variables are 32-bit on wasm32, as in ARM;
98 /// - unused bits of guard variables are reserved, as in ARM;
/freebsd-13.1/contrib/libcbor/CMakeModules/
H A DFindCMocka.cmake6 # Read-Only variables:
48 # show the CMOCKA_INCLUDE_DIR and CMOCKA_LIBRARIES variables only in the advanced view
/freebsd-13.1/usr.sbin/bsdconfig/timezone/share/
H A Dmenus.subr39 # Export special included variables required by awk(1) for `ENVIRON' visibility
47 # Creates the tag/item ordered-pair list environment variables for the
50 # Required variables [from continents.subr]:
57 # Required variables [created by f_read_iso3166_table from iso3166.subr]:
65 # Required variables [created by f_read_zones from zones.subr]:
/freebsd-13.1/contrib/ntp/html/scripts/
H A Dmanual.txt8 <li class='inline'><a href='tickadj.html'><tt>tickadj</tt> - set time-related kernel variables</a><…
9 <li class='inline'><a href='ntptime.html'><tt>ntptime</tt> - read and set kernel time variables</a>…
/freebsd-13.1/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst92 that allow to customize presentation aspects of variables. While users interact
110 references (expression local variables, program variables), and other operators
114 standard C type promotion, and allow for symbolic references to variables in
116 variables).
155 functions, types, declaration locations, and variables are in this section.
/freebsd-13.1/share/mk/
H A Dbsd.README40 bsd.own.mk - define common variables
125 The following variables are common:
193 It sets/uses the following variables:
222 It sets/uses the following variables:
286 It sets/uses the following variables:
339 FILESGRP, FILESMODE, FILESDIR variables that can be
395 individual variables for each program the VAR.prog
403 The supported variables are:
501 It sets/uses the following variables:
573 It sets/uses the following variables:
[all …]

12345678910>>...23