/ast/src/cmd/ksh93/ |
H A D | Makefile | 14 * set these variables to 1 to enable, 0 to disable, null to probe 160 signals.c aliases.c builtins.c variables.c lexstates.c 220 tilde.sh timetype.sh treemove.sh types.sh variables.sh \
|
/ast/src/cmd/dsslib/stats/ |
H A D | stats.c | 130 static Cxvariable_t variables[] = variable 153 if (variable->data == (void*)&variables[0]) 203 if (variable->data == (void*)&variables[0]) 343 for (i = 0; i < elementsof(variables); i++) 345 if (cxaddvariable(state->print, &variables[i], disc)) 347 variables[i].data = &variables[0]; 438 } while (variable && (variable->data == (void*)&variables[0] || !cxisnumber(variable->type)));
|
/ast/src/cmd/nmake/ |
H A D | object.c | 34 * additions to the header, rules, variables and trailer sections, with 53 * 1 # variables number of variables 72 * variables: 154 unsigned long variables; /* variable index */ member in struct:Compstate_s 207 long variables; /* number of compiled variables */ member in struct:OLD_trailer_s 745 cs->variables++; 766 * compile the current rules and variables into objfile 854 * compile and write the variables 1448 int variables; local [all...] |
H A D | Makerules.mk | 511 * stop expansion of certain state variables
|
/ast/src/lib/libdss/ |
H A D | cxopen.c | 1020 cx->variables = state.variables; 1095 dtview(top->variables, bot->variables); 1097 top->variables = bot->variables; 1125 dtview(top->variables, NiL); 1164 dtclose(cx->variables); 1261 type->member->members = cx ? cx->variables : state.variables; [all...] |
H A D | dssopt.c | 309 /* fields|variables */ 342 if (all && meth->cx && meth->cx->variables) 345 for (vp = (Cxvariable_t*)dtfirst(meth->cx->variables); vp; vp = (Cxvariable_t*)dtnext(meth->cx->variables, vp)) 422 sfprintf(sp, "{\fformats and variables\f}\n\n--method=%s[,option...]\n\n", lib->meth->name);
|
H A D | cx.h | 578 Dt_t* variables; /* Cxvariable_t dictionary */ member in struct:Cxstate_s 605 Dt_t* variables; /* sorted variable symbol table */ member in struct:Cx_s
|
H A D | dssopen.c | 33 "variables, and a schema available for all other methods.]" 612 for (var = (Cxvariable_t*)dtfirst(dss->cx->variables); var; var = (Cxvariable_t*)dtnext(dss->cx->variables, var))
|
/ast/src/cmd/dsslib/xml/ |
H A D | xml.c | 145 else if (!(var = dtmatch(cx->variables, name))) 335 if (v = dtmatch(file->dss->cx->variables, f->part[f->prefix] + 1)) 407 if (v = dtmatch(file->dss->cx->variables, f->part[f->prefix] + 1)) 754 if (v = dtmatch(file->dss->cx->variables, f->part[f->prefix] + 1)) 774 if (v = dtmatch(file->dss->cx->variables, f->part[f->prefix] + 1))
|
/ast/src/cmd/ksh93/tests/ |
H A D | attributes.sh | 54 then err_exit reference variables fail 96 then err_exit 'environment variables require re-export' 292 [[ $(typeset -p foo) == 'typeset -L 5 foo' ]] || err_exit 'typeset -p not working for variables with attributes but without a value' 327 $SHELL 2> /dev/null -c 'export foo=(bar=3)' && err_exit 'compound variables cannot be exported' 438 $SHELL -c "$z; [[ \$(typeset -pC) == '$z' ]]" || err_exit 'typeset -pC does not list only compound variables'
|
H A D | substring.sh | 499 [[ $( print $(( ${var%%$pattern} )) ) == 1 ]] || err_exit "arithmetic with embeddded pattern variables fails"
|
H A D | functions.sh | 41 # check for global variables and $0 64 then err_exit 'global variables not correct' 79 then err_exit non-local variables 355 then err_exit 'attributes on unset variables not saved/restored' 1087 [[ ${!bar[@]} == sub ]] || err_exit 'scoping problem with compound array variables'
|
/ast/src/lib/libpp/ |
H A D | ppop.c | 94 if (dir && ppiskey(directives, value, p) || !dir && (ppiskey(options, value, p) || ppiskey(predicates, value, p) || ppiskey(variables, value, p))) 813 inithash(pp.strtab, variables); 991 for (kp = variables; s = kp->name; kp++)
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 3224 if (f->variable.array && (s = (char*)f->variable.array->variable) && !(f->variable.array->variable = (Cxvariable_t*)dtmatch(flat->meth.cx->variables, s))) 3957 if (!(f->flatten = (Cxvariable_t*)dtmatch(cx->variables, f->variable.name))) 3970 if ((g = (Field_t*)dtmatch(cx->variables, f->variable.name)) && g->physical.format.code != f->physical.format.code && g->physical.format.code == CC_NATIVE)
|
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 422 /* for child variables of compound variables */ 437 /* for child variables of methods */ 1076 "[+NAME?\f?\f - set the type of variables to \b\f?\f\b]" 1077 "[+DESCRIPTION?\b\f?\f\b sets the type of each of the variables specified " 1082 "variables of this type are written to standard output.]" 1096 "these variables.]" 1193 dict = dss->cx->variables;
|