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

1234

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.color.c63 static Variable variables[] = { variable
99 #define nvariables (sizeof(variables)/sizeof(variables[0]))
189 variables[i].color = variables[i].defaultcolor;
240 if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
241 (Char)variables[i].variable[1] == (v[1] & CHAR))
245 getstring(&c, &v, &variables[i].color, ':');
289 Str *color = &variables[VFile].color;
294 color = &variables[VDi
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dvars.c61 vp->v_link = variables[h];
62 variables[h] = vp;
126 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link)
H A Dglob.h67 struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable in typeref:struct:var
H A Dcmd3.c362 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
366 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
417 if (vp2 == variables[h]) {
418 variables[h] = variables[h]->v_link;
424 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link)
/freebsd-9.3-release/share/mk/
H A Dbsd.port.mk7 # and setting MK_* variables when building ports.
H A Dbsd.nls.mk6 # +++ variables +++
H A Dbsd.own.mk3 # The include file <bsd.own.mk> set common variables for owner,
7 # +++ variables +++
204 # Common variables
214 # Define MK_* variables (which are either "yes" or "no") for users
218 # The NO_* variables should only be set by makefiles.
317 # Older-style variables that enabled behaviour when set.
610 # Set defaults for the MK_*_SUPPORT variables.
H A Dbsd.obj.mk6 # +++ variables +++
H A Dbsd.subdir.mk13 # +++ variables +++
/freebsd-9.3-release/gnu/usr.bin/texinfo/info/
H A DMakefile9 signals.c terminal.c tilde.c variables.c window.c
/freebsd-9.3-release/contrib/texinfo/info/
H A Dvariables.c0 /* variables.c -- how to manipulate user visible variables in Info.
2 $Id: variables.c,v 1.3 2004/04/11 17:56:46 karl Exp $
23 #include "variables.h"
208 REFERENCE **variables; local
211 variables = make_variable_completions_array ();
215 info_read_completing_in_echo_area (window, prompt, variables);
217 info_free_references (variables);
236 /* Find the variable in our list of variables. */
248 variables availabl
[all...]
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md215 UCL supports variables in input. Variables are registered by a user of the UCL parser and can be presented in the following forms:
220 UCL currently does not support nested variables. To escape variables one could use double dollar signs:
225 However, if no valid variables are found in a string, no expansion will be performed (and `$$` thus remains unchanged). This may be a subject
/freebsd-9.3-release/usr.bin/make/
H A Dmain.c106 /* list of variables to print */
107 static Lst variables = Lst_Initializer(variables); variable
109 static Boolean expandVars; /* fully expand printed variables */
547 Lst_AtEnd(&variables, estrdup(optarg));
852 * The main function, for obvious reasons. Initializes variables
889 * Initialize file global variables.
897 * Initialize program global variables.
976 Var_Init(environ); /* As well as the lists of variables for
986 * Initialize various variables
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.clean-env.mk18 # The variables used by this makefile include:
21 # The actuall list of variables from the environment that will be
H A Dtarget-flags.mk27 # variables. The original version of this macro file did
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh39 Environment variables examined (with default if not defined):
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_internal.h144 struct ucl_variable *variables; member in struct:ucl_parser
H A Ducl_parser.c268 LL_FOREACH (parser->variables, var) {
378 LL_FOREACH (parser->variables, var) {
400 * Expand variables in string
463 * @param need_expand need to expand variables (and copy as well)
476 (need_expand && parser->variables != NULL) ||
1830 LL_FOREACH (parser->variables, cur) {
1841 LL_DELETE (parser->variables, new);
1860 LL_PREPEND (parser->variables, new);
/freebsd-9.3-release/tools/build/make_check/
H A DMakefile30 diff -u ${.CURDIR}/regress.variables.out - || \
32 @echo "ok 2 - test_variables # Test variables detected no regression, output matches."
88 # the left-hand-side's embedded variables above.
168 .error variables not passed through MAKEFLAGS
173 # Check that we cannot override the passed variables
178 .error MAKEFLAGS-passed variables overridden
186 # Check that we can override the passed variables on the next sub-make's
195 .error MAKEFLAGS-passed variables not overridden on command line
211 .error MAKEFLAGS-passed variables not overridden via .MAKEFLAGS target
217 .error MAKEFLAGS-passed variables no
[all...]
/freebsd-9.3-release/usr.sbin/bsdconfig/startup/
H A Drcdelete242 # Get the user's blessing to delete one or more variables. Returns success if
259 # Not reached unless requested to delete multiple variables
261 # Generate a menu to cleanly display the variables to be deleted
335 # Generate _${var}_desc variables from $RCCONF_MAP
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common128 The set command is used to set variables.
361 # Tshow DShow the values of variables
365 Displays the value of <variable>, or all variables if not specified.
/freebsd-9.3-release/contrib/bmake/
H A Dmain.c156 static Lst variables; /* list of variables to print */ variable
509 (void)Lst_AtEnd(variables, argvalue);
817 * The main function, for obvious reasons. Initializes variables
929 Var_Init(); /* Initialize the lists of variables for
952 variables = Lst_Init(FALSE);
977 * Initialize various variables.
1303 /* print the values of any variables requested by the user */
1312 for (ln = Lst_First(variables); ln != NULL;
1371 Lst_Destroy(variables, NUL
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgengtype.c91 static pair_p variables; variable
324 to `variables'. */
335 n->next = variables;
336 variables = n;
983 set_gc_used (pair_p variables)
986 for (p = variables; p; p = p->next)
2784 write_roots (pair_p variables)
2789 for (v = variables; v; v = v->next)
2841 for (v = variables; v; v = v->next)
2877 for (v = variables;
982 set_gc_used(pair_p variables) argument
2781 write_roots(pair_p variables) argument
[all...]
/freebsd-9.3-release/contrib/cvs/
H A Ddepcomp43 Environment variables:
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Ddepcomp42 Environment variables:

Completed in 310 milliseconds

1234