Lines Matching refs:se
140 * compare the string value vp with the string (sb,se-1)
144 misccmp(char* vp, int op, char* sb, char* se)
149 c = *se;
150 *se = 0;
173 *se = c;
198 char* se;
223 se = cp;
228 sp = search(GET, se, NiL, NiL);
265 if (*(se = cp)) cp++;
270 se = cp;
271 while (isalnum(*++se));
272 st = se;
273 while (isspace(*se)) se++;
274 if (*se == '@')
277 while (isspace(*++se));
278 cp = se;
282 tsp = search(GET, se, NiL, NiL);
292 se = sb + strlen(sb);
295 for (se = sb; *se && !isspace(*se); se++);
296 else sb = se = "";
299 else sb = se = "";
318 if (c = *se) *se = 0;
331 if (c) *se = c;
352 return(misccmp(sp->name, op, sb, se));
364 return(misccmp(sp->type, op, sb, se));
375 if (c = *se) *se = 0;
387 if (c) *se = c;
449 set = misccmp(cp, op, sb, se);
478 return(misccmp("", op, sb, se));