Searched defs:assign (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc44 assign(other);
48 vers::assign(vers* other) function in class:vers
50 WRITELOCKV(this, "w vers::assign");
60 WRITEUNLOCKV(this, "wu vers::assign");
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c59 assign(char name[], char value[]) function
88 if (debug) fprintf(stderr, "assign(%s)=%s\n", vp->v_name, vp->v_value);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y68 | assign
70 | file assign
79 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3); label
H A Dippool_y.y92 | assign
94 | file assign
121 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3); label
H A Dipnat_y.y114 | assign
116 | file assign
131 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3); label
H A Dipf_y.y181 | assign
183 | file assign
202 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3); label
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darith.c59 static Namval_t *scope(Shell_t *shp,register Namval_t *np,register struct lval *lvalue,int assign) argument
68 assign = assign?NV_ASSIGN:NV_NOASSIGN;
76 if((!(np = nv_open(cp,shp->var_tree,assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh_macfun(shp,cp, offset = staktell()))
83 if(!np && assign)
84 np = nv_open(cp,shp->var_tree,assign|NV_VARNAME);
H A Dnvdisc.c114 * call the next assign function in the chain
238 static void assign(Namval_t *np,const char* val,int flags,Namfun_t *handle) function
436 if(vp->fun.disc && (vp->fun.disc->setdisc || vp->fun.disc->putval == assign))
489 if(vp && vp->fun.disc->putval!=assign)
502 dp->putval = assign;
H A Dparse.c878 static struct argnod *assign(Lex_t *lexp, register struct argnod *ap, int tdef) function
927 ap = assign(lexp,ap,0);
1407 argp = assign(lexp,argp,tdef);
H A Dmacro.c71 char assign; /* set for assignments */ member in struct:_mac_
162 mp->assign = 0;
164 mp->assign = -mode;
215 mp->assign = !mp->split;
272 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
650 if(mp->arith || (((mp->assign&1) || endch==RBRACT) &&
656 if(mp->assign&1)
735 if(mp->assign==1)
739 mp->assign = 2;
753 if(n==S_COLON && mp->assign
1481 int assign = mp->assign; local
[all...]
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c364 * remove or you can set assign.
366 static priv_set_t **rem, **add, **assign; variable
397 assign = calloc(pri->priv_nsets, sizeof (priv_set_t *));
398 if (rem == NULL || add == NULL || assign == NULL)
434 toupd = &assign;
452 if (((toupd == &rem || toupd == &add) && assign[ind] != NULL) ||
453 (toupd == &assign && (assign[ind] != NULL ||
487 if (assign[i] != NULL)
488 priv_copyset(assign[
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dname.c188 assign(n, argscan);
207 assign(n, v);
211 assign(struct namnod *n, unsigned char *v) function
357 assign(n, absstak(rel));
416 assign(n, (unsigned char *)nullstr);
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c664 assign(NODE **a, int n) function
/illumos-gate/usr/src/cmd/awk/
H A Drun.c1060 assign(Node **a, int n) function
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c684 boolean_t assign; local
708 assign = B_FALSE;
710 assign = B_TRUE;
760 * assign a value to a non-argument parameter.
762 if (assign) {
797 switch (cliptr->action(cliptr, valstr, !assign)) {
808 if (!assign) {
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc1685 Boolean assign; local
1690 assign = make_refd = false;
1699 if (rule->assign) {
1700 assign = true;
1706 if (assign) {
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c242 assign(NODE *left, NODE *right) function
270 awkerr(gettext("cannot assign to function \"%s\""),
673 (void) assign(np->n_left, np->n_right);
1159 (void) assign(np, inc_oper);
1171 return (assign(np, inc_oper));
1195 return (assign(np, asn_oper));
1222 return (assign(np->n_left, np->n_right));
1708 * list, assign 'constundef' as the value
1748 (void) assign(temp, actual);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hio.h70 vr_assign assign; /* HV Major 1 interface */ member in struct:__anon8288
87 dc_assign assign; member in struct:__anon8289
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c4463 struct pcm_regs *reg, *assign; local
4468 assign = &ppd->ppd_assigned[rnum];
4470 if (assign->phys_hi == 0) {
4471 assign->phys_hi = reg->phys_hi;
4472 assign->phys_lo = ret->ra_addr_lo;
4473 assign->phys_len = ret->ra_len;
4474 } else if (assign->phys_lo != ret->ra_addr_lo) {
4479 ret->ra_addr_lo, assign->phys_lo);
4484 ret->ra_addr_lo, (int)assign->phys_lo);
4487 assign
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2328 * a private hook where the memory they assign the module
2939 * first time through, assign all symbols defined in other
2958 /* now assign addresses to all common symbols */
2974 int assign; local
2983 assign = (bss_base) ? 1 : 0;
3075 if (assign) {
3083 if (assign == 0 && mp->bss == NULL) {
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h290 Boolean assign:1; /* `=' */ member in struct:_Cmd_line

Completed in 127 milliseconds