Searched defs:msize (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwindow.h39 ssize_t msize; /* amount of data actually matched */ member in struct:_vcwmatch_s
/ast/src/cmd/std/
H A Dsplit.c339 msize(Sfio_t* in, long len) function
420 z = (flags & M_FLAG) ? msize(in, len) : len;
/ast/src/lib/libast/include/
H A Dcdt.h164 ssize_t msize; /* max #defined elts in below arrays */ member in struct:_dtstat_s
/ast/src/cmd/ksh93/sh/
H A Djobs.c1001 register int msize; local
1022 msize = '+';
1024 msize = '-';
1026 msize = ' ';
1029 sfprintf(outfile,"[%d] %c ",n, msize);
1050 msize = strlen(msg);
1054 msize += (3+(n>10)+(n>100));
1060 msize += strlen(msg);
1062 sfnputc(outfile,' ',MAXMSG>msize?MAXMSG-msize
[all...]

Completed in 56 milliseconds