/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 in function:main 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 in function:main 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). 500 * The "local" variables that are specific to this target and this 504 * SCOPE_CMDLINE, SCOPE_INTERNAL, which contain variables with 567 /* Names of the variables that are "local" to a specific target. */ 577 * Global Variables 590 * Variables defined internally by make which should not override those set 594 /* Variables defined in a global scope, e.g in the makefile itself. */ 596 /* Variables defined on the command line. */ 720 /* -e: check environment variables before global variables */ 768 StringList variables; member in struct:CmdOpts [all...] |
make.h | 318 * the parents' local variables (.IMPSRC, .ALLSRC). 500 * The "local" variables that are specific to this target and this 504 * SCOPE_CMDLINE, SCOPE_INTERNAL, which contain variables with 567 /* Names of the variables that are "local" to a specific target. */ 577 * Global Variables 590 * Variables defined internally by make which should not override those set 594 /* Variables defined in a global scope, e.g in the makefile itself. */ 596 /* Variables defined on the command line. */ 720 /* -e: check environment variables before global variables */ 768 StringList variables; member in struct:CmdOpts [all...] |