Searched refs:self (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/pzip/
H A Dpin.c1130 size_t* self; local
1149 self = vector(row);
1160 self[i] = field(buf, dat, i, i, row, tot);
1166 apart[i][j] = self[i] + self[j];
1185 * break tour at most expensive link; put order into self
1198 self[j++] = tour[i];
1200 self[j++] = tour[i];
1206 permute(buf, dat, self, row, tot);
1221 lab[i] = cycle[self[
[all...]
/ast/src/cmd/ksh93/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self;
274 shp->st.self = &savst;
275 shp->topscope = (Shscope_t*)shp->st.self;
311 if (shp->st.self != &savst)
312 *shp->st.self = shp->st;
H A Dtrap.c85 else if(*action=='+' && action[1]==0 && shp->st.self == &shp->global)
/ast/src/lib/libast/sfio/
H A Dvthread.h144 { _vtself_t self; /* self-handle */ member in struct:_vthread_s
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h262 Block_t** self; /* self pointer when free */ member in struct:_body_s
269 Block_t* self[1]; member in union:_body_u
285 Block_t* self; member in struct:_tiny_s
353 #define SELF(b) (b)->body.self[SIZE(b)/sizeof(Block_t*)-1]
/ast/src/cmd/ksh93/include/
H A Dshell.h128 struct sh_scope *self; member in struct:sh_scope
H A Ddefs.h77 struct sh_scoped *self; /* pointer to copy of this scope*/ member in struct:sh_scoped
/ast/src/cmd/proto/
H A Dsear.sh20 : self extracting archive generator for ratz
40 [+NAME?sear - generate a win32 ratz self extracting archive]
41 [+DESCRIPTION?\bsear\b generates a win32 self extracting archive that
44 \afile\a operands that is appended to the self extracting archive. If
48 [+?When the self extracting archive is executed it creates a temporary
64 [o:output?The self extracting file name is \afile\a.]:[file:='$out$']
/ast/src/cmd/ksh93/tests/
H A Dio.sh72 ( dir=/proc/self/fd semantics='open' )
/ast/src/cmd/ksh93/sh/
H A Dxec.c3325 struct sh_scoped savst, *prevscope = shp->st.self;
3347 shp->st.self = &savst;
3348 shp->topscope = (Shscope_t*)shp->st.self;
3430 if(shp->topscope != (Shscope_t*)shp->st.self)
3482 if((struct sh_scoped*)shp->topscope != shp->st.self)
H A Dinit.c1546 shp->st.self = &shp->global;
1547 shp->topscope = (Shscope_t*)shp->st.self;
H A Dname.c3504 if ((struct sh_scoped*)shp->topscope != shp->st.self)
3530 Shscope_t *old = (Shscope_t*)shp->st.self;
3531 *shp->st.self = shp->st;
/ast/lib/package/
H A Dpackage.mk130 Many of the packaged commands self-document via the --man and --html
/ast/src/cmd/INIT/
H A Dpackage.mk130 Many of the packaged commands self-document via the --man and --html

Completed in 62 milliseconds