Searched refs:declare (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libexpr/
H A Dexparse.y255 | static {expr.instatic=$1;} DECLARE {expr.declare=$3->type;} dcl_list ';'
258 expr.declare = 0;
304 | SWITCH '(' expr {expr.declare=$3->type;} ')' '{' switch_list '}'
314 expr.declare = 0;
361 sw->type = expr.declare;
462 if (!$2->type || expr.declare)
463 $2->type = expr.declare;
1028 formal_item : DECLARE {expr.declare=$1->type;} name
1035 expr.declare = 0;
1082 expr.procedure = exnewnode(expr.program, PROCEDURE, 1, expr.declare, Ni
[all...]
H A Dexlib.h149 int declare; /* current declaration type */ member in struct:Exstate_s
H A DOexparse.c1081 {expr.declare=exvsp[0].id->type;}
1087 expr.declare = 0;
1144 {expr.declare=exvsp[0].expr->type;}
1157 expr.declare = 0;
1210 sw->type = expr.declare;
1313 if (!exvsp[-3].id->type || expr.declare)
1314 exvsp[-3].id->type = expr.declare;
1972 {expr.declare=exvsp[0].id->type;}
1982 expr.declare = 0;
2033 expr.procedure = exnewnode(expr.program, PROCEDURE, 1, expr.declare, Ni
[all...]
/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh33 alias declare=typeset
/ast/src/cmd/nmake/
H A Dparse.c240 * declare a single local variable t
247 declare(char* t, int line, long flags) function
312 * declare local variables using tmp string xp
394 declare(t, error_info.line, 0);
409 declare(formal, error_info.line, 0);
417 declare(sfstruse(ap), error_info.line, 0);
2804 declare(s, NiL, n|V_scope);
H A Doption.c465 * copy a declare() string entry s to sp
490 declare(Sfio_t* sp, register Option_t* op) function
1706 declare(sp, op);

Completed in 31 milliseconds