Home
last modified time | relevance | path

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

12345678910>>...28

/NextBSD/contrib/tcsh/
HDtw.color.c63 static Variable variables[] = { variable
99 #define nvariables (sizeof(variables)/sizeof(variables[0]))
189 variables[i].color = variables[i].defaultcolor; in parseLS_COLORS()
240 if ((Char)variables[i].variable[0] == (v[0] & CHAR) && in parseLS_COLORS()
241 (Char)variables[i].variable[1] == (v[1] & CHAR)) in parseLS_COLORS()
245 getstring(&c, &v, &variables[i].color, ':'); in parseLS_COLORS()
289 Str *color = &variables[VFile].color; in print_color()
294 color = &variables[VDir].color; in print_color()
302 if (variables[i].suffix != NOS && in print_color()
303 (Char)variables[i].suffix == suffix) { in print_color()
[all …]
HDNewThings5 * %$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.
/NextBSD/sys/boot/arm/uboot/
HDhelp.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.
/NextBSD/contrib/bmake/unit-tests/
HDposix1.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
/NextBSD/crypto/heimdal/lib/hx509/
HDsel-gram.y63 %type <expr> variable variables
107 variable: '%' '{' variables '}' { $$ = $3; }
110 variables: IDENTIFIER '.' variables {
/NextBSD/contrib/ntp/sntp/m4/
HDntp_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
/NextBSD/contrib/byacc/
HDNOTES2 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
/NextBSD/contrib/gcc/doc/
HDinterface.texi28 values. (GCC typically allocates variables of such types in
65 @cindex @code{longjmp} and automatic variables
66 If you use @code{longjmp}, beware of automatic variables. ISO C says that
67 automatic variables that are not declared @code{volatile} have undefined
69 because it is very difficult to restore register variables correctly, and
70 one of GCC's features is that it can put variables in registers without
/NextBSD/contrib/groff/contrib/groffer/
HDREADME_SH11 variables, the reading of the configuration files, and the
70 The groffer.sh script uses the following external system variables.
71 It is supposed that these variables are already exported outside of
74 external system environment variables that are explicitly used
82 groffer native environment variables
85 all groff environment variables are used, see groff(1)
93 all GNU man environment variables are used, see man(1).
125 The POSIX draft does not include `local' variables for functions. So
126 this concept was replaced by global variables with a prefix that
128 name. These quasi-local variables are unset before each return of the
[all …]
HDChangeLog134 - $_VIEWER_HTML_TTY, $_VIEWER_HTML_X: New variables that split
159 - --debug: Enable all debug variables except $_DEBUG_STACKS and
177 ### variables
252 - @...@: Replace the @...@ constructs by variables _AT_..._AT.
255 a run before a `make' call, the script sets these variables to
268 - $_CONF_FILE_ETC, $_CONF_FILE_HOME: New variables for the config
270 - $_SQ, $_SP: Move variables for characters before the handling of
298 - Use one character names for all variables that are meant to be
577 - Replace local variables by variable names with a special prefix
579 local variables).
[all …]
/NextBSD/usr.bin/mail/
HDvars.c61 vp->v_link = variables[h]; in assign()
62 variables[h] = vp; in assign()
126 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link) in lookup()
HDcmd3.c362 for (vp = variables[h]; vp != NULL; vp = vp->v_link) in set()
366 for (vp = variables[h]; vp != NULL; vp = vp->v_link) in set()
417 if (vp2 == variables[h]) { in unset()
418 variables[h] = variables[h]->v_link; in unset()
424 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link) in unset()
/NextBSD/contrib/ntp/ntpq/
HDntpq.texi59 The description on this page is for the NTPv4 variables.
61 …led using command line arguments. Requests to read and write arbitrary variables can be assembled…
134 The @code{addvars} command allows variables and optional values
138 The @code{rmvars} command can be used to remove individual variables
140 while the @code{clearlist} command removes all variables from the list.
201 Association IDs are used to identify system, peer and clock variables.
202 System variables are assigned an association ID of zero and system name space,
252 Display a list of @ref{clock,,clock variables} for those associations supporting a reference clock.
428 Display the specified variables.
430 the variables are from the @ref{system, system variables} name space,
[all …]
HDntpq-opts.def125 variables have changed and new ones added. The description on this
126 page is for the NTPv4 variables.
130 variables can be assembled, with raw and pretty-printed output
224 in requests to the server to read variables.
235 command allows variables and their optional values to be added to
241 command can be used to remove individual variables from the list,
244 command removes all variables from the
248 command displays the current list of optional variables.
274 variables which are recognized by
402 Association IDs are used to identify system, peer and clock variables.
[all …]
HDinvoke-ntpq.texi22 variables have changed and new ones added. The description on this
23 page is for the NTPv4 variables.
27 variables can be assembled, with raw and pretty-printed output
119 in requests to the server to read variables.
130 command allows variables and their optional values to be added to
136 command can be used to remove individual variables from the list,
139 command removes all variables from the
143 command displays the current list of optional variables.
169 variables which are recognized by
276 Association IDs are used to identify system, peer and clock variables.
[all …]
/NextBSD/crypto/openssl/doc/crypto/
HDdes_modes.pod67 The use of different starting variables prevents the same plaintext
93 The chaining operation makes the ciphertext variables dependent on the
94 current and all preceding variables and therefore j-bit variables are
99 The use of different starting variables prevents the same plaintext
119 An error will affect the current and the following ciphertext variables.
148 The use of different start variables values prevents the same
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp877 VariableList& variables in PrivateFindGlobalVariables() argument
880 const uint32_t original_size = variables.GetSize(); in PrivateFindGlobalVariables()
891 … if (oso_dwarf->FindGlobalVariables(name, namespace_decl, true, max_matches, variables)) in PrivateFindGlobalVariables()
892 if (variables.GetSize() > max_matches) in PrivateFindGlobalVariables()
897 return variables.GetSize() - original_size; in PrivateFindGlobalVariables()
901 …nst ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) in FindGlobalVariables() argument
906 variables.Clear(); in FindGlobalVariables()
910 const uint32_t original_size = variables.GetSize(); in FindGlobalVariables()
919 variables); in FindGlobalVariables()
941 return variables.GetSize() - original_size; in FindGlobalVariables()
[all …]
/NextBSD/release/picobsd/build/
HDconfig1 # config variables for PicoBSD floppies.
3 # only contain assignment to shell variables.
/NextBSD/contrib/libstdc++/
Dconfigure.host4 # It sets various shell variables based on the the host and the
11 # It uses the following shell variables as set by config.guess:
17 # It sets the following shell variables:
45 # It possibly modifies the following variables:
58 # variables that won't work, i.e., you do not need to explicitly set a
60 # *_include_dir variables.
/NextBSD/share/mk/
HDbsd.README22 bsd.cpu.mk - sets CPU/arch-related variables (included from sys.mk)
38 bsd.own.mk - define common variables
60 If appropriate when documenting the variables the default value is
79 this is because .mk files often modify variables and behavior based on the
80 values of variables set in the Makefile. To make this work, remember that
121 The following variables are common:
173 It sets/uses the following variables:
202 It sets/uses the following variables:
250 It sets/uses the following variables:
266 FILESGRP, FILESMODE, FILESDIR variables that can be
[all …]
/NextBSD/usr.sbin/bsdconfig/timezone/share/
HDmenus.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]:
/NextBSD/contrib/ntp/html/scripts/
HDmanual.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>…
/NextBSD/contrib/binutils/
HDltgcc.m43 # Ensure that the configuration variables for the GNU Java Compiler compiler
4 # are suitably defined. These variables are subsequently used by _LT_CONFIG
/NextBSD/contrib/mdocml/
HDconfigure.local.example64 # It is possible to set only one or a few of these variables,
66 # Even if you set PREFIX to something else, the other variables
96 # It is possible to set only one or a few of these variables,
155 # It is possible to set only one or two of these variables,
201 # Do not set these variables unless you really need to.
214 # Each of the following variables can be set to 0 (test will not be run
/NextBSD/usr.sbin/bsdconfig/startup/share/
HDrcconf.subr42 # Initialize in-memory cache variables
61 # Produce a list of non-default configuration variables configured in the
94 # variables and their descriptions. The map returned has the following format:
191 # Unset variables we don't want reported
242 # creating _${var}_desc variables containing the description of each variable
267 # variables are tracked/modified by the menu/user's selection:
393 # Generate _${var}_desc variables from $RCCONF_MAP

12345678910>>...28