Lines Matching refs:argnod
211 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in lex_advance()
231 struct argnod *ap; in lexfill()
638 struct argnod *ap; in sh_lex()
1092 lp->arg = (struct argnod*)stkfreeze(stkp,1); in sh_lex()
1251 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in sh_lex()
1290 lp->arg = (struct argnod*)stkfreeze(stkp,1); in sh_lex()
1300 lp->arg = (struct argnod*)stkfreeze(stkp,1); in sh_lex()
1325 lp->arg = (struct argnod*)stkfreeze(stkp,1); in sh_lex()
1606 struct argnod *arg = lp->arg; in nested_here()
2045 struct argnod *sh_endword(Shell_t *shp,int mode) in sh_endword()
2051 struct argnod* argp=0; in sh_endword()
2099 argp = (struct argnod*)stkfreeze(stkp,0); in sh_endword()