Searched defs:se (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csaddr.c | 202 char* se; local 212 se = 0; 218 if (se) 220 s = se - 1; 230 se = 0; 234 se = s;
|
H A D | msglist.c | 41 register char* se; local 46 se = s + n; 49 while (s < se)
|
/ast/src/cmd/3d/ |
H A D | lib.c | 347 register const char* se; local 353 se = key + keysize; 370 if ((sp >= se || *sp == '/') && (!val || !(*((long*)val) & (1 << (lo - tab->table))))) 373 if (sp >= se) 378 if (sp >= se || (n = *((unsigned char*)sp++) - *((unsigned char*)tp++)) < 0) 406 if (sp >= se) 427 if (sp >= se || (n = *((unsigned char*)sp++) - *((unsigned char*)tp++)) < 0)
|
H A D | syscall3d.c | 90 register char* se; local 103 se = s + n; 108 while (b < be && s < se) 142 if (n = s < se && c >= '0' && c <= '9') 170 if ((b >= be || s < se) && (be - *buf) >= 4)
|
/ast/src/lib/libpz/ |
H A D | pzlib.h | 73 Pzelt_t* se; /* PZ_SORT partial element */ member in struct:Pzws_s
|
/ast/src/cmd/re/ |
H A D | sed2.c | 403 se(Text *script, unsigned char *pc, Text *data) function 542 pe,qe,re,se,te,vv,vv,we,xe,ye,vv,Le,vv,Re,vv,vv /* p-y{} */
|
/ast/src/cmd/coshell/ |
H A D | misc.c | 140 * compare the string value vp with the string (sb,se-1) 144 misccmp(char* vp, int op, char* sb, char* se) argument 149 c = *se; 150 *se = 0; 173 *se = c; 198 char* se; local 223 se = cp; 228 sp = search(GET, se, NiL, NiL); 265 if (*(se = cp)) cp++; 270 se [all...] |
/ast/src/lib/libast/port/ |
H A D | astconf.c | 341 char* se; local 364 for (se = d; isspace(*d); d++); 375 *se = 0; 377 *se = ' ';
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 2146 register unsigned char* se; local 2160 se = s + dp->size - 1; 2162 if (bcd_negative[*se] == bcd_negative[*te]) 2164 if ((j = bcd_unpack[*te] + bcd_unpack[*se]) >= 10) 2171 *te = bcd_unit[j] | (*se & 0x0F); 2174 se--; 2175 if ((j = bcd_unpack[*te] + bcd_unpack[*se] + i) >= 100) 2189 if ((j = (int)bcd_unpack[*te] - (int)bcd_unpack[*se]) < 0) 2197 while (se-- > s) 2200 if ((j = (int)bcd_unpack[*te] - (int)bcd_unpack[*se] [all...] |
Completed in 43 milliseconds