| /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/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/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...] |