Searched refs:se (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/coshell/
H A Dmisc.c140 * 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/libcs/
H A Dcsaddr.c202 char* se; local
212 se = 0;
218 if (se)
220 s = se - 1;
230 se = 0;
234 se = s;
H A Dmsglist.c41 register char* se; local
46 se = s + n;
49 while (s < se)
/ast/src/cmd/3d/
H A Dlib.c347 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 Dsyscall3d.c90 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/cmd/sortlib/sync/
H A Dss.c2146 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...]
/ast/src/lib/libpz/
H A Dpzlib.h73 Pzelt_t* se; /* PZ_SORT partial element */ member in struct:Pzws_s
H A Dpzwrite.c99 dtinsert(pz->sort.order, pz->ws.se);
113 pz->ws.se = elt;
/ast/src/lib/libtk/library/demos/
H A Dctext.tcl66 mkTextConfig $c $x $y -anchor se $color
/ast/src/cmd/re/
H A Dsed2.c403 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/lib/libast/port/
H A Dastconf.c341 char* se; local
364 for (se = d; isspace(*d); d++);
375 *se = 0;
377 *se = ' ';

Completed in 32 milliseconds