/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | variables.sh | 497 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 D | attributes.sh | 131 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 D | awk0.c | 58 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 D | awk.y | 81 %token <node> CONSTANT VAR FUNC 177 | DEFFUNC VAR 361 VAR 395 | VAR LPAREN eexprlist RPAREN term {
|
H A D | awk3.c | 252 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 D | awk1.c | 287 case VAR: in awkvarinit() 651 case VAR: in yylex() 806 case VAR: in lexid() 838 return (VAR); in lexid()
|
H A D | awk4.c | 384 case VAR: in f_split()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uudemon.cleanup | 112 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 D | awk.g.y | 51 %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 D | awk.lx.l | 117 RETURN(VAR); } 150 RETURN(VAR);
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 72 #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 D | interp_parse.c | 90 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 D | lookup.c | 21 #define VAR 1 macro 144 s->s_type = action == INSERT ? VAR : CONST;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 95 %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 D | lex.c | 543 RET(VAR); in word()
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.dfl | 28 # Lines of this file should be of the form VAR=value, where VAR is one of
|
/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii.c | 671 #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 D | loader_emu.c | 340 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 D | texinfo.tex | 2927 % @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
|