Searched refs:stakset (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | stak.h | 52 #define stakset(c,n) stkset(stkstd,c,n) macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | shcomp.c | 137 stakset((char*)0,0); in main()
|
H A D | main.c | 479 stakset(NIL(char*),0); in exfile() 688 stakset(savstak,offset); in chkmail()
|
H A D | expand.c | 198 stakset(sp,off); in path_expand()
|
H A D | arith.c | 354 stakset(saveptr,offset); in arith()
|
H A D | fault.c | 494 stakset(savptr,staktop); in sh_trap()
|
H A D | streval.c | 972 stakset(sp?sp:(char*)ep,offset); in strval()
|
H A D | nvtree.c | 1074 stakset(savptr,savtop); in walk_tree()
|
H A D | xec.c | 2997 stakset(savptr,savtop); in sh_run() 3469 stakset(savstak,0); in sh_funscope() 3610 stakset(base,offset); in sh_fun()
|
H A D | path.c | 1634 stakset(savptr,offset); in path_addpath()
|
H A D | init.c | 2136 stakset(NIL(char*),0); in sh_term()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | wordexp.c | 192 stakset(savebase,offset); in wordexp()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 228 stakset(ep->e_stkptr,ep->e_stkoff); in ed_expand() 488 stakset(ep->e_stkptr,ep->e_stkoff); in ed_expand()
|
H A D | hexpand.c | 723 stakset(sp,off);
|
H A D | edit.c | 1699 stakset(ep->e_stkptr,ep->e_stkoff); 1781 stakset(ep->e_stkptr,ep->e_stkoff);
|
H A D | emacs.c | 726 stakset(ed->e_stkptr,ed->e_stkoff); in ed_emacsread()
|
H A D | vi.c | 598 stakset(ed->e_stkptr,ed->e_stkoff); in ed_viread()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | builtins.mm | 497 stakset(savebase,saveoffset);
|