Searched defs:variable (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmygetenv.c39 mygetenv(char *variable, char *deflt) argument
43 value = getenv(variable);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drune.c62 void *variable; local
97 variable = frl + 1;
103 runetype_ext_ranges = (_FileRuneEntry *)variable;
104 variable = runetype_ext_ranges + frl->runetype_ext_nranges;
105 if (variable > lastp) {
109 maplower_ext_ranges = (_FileRuneEntry *)variable;
110 variable = maplower_ext_ranges + frl->maplower_ext_nranges;
111 if (variable > lastp) {
115 mapupper_ext_ranges = (_FileRuneEntry *)variable;
116 variable
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c10 typedef struct variable { struct
11 struct variable *v_next;
69 fprintf(stderr, "%d: unknown variable '%s'\n", line, s);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c33 typedef struct variable { struct
336 * Given the nul-terminated input string s, expand all variable references
343 * If a nonexistent variable is referenced, returns ERR_NOVAR.
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c86 variable(fcode_env_t *env) function
787 FORTH(IMMEDIATE, "variable", variable);
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c743 variable(int cc) function
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h379 FNPROTO(variable); variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c301 * was to assign "c" to an unsigned int variable...
330 * _POSIX_VDISABLE differently and is aided by the use of the state variable
342 * was to assign "c" to an unsigned int variable...
774 int *variable; member in struct:togglelist
957 if (c->variable) {
958 *c->variable = !*c->variable; /* invert it */
961 *c->variable ? "Will" : "Won't",
1081 if (c->variable) {
1083 *c->variable
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c1373 #define ENV_TYP_IGNORE 0x01 /* ignore - variable is for */
1375 #define ENV_TYP_ISA 0x02 /* variable is ISA specific */
1376 #define ENV_TYP_CONFIG 0x04 /* variable obtained from a */
1378 #define ENV_TYP_PERMANT 0x08 /* variable is permanent */
1379 #define ENV_TYP_CMDLINE 0x10 /* variable provide with -e */
1380 #define ENV_TYP_NULL 0x20 /* variable is null */
1443 * Pattern match an LD_XXXX environment variable. s1 points to the XXXX part
1452 u_longlong_t variable = 0; local
1471 * Parse the variable given.
1483 variable
[all...]

Completed in 133 milliseconds