| /src/external/gpl2/texinfo/dist/info/ |
| variables.c | 1 /* $NetBSD: variables.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */ 3 /* 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" 29 /* User Visible Variables in Info */ 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); [all...] |
| variables.c | 1 /* $NetBSD: variables.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */ 3 /* 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" 29 /* User Visible Variables in Info */ 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); [all...] |
| /src/external/bsd/bc/dist/ |
| global.h | 34 /* global.h: The global variables for bc. */ 86 /* global variables for the bc machine. All will be dynamic in size.*/ 95 EXTERN bc_var **variables; variable
|
| global.h | 34 /* global.h: The global variables for bc. */ 86 /* global variables for the bc machine. All will be dynamic in size.*/ 95 EXTERN bc_var **variables; variable
|
| /src/usr.bin/mail/ |
| glob.h | 70 EXTERN struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable in typeref:struct:var
|
| glob.h | 70 EXTERN struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable in typeref:struct:var
|
| /src/external/gpl2/gmake/dist/ |
| filedef.h | 50 struct variable_set_list *variables; member in struct:file 94 pattern-specific variables. */
|
| filedef.h | 50 struct variable_set_list *variables; member in struct:file 94 pattern-specific variables. */
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| adv-ctl-server.c | 392 } variables[] = { variable in typeref:struct:variable 465 for (int i = 0; variables[i].name != NULL; i++) { 466 if (!strcmp(name, variables[i].name)) { 467 if (variables[i].set_function != NULL) { 468 variables[i].set_function(server_state, &variables[i], value); 865 // Local Variables:
|
| adv-ctl-server.c | 392 } variables[] = { variable in typeref:struct:variable 465 for (int i = 0; variables[i].name != NULL; i++) { 466 if (!strcmp(name, variables[i].name)) { 467 if (variables[i].set_function != NULL) { 468 variables[i].set_function(server_state, &variables[i], value); 865 // Local Variables:
|
| /src/usr.bin/usbhidctl/ |
| usbhid.c | 316 * Keep track of how many variables are still "active". When 364 * test which variables named in the rule list are still 830 struct Susbvar variables[128]; local 886 svar = &variables[varnum]; 897 errx(1, "Must not specify -w to read variables"); 915 errx(2, "Must specify -w to set variables"); 951 svar = &variables[varnum++]; 1023 devloop(hidfd, repdesc, variables, varnum); 1031 devshow(hidfd, repdesc, variables, varnum, zflag,
|
| usbhid.c | 316 * Keep track of how many variables are still "active". When 364 * test which variables named in the rule list are still 830 struct Susbvar variables[128]; local 886 svar = &variables[varnum]; 897 errx(1, "Must not specify -w to read variables"); 915 errx(2, "Must specify -w to set variables"); 951 svar = &variables[varnum++]; 1023 devloop(hidfd, repdesc, variables, varnum); 1031 devshow(hidfd, repdesc, variables, varnum, zflag,
|
| /src/external/apache2/mDNSResponder/dist/Clients/srputil/ |
| srputil.c | 762 variable_t *variables; variable 870 if (err == kDNSSDAdvertisingProxyStatus_NoError && variables != NULL) { 871 for (variable_t *variable = variables; variable != NULL; variable = variable->next) { 1106 variable->next = variables; 1107 variables = variable; 1142 // Local Variables:
|
| srputil.c | 762 variable_t *variables; variable 870 if (err == kDNSSDAdvertisingProxyStatus_NoError && variables != NULL) { 871 for (variable_t *variable = variables; variable != NULL; variable = variable->next) { 1106 variable->next = variables; 1107 variables = variable; 1142 // Local Variables:
|
| /src/usr.bin/make/ |
| make.h | 318 * the parents' local variables (.IMPSRC, .ALLSRC). 502 * The "local" variables that are specific to this target and this 506 * SCOPE_CMDLINE, SCOPE_INTERNAL, which contain variables with 569 /* Names of the variables that are "local" to a specific target. */ 579 * Global Variables 592 * Variables defined internally by make which should not override those set 596 /* Variables defined in a global scope, e.g in the makefile itself. */ 598 /* Variables defined on the command line. */ 722 /* -e: check environment variables before global variables */ 770 StringList variables; member in struct:CmdOpts [all...] |
| make.h | 318 * the parents' local variables (.IMPSRC, .ALLSRC). 502 * The "local" variables that are specific to this target and this 506 * SCOPE_CMDLINE, SCOPE_INTERNAL, which contain variables with 569 /* Names of the variables that are "local" to a specific target. */ 579 * Global Variables 592 * Variables defined internally by make which should not override those set 596 /* Variables defined in a global scope, e.g in the makefile itself. */ 598 /* Variables defined on the command line. */ 722 /* -e: check environment variables before global variables */ 770 StringList variables; member in struct:CmdOpts [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-gimplify.cc | 549 variables on the RHS to avoid infinite recursion from 823 splay_tree variables; member in struct:cp_genericize_omp_taskreg 853 splay_tree_node n = splay_tree_lookup (omp_ctx->variables, 866 n = splay_tree_lookup (octx->variables, (splay_tree_key) decl); 897 splay_tree_insert (omp_ctx->variables, (splay_tree_key) decl, flags); 1403 = splay_tree_lookup (wtd->omp_ctx->variables, 1406 splay_tree_insert (wtd->omp_ctx->variables, 1501 omp_ctx.variables = splay_tree_new (splay_tree_compare_decl_uid, 0, 0); 1513 n = splay_tree_lookup (omp_ctx.variables, (splay_tree_key) decl); 1516 splay_tree_insert (omp_ctx.variables, (splay_tree_key) decl [all...] |
| cp-gimplify.cc | 549 variables on the RHS to avoid infinite recursion from 823 splay_tree variables; member in struct:cp_genericize_omp_taskreg 853 splay_tree_node n = splay_tree_lookup (omp_ctx->variables, 866 n = splay_tree_lookup (octx->variables, (splay_tree_key) decl); 897 splay_tree_insert (omp_ctx->variables, (splay_tree_key) decl, flags); 1403 = splay_tree_lookup (wtd->omp_ctx->variables, 1406 splay_tree_insert (wtd->omp_ctx->variables, 1501 omp_ctx.variables = splay_tree_new (splay_tree_compare_decl_uid, 0, 0); 1513 n = splay_tree_lookup (omp_ctx.variables, (splay_tree_key) decl); 1516 splay_tree_insert (omp_ctx.variables, (splay_tree_key) decl [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| som.c | 223 based on variables/constants found in the string and the relocation 230 Variables: 4843 variables rptr, section, and symbols have no meaning. 4861 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; 4865 #define var(c) variables[(c) - 'A'] 4871 memset (variables, 0, sizeof (variables)); 5184 memset (variables, 0, sizeof (variables)); 4860 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; local
|
| som.c | 223 based on variables/constants found in the string and the relocation 230 Variables: 4843 variables rptr, section, and symbols have no meaning. 4861 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; 4865 #define var(c) variables[(c) - 'A'] 4871 memset (variables, 0, sizeof (variables)); 5184 memset (variables, 0, sizeof (variables)); 4860 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| som.c | 223 based on variables/constants found in the string and the relocation 230 Variables: 4841 variables rptr, section, and symbols have no meaning. 4859 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; 4863 #define var(c) variables[(c) - 'A'] 4869 memset (variables, 0, sizeof (variables)); 5182 memset (variables, 0, sizeof (variables)); 4858 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; local
|
| som.c | 223 based on variables/constants found in the string and the relocation 230 Variables: 4841 variables rptr, section, and symbols have no meaning. 4859 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; 4863 #define var(c) variables[(c) - 'A'] 4869 memset (variables, 0, sizeof (variables)); 5182 memset (variables, 0, sizeof (variables)); 4858 int variables[26], stack[20], count, prev_fixup, *sp, saved_unwind_bits; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 62 /* Variables used for reading and writing the state. */ 66 /* Variables to help debugging. */ 516 pair_p variables = NULL; 968 to `variables'. */ 978 n->next = variables; 979 variables = n; 1611 /* Set the gc_used fields of all the types pointed to by VARIABLES. */ 1614 set_gc_used (pair_p variables) 1618 for (p = variables; p; p = p->next) 1624 printf ("%s used %d GTY-ed variables\n", progname, nbvars) 512 pair_p variables = NULL; variable [all...] |
| gengtype.cc | 62 /* Variables used for reading and writing the state. */ 66 /* Variables to help debugging. */ 516 pair_p variables = NULL; 968 to `variables'. */ 978 n->next = variables; 979 variables = n; 1611 /* Set the gc_used fields of all the types pointed to by VARIABLES. */ 1614 set_gc_used (pair_p variables) 1618 for (p = variables; p; p = p->next) 1624 printf ("%s used %d GTY-ed variables\n", progname, nbvars) 512 pair_p variables = NULL; variable [all...] |
| gimplify.cc | 73 /* Hash set of poisoned variables in a bind expr. */ 225 splay_tree variables; member in struct:gimplify_omp_ctx 228 /* Iteration variables in an OMP_FOR. */ 458 c->variables = splay_tree_new (splay_tree_compare_decl_uid, 0, 0); 480 splay_tree_delete (c->variables); 684 /* Declare all the variables in VARS in SCOPE. If DEBUG_INFO is true, 1221 /* Do not poison variables that have size equal to zero. */ 1247 /* Do not poison variables that have size equal to zero. */ 1251 /* It's necessary to have all stack variables aligned to ASAN granularity 1307 /* Generate IFN_ASAN_MARK internal call for all VARIABLES [all...] |