Searched refs:stktell (Results 1 - 18 of 18) sorted by relevance
/ast/src/lib/libast/include/ |
H A D | stk.h | 47 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
|
H A D | stak.h | 41 #define staktell() stktell(stkstd)
|
/ast/src/lib/libast/path/ |
H A D | pathcd.c | 97 i = stktell(stkstd);
|
/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 361 int offset = stktell(stkp); 383 offset2 = stktell(stkp); 387 if(c=stktell(stkp)-offset2) 457 tilde = stktell(stkp); 603 int off = stktell(stkp); 718 offset = stktell(stkp); 734 cp = stkptr(stkp,stktell(stkp)); 736 stkseek(stkp,stktell(stkp)-2); 801 tilde = stktell(stkp)+(c+1); 824 tilde = stktell(stk [all...] |
H A D | lex.c | 154 int n,offset = stktell(stkp); 162 n = stktell(stkp)-lp->lexd.kiaoff; 675 n = stktell(stkp)-c; 862 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst(); 1337 stkseek(stkp,stktell(stkp)-1); 1339 n = stktell(stkp)-ARGVAL; 1365 stkseek(stkp,stktell(stkp)-1); 1375 stkseek(stkp,stktell(stkp)-1); 1387 stkseek(stkp,stktell(stkp)-2); 1702 if(offset=stktell(stk [all...] |
H A D | parse.c | 688 offset = stktell(stkp)-1; 2024 long offset = stktell(stkp);
|
H A D | xec.c | 263 n = stktell(stkp)-offset; 428 int n = stktell(stkstd); 432 *stkptr(stkstd,stktell(stkstd)-1) = c; 504 int n=4, offset=stktell(stkp); 538 *stkptr(stkp,stktell(stkp)-1) = 0; 2678 int offset = stktell(stkp); 2685 offset = stktell(stkp); 2706 int offset = stktell(stkp); 2721 offset = stktell(stkp); 2942 else if(stktell(stk [all...] |
H A D | arith.c | 272 int off=stktell(shp->stk);
|
H A D | nvdisc.c | 1492 int offset = stktell(stkp);
|
/ast/src/cmd/kshlib/open/ |
H A D | open.c | 106 int offset = stktell(stkstd); 227 int offset = stktell(stkstd); 328 int savtop = stktell(stkstd);
|
/ast/src/lib/libast/misc/ |
H A D | stk.c | 454 register int off=stktell(stream); 504 register size_t m = stktell(stream);
|
H A D | error.c | 435 if (off = stktell(stkstd)) 561 n = stktell(stkstd);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | getopts.c | 46 int savtop = stktell(stkp);
|
H A D | typeset.c | 415 int off=0,offset = stktell(stkp); 422 off = stktell(stkp)+1; 620 int offset = stktell(shp->stk); 1059 flag = stktell(stkp);
|
/ast/src/cmd/dsslib/sort/ |
H A D | sort.c | 321 n = stktell(state->file->io);
|
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 227 int offset = stktell(stkstd); 859 int offset = stktell(stkstd);
|
/ast/src/lib/libtksh/src/ |
H A D | var.c | 374 offset = stktell(stkstd);
|
/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0))
|
Completed in 63 milliseconds