Searched refs:NOASSIGN (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | strdata.c | 32 /* DEFAULT */ MAXPREC|NOASSIGN, 33 /* DONE */ 0|NOASSIGN|RASSOC, 34 /* NEQ */ 10|NOASSIGN, 35 /* NOT */ MAXPREC|NOASSIGN, 37 /* ANDAND */ 6|NOASSIGN|SEQPOINT, 39 /* LPAREN */ MAXPREC|NOASSIGN|SEQPOINT, 40 /* RPAREN */ 1|NOASSIGN|RASSOC|SEQPOINT, 41 /* POW */ 14|NOASSIGN|RASSOC, 43 /* PLUSPLUS */ 15|NOASSIGN|NOFLOAT|SEQPOINT, 45 /* COMMA */ 1|NOASSIGN|SEQPOINT, [all …]
|
/illumos-gate/usr/src/head/ |
H A D | sac.h | 51 #define NOASSIGN 0x1 /* don't allow assign operations */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 111 #define NOASSIGN 0100 /* assignment legal with this operator */ macro
|
/illumos-gate/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 124 if ((rflag & NOASSIGN) || doassign(p)) { in doconfig()
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 524 if ((i = doconfig(0, msgbuf, NOASSIGN)) != 0) {
|
H A D | listen.c | 1257 if ((i = doconfig(Acceptfd, dbp->dbf_svc_code, NOASSIGN|NORUN)) != 0) { in trycon()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 639 if(peekchr(vp)== '=' && !(strval_precedence[op]&NOASSIGN)) in expr()
|