Searched defs:lvalue (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y140 %type <node> prog rule pattern expr rvalue lvalue fexpr varlist varlist2
284 | lvalue ASG expr = {
287 | lvalue AADD expr = {
290 | lvalue ASUB expr = {
293 | lvalue AMUL expr = {
296 | lvalue ADIV expr = {
299 | lvalue AREM expr = {
302 | lvalue AEXP expr = {
305 | lvalue INC = {
308 | lvalue DE
348 lvalue: label
[all...]
/illumos-gate/usr/src/cmd/valtools/
H A Dckrange.c118 long lvalue, uvalue, intval; local
218 lvalue = strtol(lower, &ptr, base);
226 lvalue = LONG_MIN;
228 if (uvalue < lvalue) {
238 exit(ckrange_val(lvalue, uvalue, base, argv[optind]));
246 ckrange_err(lvalue, uvalue, base, error);
250 ckrange_hlp(lvalue, uvalue, base, help);
254 n = ckrange(&intval, lvalue, uvalue, (short)base,
/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
61 register int flag = lvalue->flag;
65 int nosub = lvalue->nosub;
69 lvalue->nosub = 0;
70 if(cp>=lvalue->expr && cp < lvalue->expr+lvalue->elen)
95 if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((mp=nv_search(cp,root,flags))||(sdict && (mp=nv_search(cp,sdict,flags)))))
107 sub = (char*)&lvalue->expr[flag];
113 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, in argument
[all...]
H A Dstreval.c499 struct lval lvalue,assignop; local
503 lvalue.value = 0;
504 lvalue.fun = 0;
556 if((!lvalue.value || precedence > 3))
560 assignop = lvalue;
572 if(lvalue.value && (op!=A_ASSIGN))
577 stakpush(vp,lvalue.value,char*);
578 if(lvalue.flag<0)
579 lvalue.flag = 0;
580 stakpush(vp,lvalue
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2880 uint_t lvalue; local
2907 (void) sscanf(byte, "%x", &lvalue);
2908 iddata->Data[i++] = (uchar_t)(lvalue & 0x000000FF);
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2896 __td_sync_setstate(const td_synchandle_t *sh_p, long lvalue) argument
2903 int value = (int)lvalue;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5272 ssize_t lvalue; local
5280 lvalue = so->so_sndbuf;
5281 if (lvalue == 0) {
5284 QHIWAT, 0, &lvalue);
5287 ("got SO_SNDBUF %ld from q\n", lvalue));
5289 value = (int)lvalue;
5295 ssize_t lvalue; local
5310 lvalue = so->so_rcvbuf;
5311 if (lvalue == 0) {
5314 QHIWAT, 0, &lvalue);
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c3097 u_longlong_t nodes_ll, cpus_pernode_ll, lvalue; local
3115 kobj_getvalue(prop, &lvalue) == -1)
3118 eprom_kernelbase = (uintptr_t)lvalue;
3122 kobj_getvalue(prop, &lvalue) == -1)
3125 segmapsize = (uintptr_t)lvalue;
3129 kobj_getvalue(prop, &lvalue) == -1)
3132 segmapfreelists = (int)lvalue;
H A Dfakebop.c577 uint64_t lvalue; local
687 parse_value(line, &lvalue) != -1) {
688 if (0 < lvalue && (lvalue < physmem || physmem == 0)) {
689 physmem = (pgcnt_t)lvalue;

Completed in 81 milliseconds