Searched defs:so (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/3d/ |
H A D | lstat3d.c | 43 struct stat* so; local 50 so = st; 71 st = so;
|
H A D | stat3d.c | 41 struct stat* so; local 48 so = st; 63 st = so; 87 st = so;
|
/ast/src/lib/libdss/ |
H A D | cxeval.c | 131 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 D | file.c | 788 * 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 D | grep.c | 311 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 D | grep.c | 418 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