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

12345

/freebsd-10-stable/usr.bin/bmake/tests/variables/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables
/freebsd-10-stable/usr.bin/bmake/tests/
H A DMakefile16 TESTS_SUBDIRS+= variables
/freebsd-10-stable/usr.bin/bmake/tests/variables/modifier_M/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/modifier_M
/freebsd-10-stable/usr.bin/bmake/tests/variables/t0/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/t0
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dsel-gram.y63 %type <expr> variable variables
107 variable: '%' '{' variables '}' { $$ = $3; }
110 variables: IDENTIFIER '.' variables { label
/freebsd-10-stable/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/opt_V
/freebsd-10-stable/contrib/tcsh/
H A Dtw.color.c63 static Variable variables[] = { variable
94 #define nvariables (sizeof(variables)/sizeof(variables[0]))
230 variables[i].color = variables[i].defaultcolor;
311 makecolor(&c, fg, bg, &variables[map[i]].color);
382 if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
383 (Char)variables[i].variable[1] == (v[1] & CHAR))
387 getstring(&c, &v, &variables[i].color, ':');
431 Str *colorp = &variables[VFil
[all...]
/freebsd-10-stable/usr.bin/mail/
H A Dvars.c62 vp->v_link = variables[h];
63 variables[h] = vp;
127 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-10-stable/usr.bin/bmake/tests/variables/modifier_t/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables/modifier_t
/freebsd-10-stable/gnu/usr.bin/texinfo/info/
H A DMakefile9 signals.c terminal.c tilde.c variables.c window.c
/freebsd-10-stable/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 Dposix1.mk50 # Local variables: regular forms, D/F forms and suffix substitution.
64 "Local variables\n\
70 # X is one of the local variables.
72 "Directory and filename parts of local variables\n\
79 # Do all kinds of meaningless substitutions on local variables to see
/freebsd-10-stable/share/mk/
H A Dbsd.port.mk23 # and setting MK_* variables when building ports.
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolFile.h136 virtual uint32_t FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) = 0;
137 virtual uint32_t FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) = 0;
H A DSymbolVendor.h99 VariableList& variables);
105 VariableList& variables);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h91 FindGlobalVariables(const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
94 FindGlobalVariables(const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp871 VariableList& variables
874 const uint32_t original_size = variables.GetSize();
885 if (oso_dwarf->FindGlobalVariables(name, namespace_decl, true, max_matches, variables))
886 if (variables.GetSize() > max_matches)
891 return variables.GetSize() - original_size;
895 SymbolFileDWARFDebugMap::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) argument
900 variables.Clear();
902 // Remember how many variables are in the list before we search in case
904 const uint32_t original_size = variables.GetSize();
914 variables);
938 FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
[all...]
H A DSymbolFileDWARFDebugMap.h83 virtual uint32_t FindGlobalVariables (const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
84 virtual uint32_t FindGlobalVariables (const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
252 lldb_private::VariableList& variables);
/freebsd-10-stable/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 */
555 Lst_AtEnd(&variables, estrdup(optarg));
860 * The main function, for obvious reasons. Initializes variables
897 * Initialize file global variables.
905 * Initialize program global variables.
993 Var_Init(environ); /* As well as the lists of variables for
1003 * Initialize various variables
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh39 Environment variables examined (with default if not defined):
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp281 SymbolVendor::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableList& variables) argument
288 return m_sym_file_ap->FindGlobalVariables(name, namespace_decl, append, max_matches, variables);
294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables) argument
301 return m_sym_file_ap->FindGlobalVariables(regex, append, max_matches, variables);
/freebsd-10-stable/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

Completed in 222 milliseconds

12345