Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/smbsrv/
H A Dndr.h333 ARGFLAGS, ARGMEM, ARGVAL) { \ argument
339 myref.ARGMEM = ARGVAL; \
370 ARGFLAGS, ARGMEM, ARGVAL) { \ argument
376 myref.ARGMEM = ARGVAL; \
415 ARGMEM, ARGVAL) { \ argument
421 myref.ARGMEM = ARGVAL; \
/titanic_44/usr/src/lib/libshell/common/include/
H A Dargnod.h108 #define ARGVAL offsetof(struct argnod,argval[0]) macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dexpand.c230 ap = (struct argnod*)stakseek(ARGVAL); in scantree()
453 ap = (struct argnod*)stakseek(ARGVAL); in path_generate()
H A Dlex.c211 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in lex_advance()
213 lp->lexd.kiaoff += ARGVAL; in lex_advance()
653 if(n<=ARGVAL) in sh_lex()
1251 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in sh_lex()
1262 state = stkptr(stkp,ARGVAL); in sh_lex()
1263 n = stktell(stkp)-ARGVAL; in sh_lex()
1612 iop = newof(0,struct ionod,1,lp->lexd.docextra+n+ARGVAL); in nested_here()
1614 stkseek(stkp,ARGVAL); in nested_here()
2056 sp = stkptr(stkp,ARGVAL); in sh_endword()
H A Dparse.c656 argp = (struct argnod*)stkseek(stkp,ARGVAL); in arithfor()
668 while(offset>ARGVAL && ((c= *stkptr(stkp,offset-1)),isspace(c))) in arithfor()
671 if(offset==ARGVAL && n==0) in arithfor()
675 if(offset==ARGVAL) in arithfor()
825 flag = ARGVAL + strlen(lexp->arg->argval); in funct()
922 ap = (struct argnod*)stkseek(stkp,ARGVAL); in assign()
933 ap = (struct argnod*)stkseek(stkp,ARGVAL); in assign()
1332 stkseek(stkp,ARGVAL); in simple()
H A Dtrestore.c184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL); in r_arg()
H A Dio.c1002 struct argnod *ap = (struct argnod*)stakalloc(ARGVAL+strlen(iop->ioname)); in sh_redirect()
1003 memset(ap, 0, ARGVAL); in sh_redirect()
1010 struct argnod *ap = (struct argnod*)stakalloc(ARGVAL+strlen(iop->ioname)); in sh_redirect()
1011 memset(ap, 0, ARGVAL); in sh_redirect()
H A Dmacro.c229 stkseek(stkp,ARGVAL); in sh_macexpand()
230 *stkptr(stkp,ARGVAL-1) = 0; in sh_macexpand()
2283 if(stktell(stkp) > ARGVAL || split) in endfield()
2315 stkseek(stkp,ARGVAL); in endfield()
H A Dargs.c803 ap = (struct argnod*)stkseek(shp->stk,ARGVAL); in sh_argprocsub()
H A Dnvtree.c970 stakseek(ARGVAL); in walk_tree()
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c222 ap = (struct argnod*)stakseek(ARGVAL); in ed_expand()