HomeSort by: relevance | last modified time | path
    Searched refs:TRIM (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/rdist/
expand.c 108 *cp = *cp & TRIM;
377 switch (*pm & (QUOTE|TRIM)) {
448 scc = *s++ & TRIM;
492 if ((c & TRIM) != scc)
539 while ((*s++ = *s1++ & TRIM) != 0)
542 while ((*s++ = *s2++ & TRIM) != 0)
553 *pathp++ = c & TRIM;
defs.h 75 #define TRIM 0177 /* Mask to strip quote bit */
  /src/bin/csh/
glob.c 348 trim(vlp);
505 trim(vl);
531 trim(Char **t) function in typeref:typename:void
537 *p++ &= TRIM;
680 *cp &= TRIM;
735 c = (*ip++ & TRIM);
827 namec = *name & TRIM;
843 while ((pat[1] & TRIM) == '*')
858 c &= TRIM;
860 if (c <= namec && namec <= (pat[1] & TRIM))
    [all...]
csh.h 207 #define TRIM ((Char)0x7fff) /* Mask to strip quote bit */
211 #define TRIM ((Char)0x7f) /* Mask to strip quote bit */
misc.c 370 while ((*dp++ &= TRIM) != '\0')
exec.c 139 trim(pv);
153 * Glob the argument list, if necessary. Otherwise trim off the quote bits.
175 trim(av);
659 if ((*(sp->word) & (QUOTE | TRIM)) == QUOTE)
csh.c 1367 return fputc(ch & TRIM, fp);
1372 (void)vis(uenc, ch & TRIM, VIS_NOSLASH, 0);
sem.c 86 if ((t->t_dcom[0][0] & (QUOTE | TRIM)) == QUOTE)
  /src/common/dist/zlib/
make_vms.com 77 $ Make = f$edit( Make, "trim")
141 $ work = f$edit(line, "compress,trim")
313 $ if f$edit(cparm,"trim") .nes. ""
509 $ myrec = f$edit(rec - "\", "trim,compress")
528 $ rec = f$edit(rec,"TRIM")
530 $ rec = f$edit(rec - "#", "TRIM")

Completed in 16 milliseconds