| /freebsd-12.1/contrib/tcsh/ |
| H A D | tw.color.c | 63 static Variable variables[] = { variable 94 #define nvariables (sizeof(variables)/sizeof(variables[0])) 230 variables[i].color = variables[i].defaultcolor; in init() 436 colorp = &variables[VDir].color; in print_color() 444 if (variables[i].suffix != NOS && in print_color() 445 (Char)variables[i].suffix == suffix) { in print_color() 446 colorp = &variables[i].color; in print_color() 462 put_color(&variables[VLeft].color); in print_color() 464 put_color(&variables[VRight].color); in print_color() 478 if (0 < variables[VEnd].color.len) in print_with_color() [all …]
|
| H A D | NewThings | 5 * %$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-12.1/stand/arm/uboot/ |
| H A D | help.uboot | 4 # 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-12.1/stand/mips/uboot/ |
| H A D | help.uboot | 4 # 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-12.1/contrib/bmake/unit-tests/ |
| H A D | posix1.exp | 11 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
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | sel-gram.y | 63 %type <expr> variable variables 107 variable: '%' '{' variables '}' { $$ = $3; } 110 variables: IDENTIFIER '.' variables {
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_cacheversion.m4 | 5 # 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-12.1/contrib/byacc/ |
| H A D | NOTES | 2 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-12.1/contrib/gcc/doc/ |
| H A D | interface.texi | 28 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
|
| /freebsd-12.1/usr.bin/mail/ |
| H A D | vars.c | 64 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 D | cmd3.c | 371 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-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 59 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 D | ntpq-opts.def | 237 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 D | invoke-ntpq.texi | 122 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-12.1/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 65 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-12.1/release/picobsd/build/ |
| H A D | config | 1 # config variables for PicoBSD floppies. 3 # only contain assignment to shell variables.
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | configure.host | 4 # 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.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 816 uint32_t max_matches, VariableList &variables) { in PrivateFindGlobalVariables() argument 817 const uint32_t original_size = variables.GetSize(); in PrivateFindGlobalVariables() 827 variables)) in PrivateFindGlobalVariables() 828 if (variables.GetSize() > max_matches) in PrivateFindGlobalVariables() 833 return variables.GetSize() - original_size; in PrivateFindGlobalVariables() 838 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument 841 const uint32_t original_size = variables.GetSize(); in FindGlobalVariables() 847 name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables() 868 return variables.GetSize() - original_size; in FindGlobalVariables() 876 const uint32_t original_size = variables.GetSize(); in FindGlobalVariables() [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | hitachi-sh | 18 # use big endian variant of subroutine to display name+variables+flags 26 # display name+variables+flags for common object formated files
|
| /freebsd-12.1/usr.sbin/bsdconfig/timezone/share/ |
| H A D | menus.subr | 39 # 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-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1155 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument 1170 variables.AddVariable(var); in FindGlobalVariables() 1177 return variables.GetSize(); in FindGlobalVariables() 1407 if (!variables) { in ParseVariablesForBlock() 1408 variables = std::make_shared<VariableList>(); in ParseVariablesForBlock() 1409 block.SetVariableList(variables); in ParseVariablesForBlock() 1445 variables->AddVariableIfUnique(variable); in ParseVariablesForBlock() 1462 VariableListSP variables; in ParseVariablesForContext() local 1479 if (!variables) { in ParseVariablesForContext() 1480 variables = std::make_shared<VariableList>(); in ParseVariablesForContext() [all …]
|
| /freebsd-12.1/share/mk/ |
| H A D | bsd.README | 39 bsd.own.mk - define common variables 124 The following variables are common: 184 It sets/uses the following variables: 213 It sets/uses the following variables: 277 It sets/uses the following variables: 330 FILESGRP, FILESMODE, FILESDIR variables that can be 377 individual variables for each program the VAR.prog 385 The supported variables are: 469 It sets/uses the following variables: 541 It sets/uses the following variables: [all …]
|
| /freebsd-12.1/contrib/ntp/html/scripts/ |
| H A D | manual.txt | 8 <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-12.1/contrib/binutils/ |
| H A D | ltgcc.m4 | 3 # Ensure that the configuration variables for the GNU Java Compiler compiler 4 # are suitably defined. These variables are subsequently used by _LT_CONFIG
|
| /freebsd-12.1/sys/contrib/zstd/tests/fuzz/ |
| H A D | README.md | 33 It respects the usual build environment variables `CC`, `CFLAGS`, etc. 34 The environment variables can be overridden with the corresponding flags 70 `fuzz.py` respects the environment variables / flags `MSAN_EXTRA_CPPFLAGS`,
|