Home
last modified time | relevance | path

Searched refs:stkstd (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dstak.h46 #define staksp stkstd
49 #define stakptr(n) stkptr(stkstd,n)
50 #define staktell() stktell(stkstd)
51 #define stakputc(c) sfputc(stkstd,(c))
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n))
53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
54 #define stakseek(n) stkseek(stkstd,n)
59 #define stakalloc(n) stkalloc(stkstd,n)
60 #define stakcopy(s) stkcopy(stkstd,s)
61 #define stakset(c,n) stkset(stkstd,c,n)
[all …]
H A Dstk.h47 #define stkstd (&_Stk_data) macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dstak.h46 #define staksp stkstd
49 #define stakptr(n) stkptr(stkstd,n)
50 #define staktell() stktell(stkstd)
51 #define stakputc(c) sfputc(stkstd,(c))
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n))
53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
54 #define stakseek(n) stkseek(stkstd,n)
59 #define stakalloc(n) stkalloc(stkstd,n)
60 #define stakcopy(s) stkcopy(stkstd,s)
61 #define stakset(c,n) stkset(stkstd,c,n)
[all …]
H A Dstk.h47 #define stkstd (&_Stk_data) macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dstak.h46 #define staksp stkstd
49 #define stakptr(n) stkptr(stkstd,n)
50 #define staktell() stktell(stkstd)
51 #define stakputc(c) sfputc(stkstd,(c))
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n))
53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
54 #define stakseek(n) stkseek(stkstd,n)
59 #define stakalloc(n) stkalloc(stkstd,n)
60 #define stakcopy(s) stkcopy(stkstd,s)
61 #define stakset(c,n) stkset(stkstd,c,n)
[all …]
H A Dstk.h47 #define stkstd (&_Stk_data) macro
/titanic_50/usr/src/lib/libast/common/include/
H A Dstak.h37 #define staksp stkstd
40 #define stakptr(n) stkptr(stkstd,n)
41 #define staktell() stktell(stkstd)
42 #define stakputc(c) sfputc(stkstd,(c))
43 #define stakwrite(b,n) sfwrite(stkstd,(b),(n))
44 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
45 #define stakseek(n) stkseek(stkstd,n)
50 #define stakalloc(n) stkalloc(stkstd,n)
51 #define stakcopy(s) stkcopy(stkstd,s)
52 #define stakset(c,n) stkset(stkstd,c,n)
[all …]
H A Dstk.h38 #define stkstd (&_Stk_data) macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dstak.h46 #define staksp stkstd
49 #define stakptr(n) stkptr(stkstd,n)
50 #define staktell() stktell(stkstd)
51 #define stakputc(c) sfputc(stkstd,(c))
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n))
53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
54 #define stakseek(n) stkseek(stkstd,n)
59 #define stakalloc(n) stkalloc(stkstd,n)
60 #define stakcopy(s) stkcopy(stkstd,s)
61 #define stakset(c,n) stkset(stkstd,c,n)
[all …]
H A Dstk.h47 #define stkstd (&_Stk_data) macro
/titanic_50/usr/src/lib/libast/common/misc/
H A Derror.c434 bas = stkptr(stkstd, 0); in errorv()
435 if (off = stktell(stkstd)) in errorv()
436 stkfreeze(stkstd, 0); in errorv()
439 sfprintf(stkstd, "%s: ", error_state.prefix); in errorv()
443 sfprintf(stkstd, " "); in errorv()
445 sfprintf(stkstd, "%s: ", ERROR_translate(NiL, NiL, ast.id, "Usage")); in errorv()
447 print(stkstd, file, " "); in errorv()
454 context(stkstd, CONTEXT(error_info.flags, error_info.context)); in errorv()
456 print(stkstd, file, (flags & ERROR_LIBRARY) ? " " : ": "); in errorv()
459 sfprintf(stkstd, "["); in errorv()
[all …]
H A Dstk.c89 #define stream2stk(stream) ((stream)==stkstd? stkcur:\
158 if(stream==stkstd) in stkexcept()
193 if(stream!=stkstd) in stkexcept()
195 if(!stkgrow(stkstd,size-(stkstd->_endb-stkstd->_data))) in stkexcept()
279 while(sfstack(stkstd, SF_POPSTACK)); in stkinstall()
280 if(stream!=stkstd) in stkinstall()
281 sfstack(stkstd,stream); in stkinstall()
/titanic_50/usr/src/lib/libast/common/path/
H A Dpathcd.c97 i = stktell(stkstd); in pathcd()
98 sfputr(stkstd, p, 0); in pathcd()
99 stkseek(stkstd, i); in pathcd()
100 p = stkptr(stkstd, i); in pathcd()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c108 int offset = stktell(stkstd); in make_time()
113 sfprintf(stkstd,"%s.format\0",name); in make_time()
114 sfputc(stkstd,0); in make_time()
115 dp->format = nv_search(stkptr(stkstd,offset),sh.var_tree,NV_ADD); in make_time()
229 int offset = stktell(stkstd); in sh_newnode()
230 sfprintf(stkstd,"%s.%s\0",name,fp->name); in sh_newnode()
231 sfputc(stkstd,0); in sh_newnode()
232 nq = nv_search(stkptr(stkstd,offset),sh.var_tree,NV_ADD); in sh_newnode()
331 int savtop = stktell(stkstd); in walk_class()
332 char *savptr = stkfreeze(stkstd,0); in walk_class()
[all …]
H A Denum.c228 sfprintf(stkstd,"%s.%s%c",NV_CLASS,np->nvname,0); in enum_create()
H A Dprint.c444 sfprintf(stkstd,"&#%X;",CCMAPC(c,CC_NATIVE,CC_ASCII)); in fmthtml()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregnexec.c237 #define matchframe stkdata(stkstd,Match_frame_t)
240 …e.group.number?memcpy(matchframe->match,matchframe->save,matchframe->size),stkpop(stkstd):(void*)0)
259 if (!(f = (Match_frame_t*)stkpush(stkstd, sizeof(Match_frame_t) + (num - 1) * sizeof(regmatch_t)))) in _matchpush()
965 if (!(b = (unsigned char*)stkpush(stkstd, n))) in parse()
979 stkpop(stkstd); in parse()
982 stkpop(stkstd); in parse()
985 stkpop(stkstd); in parse()
991 stkpop(stkstd); in parse()
1111 if (!(b = (unsigned char*)stkpush(stkstd, n))) in parse()
1123 stkpop(stkstd); in parse()
[all …]
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c326 int n = stktell(stkstd); in out_string()
328 if(iop==stkstd && cp==stkptr(stkstd,n)) in out_string()
330 *stkptr(stkstd,stktell(stkstd)-1) = c; in out_string()
403 Sfio_t *iop = stkstd; in sh_debug()
434 else if(iop==stkstd) in sh_debug()
H A Dname.c496 sfprintf(stkstd,"%s[%d]",prefix?nv_name(np):cp,sub); in nv_setlist()
509 sfprintf(stkstd,"%s%s",nv_name(L_ARGNOD->nvalue.nrp->np),shp->prefix+1); in nv_setlist()
510 shp->prefix = stkfreeze(stkstd,1); in nv_setlist()
H A Dnvdisc.c387 cp = stkcopy(stkstd,cp); in lookup()
H A Darray.c718 sfprintf(stkstd,"%s.%.*s%c",NV_CLASS,n,tname,0); in nv_atypeindex()
H A Dpath.c1025 pidsize = sfprintf(stkstd,"*%d*",spawn?getpid():getppid()); in path_spawn()
H A Dinit.c1045 shp->stk = stkstd; in sh_init()
/titanic_50/usr/src/lib/libcmd/common/
H A Dcp.c828 if (!(v = (char**)stkalloc(stkstd, (argc + 2) * sizeof(char*)))) in b_cp()