/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | hexpand.c | 71 off = staktell(); 88 if(staktell() != off) 182 if(off = staktell()) 242 n = staktell(); /* terminate string and dup */ 715 if(staktell() && !(flag & HIST_ERROR))
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | hexpand.c | 71 off = staktell(); 88 if(staktell() != off) 182 if(off = staktell()) 242 n = staktell(); /* terminate string and dup */ 718 if(staktell() && !(flag & HIST_ERROR))
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | wordexp.c | 72 if(offset=staktell()) in wordexp() 166 c = staktell(); in wordexp()
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | wordexp.c | 72 if(offset=staktell()) in wordexp() 166 c = staktell(); in wordexp()
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 297 sfwrite(outfile,stakptr(staktell()),pdata.argsize); in b_print() 351 sfwrite(outfile,stakptr(staktell()),n); in sh_echolist() 420 register int c, offset = staktell(); in fmthtml() 871 value->s = stakptr(staktell()); in extend() 940 register int offset = staktell(); in fmtvecho() 1019 c = staktell()-offset; in fmtvecho()
|
H A D | test.c | 325 register int offset = staktell(); in test_unop() 375 register int offset = staktell(); in test_unop()
|
H A D | enum.c | 227 n = staktell(); in enum_create()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 59 #define stakpush(v,val,type) ((((v)->offset=round(staktell(),pow2size(sizeof(type)))),\ 621 stakseek(staktell()-1); in expr() 700 *((short*)stakptr(offset1)) = staktell(); in expr() 704 *((short*)stakptr(offset2)) = staktell(); in expr() 728 *((short*)stakptr(offset)) = staktell(); in expr() 833 offset = staktell(); in arith_compile() 866 if(offset=staktell()) in strval()
|
H A D | path.c | 288 int offset=staktell();; in free_bltin() 417 int offset = staktell(); in path_checkdup() 456 if(*stakptr(staktell()-1)!='/') in path_nextcomp() 790 int n = staktell(); in path_absolute() 850 int n = staktell(); in path_absolute() 909 int offset = staktell()-1; in canexecute() 1417 int len, offset=staktell(); in path_addcomp() 1423 len = staktell()-offset; in path_addcomp() 1567 int offset = staktell(); in path_addpath() 1675 int offset = staktell(); in path_newdir()
|
H A D | arith.c | 76 …assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh_macfun(shp,cp, offset = staktell())) in scope() 193 int offset = staktell(); in arith()
|
H A D | string.c | 308 offset = staktell(); in sh_fmtq() 453 offset = staktell(); in sh_fmtqf()
|
H A D | name.c | 140 int offset = staktell(); in sh_envput() 166 int c, offset = staktell(); in nv_outname() 640 register int last=0,offset = staktell(); in copystack() 644 if(*stakptr(staktell()-1)=='.') in copystack() 645 stakseek(staktell()-1); in copystack() 647 last = staktell()+2; in copystack() 657 stakseek(staktell()-2); in copystack() 1125 int offset = staktell(); in nv_open() 1629 offset = staktell(); in nv_putval() 1941 offset = staktell(); in sh_envgen() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 59 #define stakpush(v,val,type) ((((v)->offset=round(staktell(),pow2size(sizeof(type)))),\ 708 stakseek(staktell()-1); in expr() 795 *((short*)stakptr(offset1)) = staktell(); in expr() 799 *((short*)stakptr(offset2)) = staktell(); in expr() 823 *((short*)stakptr(offset)) = staktell(); in expr() 933 offset = staktell(); in arith_compile() 967 if(offset=staktell()) in strval()
|
H A D | path.c | 399 int offset = staktell(); in path_checkdup() 437 if(*stakptr(staktell()-1)!='/') in path_nextcomp() 773 n = staktell(); in path_absolute() 801 n = staktell(); in path_absolute() 805 m = staktell(); in path_absolute() 889 int n = staktell(); in path_absolute() 948 int offset = staktell()-1; in canexecute() 1458 int len, offset=staktell(); in path_addcomp() 1464 len = staktell()-offset; in path_addcomp() 1587 int offset = staktell(); in path_addpath() [all...] |
H A D | string.c | 303 offset = staktell(); in sh_fmtcsv() 342 offset = staktell(); in sh_fmtq() 483 offset = staktell(); in sh_fmtqf()
|
H A D | arith.c | 82 if((!(np = nv_open(cp,shp->var_tree,assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh_macfun(shp,cp, offset = staktell())) in scope() 307 int offset = staktell(); in arith()
|
H A D | name.c | 150 int offset = staktell(); in sh_envput() 176 int c, offset = staktell(); in nv_outname() 711 register int last=0,offset = staktell(); in copystack() 715 if(*stakptr(staktell()-1)=='.') in copystack() 716 stakseek(staktell()-1); in copystack() 718 last = staktell()+2; in copystack() 728 stakseek(staktell()-2); in copystack() 1353 int offset = staktell(); in nv_open() 1956 offset = staktell(); in nv_putval() 2239 offset = staktell(); in sh_envgen() [all...] |
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | stak.h | 41 #define staktell() stktell(stkstd) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | stak.h | 41 #define staktell() stktell(stkstd) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd) macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 331 sfwrite(outfile,stakptr(staktell()),pdata.argsize); in b_print() 385 sfwrite(outfile,stakptr(staktell()),n); in sh_echolist() 469 register int c, offset = staktell(); in fmthtml() 965 value->s = stakptr(staktell()); in extend() 1034 register int offset = staktell(); in fmtvecho() 1114 c = staktell()-offset; in fmtvecho()
|
H A D | test.c | 328 register int offset = staktell(); in test_unop() 378 register int offset = staktell(); in test_unop()
|