Searched refs:rhs (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | parse.c | 51 #define OP_EXPAND (1<<6) /* expand lhs and rhs */ 462 debug((-6, "assignment: lhs=`%s' rhs=`%s'", v->name, v->value)); 1518 * <lhs> <op> <rhs> <act> 1520 * <lhs>, <rhs> and <act> are placed in sp 1523 * <op> <lhs> <rhs> <act> 1540 statement(Sfio_t* sp, char** lhs, Rule_t** opr, char** rhs, char** act) argument 1885 *rhs = (rhs_pos >= 0) ? sfstrbase(sp) + rhs_pos : null; 2065 assertion(char* lhs, Rule_t* opr, char* rhs, char* act, int op) argument 2090 debug((-6, "operator: lhs=`%s' %s rhs=`%s' act=`%-.1024s'", lhs, opr->name, rhs, ac 2772 assignment(char* lhs, int op, char* rhs) argument 3248 char* rhs; local [all...] |
H A D | Makerules.mk | 1779 * if no rhs then make all by default 1780 * otherwise add rhs to all 1798 * lhs builds rhs as a side effect 1812 * wrt prerequisites on the rhs 1823 * lhs is a copy of rhs 1897 * rhs is optional name 1918 * install lhs from rhs 1984 * install rhs into lhs dir 2024 * install in lhs dir using rhs pattern to select 2047 * install $(PROTO) output of rhs i [all...] |
H A D | command.c | 164 * apply operator or action with attributes in r given lhs, rhs and job flags 169 apply(register Rule_t* r, char* lhs, char* rhs, char* act, Flags_t flags) argument 201 rhs_rule.name = rhs; 237 fapply(Rule_t* r, char* lhs, char* rhs, char* act, Flags_t flags) argument 242 if (!apply(r, lhs, rhs, act, flags|CO_DATAFILE))
|
H A D | expand.c | 471 * lhs rhs cross-product 485 * (2) the first A rhs operand is placed in the product 3727 error(3, "unterminated rhs of conditional: %s", editcontext(eb, ed));
|
/ast/src/cmd/INIT/ |
H A D | package.sh | 2368 rhs=`echo $type | $SED -e 's/.*\.//'` 2369 case $rhs in 2370 [x0123456789]*86) rhs=i$rhs ;; 2371 68*) rhs=m$rhs ;; 2373 case $rhs in 2375 rhs=i386 ;; 2376 powerpc) rhs=ppc ;; 2378 rhs [all...] |
Completed in 52 milliseconds