Searched refs:RFLAG (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/groff-38/groff/font/devps/generate/
H A DMakefile45 RFLAG=-i 0 -m macro
55 $(AFMTODIT) $(EFLAG) $(RFLAG) \
59 $(AFMTODIT) $(EFLAG) $(RFLAG) \
71 $(AFMTODIT) $(EFLAG) $(RFLAG) \
75 $(AFMTODIT) $(EFLAG) $(RFLAG) \
87 $(AFMTODIT) $(NOLIGFLAG) $(EFLAG) $(RFLAG) \
91 $(AFMTODIT) $(NOLIGFLAG) $(EFLAG) $(RFLAG) \
103 $(AFMTODIT) $(EFLAG) $(RFLAG) \
107 $(AFMTODIT) $(EFLAG) $(RFLAG) \
119 $(AFMTODIT) $(EFLAG) $(RFLAG) \
[all...]
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dbashversion.c36 #define RFLAG 0x0001 macro
81 oflags |= RFLAG; /* release */
120 if (oflags & (RFLAG|VFLAG))
129 if (oflags & RFLAG)
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dhistory.c46 #define RFLAG 0x02 macro
78 flags |= RFLAG;
102 opt = flags & (AFLAG|RFLAG|WFLAG|NFLAG);
103 if (opt && opt != AFLAG && opt != RFLAG && opt != WFLAG && opt != NFLAG)
148 else if ((flags & (AFLAG|RFLAG|NFLAG|WFLAG|CFLAG)) == 0)
161 else if (flags & RFLAG) /* Read entire file. */
H A Dbind.c46 #define RFLAG 0x0040 macro
110 flags |= RFLAG;
195 if ((flags & RFLAG) && remove_seq)

Completed in 173 milliseconds