Searched defs:so (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Dlstat3d.c43 struct stat* so; local
50 so = st;
71 st = so;
H A Dstat3d.c41 struct stat* so; local
48 so = st;
63 st = so;
87 st = so;
/ast/src/lib/libdss/
H A Dcxeval.c131 register Cxoperand_t* so; local
152 so = sp;
156 while (--so > sp)
157 if (!so->refs && (f = cxcallout(cx, CX_DEL, so->type, cx->state->type_void, disc)) && (*f)(cx, pc, &r, NiL, so, data, disc))
/ast/src/cmd/pax/
H A Dfile.c788 * so we avoid the problem by peeking ahead and
1296 struct stat so; local
1301 if ((*state.statf)(f->path, &so))
1303 st = &so;
/ast/src/cmd/re/
H A Dgrep.c311 highlight(Sfio_t* sp, const char* s, int n, int so, int eo) argument
316 sfwrite(sp, s, so);
318 sfwrite(sp, s + so, eo - so);
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c418 highlight(Sfio_t* sp, const char* s, int n, int so, int eo) argument
423 sfwrite(sp, s, so);
425 sfwrite(sp, s + so, eo - so);

Completed in 14 milliseconds