Searched refs:variables (Results 1 - 25 of 243) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/man/
H A Denvsubst.x2 envsubst \- substitutes environment variables in shell format strings
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/test/
H A Denv.lua1 -- read environment variables as if they were global variables
H A Dreadonly.lua1 -- make global variables readonly
H A Dtrace-globals.lua1 -- trace assigments to global variables
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/src/
H A Dgettext.sh.in78 # looks up the translation of MSGID and substitutes shell variables in the
81 gettext "$1" | (export PATH `envsubst --variables "$1"`; envsubst "$1")
86 # shell variables in the result.
88 ngettext "$1" "$2" "$3" | (export PATH `envsubst --variables "$1 $2"`; envsubst "$1 $2")
97 # 3) The translations can only refer to shell variables that are already
101 # `envsubst --variables ...` returns nothing.
103 # Note: In eval_ngettext above, "$1 $2" means a string whose variables set is
104 # the union of the variables set of "$1" and "$2".
110 # Note: Field splitting on the `envsubst --variables ...` result is desired,
111 # since envsubst outputs the variables, separate
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel-gram.y65 %type <expr> variable variables
109 variable: '%' '{' variables '}' { $$ = $3; }
112 variables: IDENTIFIER '.' variables { label
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dgot7.s1 ; Just something defining 7 variables @ 4 bytes and requesting GOT
H A Dtls-dso-x1x2-1.d7 # A DSO providing the TLS variables x1 and x2.
H A Dtls-dso-xz-1.d9 # A DSO providing the TLS variables x and z.
H A Dtls-ldgde-14.d15 # variables, for an executable.
H A Dtls-ldgdex-14.d13 # variables, for an executable, GD symbols defined elsewhere.
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dvars.c109 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link)
129 vp->v_link = variables[h];
130 variables[h] = vp;
H A Dglob.h69 EXTERN struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable in typeref:struct:var
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/etc/
H A Dstrict.lua3 -- checks uses of undeclared global variables
4 -- All global variables must be 'declared' through a regular assignment
/netbsd-6-1-5-RELEASE/gnu/usr.bin/texinfo/info/
H A DMakefile9 signals.c terminal.c tilde.c variables.c window.c
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dstorage.c68 /* Three functions for increasing the number of functions, variables, or
128 old_var = variables;
133 variables = (bc_var **) bc_malloc (v_count*sizeof(bc_var *));
136 /* Copy the old variables. */
138 variables[indx] = old_var[indx];
142 variables[indx] = NULL;
332 /* The following routines manipulate simple variables and
333 array variables. */
344 var_ptr = variables[var_name];
347 var_ptr = variables[var_nam
[all...]
H A Dglobal.h1 /* global.h: The global variables for bc. */
81 /* global variables for the bc machine. All will be dynamic in size.*/
90 EXTERN bc_var **variables; variable
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/man/
H A Dconfig.guess.x6 [Environment variables]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dvar.c66 var_copy_list(const char *buf, const char **variables) argument
81 for (i=0; variables[i]; i++) {
82 if (var_cmp(buf, len, variables[i],
83 strlen(variables[i])) != NULL) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-i386.s5 #; allocated for local variables
52 #; a space for local variables
H A Dcfi-m68k.s7 #; allocated for local variables
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mt/
H A Drelocs2.s14 ;; Note also that the two test variables (d2 & d3) are intentionally
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dvariables.c3 /* variables.c -- how to manipulate user visible variables in Info.
4 Id: variables.c,v 1.3 2004/04/11 17:56:46 karl Exp
25 #include "variables.h"
210 REFERENCE **variables; local
213 variables = make_variable_completions_array ();
217 info_read_completing_in_echo_area (window, prompt, variables);
219 info_free_references (variables);
238 /* Find the variable in our list of variables. */
250 variables availabl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dglobal.h1 /* global.h: The global variables for bc. */
79 /* global variables for the bc machine. All will be dynamic in size.*/
88 EXTERN bc_var **variables; variable
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.def109 variables have changed and new ones added.
120 variables have changed and new ones added. The description on this
121 page is for the NTPv4 variables.
125 variables can be assembled, with raw and pretty-printed output
219 in requests to the server to read variables.
230 command allows variables and their optional values to be added to
236 command can be used to remove individual variables from the list,
239 command removes all variables from the
266 variables which are recognized by

Completed in 182 milliseconds

12345678910