Home
last modified time | relevance | path

Searched refs:ARGVAL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr.h362 ARGFLAGS, ARGMEM, ARGVAL) { \ argument
368 myref.ARGMEM = ARGVAL; \
378 ARGFLAGS, ARGMEM, ARGVAL) { \ argument
384 myref.ARGMEM = ARGVAL; \
415 ARGFLAGS, ARGMEM, ARGVAL) { \ argument
421 myref.ARGMEM = ARGVAL; \
460 ARGMEM, ARGVAL) { \ argument
466 myref.ARGMEM = ARGVAL; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dargnod.h108 #define ARGVAL offsetof(struct argnod,argval[0]) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c230 ap = (struct argnod*)stakseek(ARGVAL); in scantree()
453 ap = (struct argnod*)stakseek(ARGVAL); in path_generate()
H A Dlex.c220 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in lex_advance()
222 lp->lexd.kiaoff += ARGVAL; in lex_advance()
682 if(n<=ARGVAL) in sh_lex()
1336 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in sh_lex()
1347 state = stkptr(stkp,ARGVAL); in sh_lex()
1348 n = stktell(stkp)-ARGVAL; in sh_lex()
1744 iop = newof(0,struct ionod,1,lp->lexd.docextra+n+ARGVAL); in nested_here()
1746 stkseek(stkp,ARGVAL); in nested_here()
2221 sp = stkptr(stkp,ARGVAL); in sh_endword()
H A Dparse.c688 argp = (struct argnod*)stkseek(stkp,ARGVAL); in arithfor()
700 while(offset>ARGVAL && ((c= *stkptr(stkp,offset-1)),isspace(c))) in arithfor()
703 if(offset==ARGVAL && n==0) in arithfor()
707 if(offset==ARGVAL) in arithfor()
897 flag = ARGVAL + strlen(lexp->arg->argval); in funct()
1000 ar = (struct argnod*)stkseek(stkp,ARGVAL); in assign()
1020 ar = (struct argnod*)stkseek(stkp,ARGVAL); in assign()
1455 stkseek(stkp,ARGVAL); in simple()
H A Dtrestore.c184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL); in r_arg()
H A Dio.c1201 struct argnod *ap = (struct argnod*)stakalloc(ARGVAL+strlen(iop->ioname)); in sh_redirect()
1202 memset(ap, 0, ARGVAL); in sh_redirect()
1209 struct argnod *ap = (struct argnod*)stakalloc(ARGVAL+strlen(iop->ioname)); in sh_redirect()
1210 memset(ap, 0, ARGVAL); in sh_redirect()
H A Dmacro.c240 stkseek(stkp,ARGVAL); in sh_macexpand()
241 *stkptr(stkp,ARGVAL-1) = 0; in sh_macexpand()
2468 if(stktell(stkp) > ARGVAL || split) in endfield()
2501 stkseek(stkp,ARGVAL); in endfield()
H A Dargs.c796 ap = (struct argnod*)stkseek(shp->stk,ARGVAL); in sh_argprocsub()
H A Dnvtree.c1040 stakseek(ARGVAL); in walk_tree()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c233 ap = (struct argnod*)stakseek(ARGVAL); in ed_expand()