Home
last modified time | relevance | path

Searched refs:VAR (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvariables.sh497 unset VAR
498 VAR=new $tmp/script > $tmp/out
501 [[ ! $VAR ]] || err_exit "previously unset environment variable set after script, expected '', got …
502 unset VAR
503 VAR=old
504 VAR=new $tmp/script > $tmp/out
507 [[ $VAR == old ]] || err_exit "previously set local variable changed after script, expected 'old', …
508 unset VAR
509 export VAR=old
510 VAR=new $tmp/script > $tmp/out
[all …]
H A Dattributes.sh131 typeset -L70 VAR=var
133 [[ $(< $tmp/script.1) == VAR= ]] || err_exit 'typeset -L should not be inherited'
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c58 s_FILENAME, VAR, 0, _null,
60 s_NR, VAR, 0, NULL,
62 s_OFS, VAR, 1, M_MB_L(" "),
63 s_ORS, VAR, 1, M_MB_L("\n"),
64 s_OFMT, VAR, 4, M_MB_L("%.6g"),
65 s_CONVFMT, VAR, 4, M_MB_L("%.6g"),
67 s_FNR, VAR, 0, NULL,
68 s_SUBSEP, VAR, 1,
H A Dawk.y82 %token <node> CONSTANT VAR FUNC
178 | DEFFUNC VAR
362 VAR
396 | VAR LPAREN eexprlist RPAREN term = {
H A Dawk3.c252 case VAR: in assign()
378 if (running && type != VAR && type != ARRAY) { in emptynode()
458 np = emptynode(VAR, hash = wcslen(name)); in vlookup()
745 case VAR: in action()
822 case VAR: in exprint()
853 case VAR: in exprreal()
882 case VAR: in exprstring()
1012 if ((t = np->n_type) == VAR || t == CONSTANT) in exprreduce()
1735 t = VAR; in userfunc()
1744 if (t == VAR) in userfunc()
[all …]
H A Dawk1.c287 case VAR: in awkvarinit()
651 case VAR: in yylex()
806 case VAR: in lexid()
838 return (VAR); in lexid()
H A Dawk4.c384 case VAR: in f_split()
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup112 VAR=/var/uucp
114 XQTDIR=$VAR/.Xqtdir
116 LOGDIR=$VAR/.Log
117 SEQDIR=$VAR/.Sequence
118 STATDIR=$VAR/.Status
120 ADMIN=$VAR/.Admin
123 OLD=$VAR/.Old
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y51 %left NUMBER VAR ARRAY FNCN SUBSTR LSUBSTR INDEX
155 | VAR { $$ = valtonode($1, CVAR); }
156 | VAR '[' expr ']' { $$ = op2(ARRAY, $1, $3); }
176 | SPLIT '(' expr ',' VAR ',' expr ')'
178 | SPLIT '(' expr ',' VAR ')'
345 | FOR '(' VAR IN VAR ')' optNL statement
H A Dawk.lx.l117 RETURN(VAR); }
150 RETURN(VAR);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c72 #define GET_NUMBER(VAR) { \ argument
73 VAR = 0; \
75 if (VAR > INT_MAX / 10) \
77 VAR *= 10; \
78 VAR += *fmt - '0'; \
79 if (VAR < 0) \
/illumos-gate/usr/src/boot/common/
H A Dinterp_parse.c90 enum { STR, VAR, WHITE } state; in parse() enumerator
141 state = VAR; in parse()
155 case VAR: in parse()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c21 #define VAR 1 macro
144 s->s_type = action == INSERT ? VAR : CONST;
/illumos-gate/usr/src/cmd/init/
H A Dinit.dfl28 # Lines of this file should be of the form VAR=value, where VAR is one of
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y95 %token <cp> VAR IVAR VARNF CALL NUMBER STRING
118 %left REGEXPR VAR VARNF IVAR WHILE '('
166 VAR { setfname($1); }
461 | VAR { arglist = $$ = celltonode($1,CVAR); }
462 | varlist comma VAR {
468 VAR { $$ = celltonode($1, CVAR); }
H A Dlex.c543 RET(VAR); in word()
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c671 #define CASE_PROP_ABILITY(PROP, VAR) \ in mii_m_getprop() argument
673 *(uint8_t *)val = ph->phy_adv_##VAR; \ in mii_m_getprop()
677 *(uint8_t *)val = ph->phy_en_##VAR; \ in mii_m_getprop()
742 #define CASE_PROP_PERM(PROP, VAR) \ in mii_m_propinfo() argument
745 mac_prop_info_set_default_uint8(prh, ph->phy_cap_##VAR); \ in mii_m_propinfo()
749 if (!ph->phy_cap_##VAR) \ in mii_m_propinfo()
751 mac_prop_info_set_default_uint8(prh, ph->phy_cap_##VAR); \ in mii_m_propinfo()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c340 enum { STR, VAR, WHITE } state; in parse() enumerator
389 state = VAR; in parse()
403 case VAR: in parse()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2927 % @set VAR sets the variable VAR to an empty value.
2928 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
2930 % Since we want to separate VAR from REST-OF-LINE (which might be
2952 % @clear VAR clears (i.e., unsets) the variable VAR.
2995 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
3014 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been