Searched refs:eflags (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-10.0-release/contrib/unvis/
H A Dunvis.c57 int ch, eflags = 0; local
63 eflags |= VIS_NOESCAPE;
66 eflags |= VIS_HTTP1866;
69 eflags |= VIS_HTTP1808;
72 eflags |= VIS_MIMESTYLE;
84 switch (eflags & (VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE)) {
97 process(fp, *argv, eflags);
103 process(stdin, "<stdin>", eflags);
108 process(FILE *fp, const char *filename, int eflags) argument
117 switch(ret = unvis(&outc, (char)c, &state, eflags)) {
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Di386fbsd-nat.c53 ULONGEST eflags; local
66 &eflags);
67 if (eflags & 0x0100)
69 eflags & ~0x0100);
/freebsd-10.0-release/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
76 eflags |= VIS_NOSLASH;
79 eflags |= VIS_CSTYLE;
100 eflags |= VIS_HTTPSTYLE;
106 eflags |= VIS_MIMESTYLE;
114 eflags |= VIS_OCTAL;
117 eflags |= VIS_SAFE;
120 eflags |= VIS_TAB;
123 eflags |= VIS_WHITE;
133 if ((eflags
[all...]
/freebsd-10.0-release/usr.bin/grep/regex/
H A Dfastmatch.c130 size_t nmatch, regmatch_t pmatch[], int eflags)
134 if (eflags & REG_STARTEND)
136 type, nmatch, pmatch, eflags));
139 pmatch, eflags);
144 regmatch_t pmatch[], int eflags)
146 return tre_fastnexec(preg, string, (size_t)-1, nmatch, pmatch, eflags);
151 size_t nmatch, regmatch_t pmatch[], int eflags)
155 if (eflags & REG_STARTEND)
157 type, nmatch, pmatch, eflags));
160 pmatch, eflags);
129 tre_fastnexec(const fastmatch_t *preg, const char *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
143 tre_fastexec(const fastmatch_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
150 tre_fastwnexec(const fastmatch_t *preg, const wchar_t *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
164 tre_fastwexec(const fastmatch_t *preg, const wchar_t *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
H A Dtre-fastmatch.h18 tre_str_type_t type, int nmatch, regmatch_t pmatch[], int eflags);
H A Dfastmatch.h45 regmatch_t pmatch[], int eflags);
58 size_t nmatch, regmatch_t pmatch[], int eflags);
70 size_t nmatch, regmatch_t pmatch[], int eflags);
80 size_t nmatch, regmatch_t pmatch[], int eflags);
H A Dglue.h53 for (unsigned i = 0; (!(eflags & REG_NOSUB) && (i < nmatch)); i++)\
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregexec.c142 llvm_regmatch_t pmatch[], int eflags)
156 eflags = GOODFLAGS(eflags);
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
159 return(smatcher(g, string, nmatch, pmatch, eflags));
161 return(lmatcher(g, string, nmatch, pmatch, eflags));
141 llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, llvm_regmatch_t pmatch[], int eflags) argument
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregexec.c160 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) argument
174 eflags = GOODFLAGS(eflags);
176 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
177 return(smatcher(g, string, nmatch, pmatch, eflags));
179 return(lmatcher(g, string, nmatch, pmatch, eflags));
H A Dengine.c75 int eflags; member in struct:match
95 static int matcher __P((struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags));
125 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
135 == size_t nmatch, regmatch_t pmatch[], int eflags);
138 matcher(g, string, nmatch, pmatch, eflags)
143 int eflags;
158 if (eflags&REG_STARTEND) {
180 m->eflags = eflags;
226 if (!g->backrefs && !(m->eflags
[all...]
/freebsd-10.0-release/lib/libc/regex/
H A Dregexec.c211 int eflags)
225 eflags = GOODFLAGS(eflags);
228 return(mmatcher(g, (char *)string, nmatch, pmatch, eflags));
229 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE))
230 return(smatcher(g, (char *)string, nmatch, pmatch, eflags));
232 return(lmatcher(g, (char *)string, nmatch, pmatch, eflags));
207 regexec(const regex_t * __restrict preg, const char * __restrict string, size_t nmatch, regmatch_t pmatch[__restrict], int eflags) argument
H A Dengine.c83 int eflags; member in struct:match
104 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
137 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
147 == size_t nmatch, regmatch_t pmatch[], int eflags);
154 int eflags)
176 if (eflags&REG_STARTEND) {
232 m->eflags = eflags;
290 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
609 if ( (sp == m->beginp && !(m->eflags
150 matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/freebsd-10.0-release/libexec/rtld-elf/i386/
H A Drtld_start.S74 pushf # Save eflags
89 popf # Restore eflags
90 leal 4(%esp),%esp # Discard reloff, do not change eflags
/freebsd-10.0-release/sys/vm/
H A Dvm_map.c142 !((e)->eflags & MAP_ENTRY_NEEDS_COPY)))
463 if ((entry->eflags & MAP_ENTRY_VN_WRITECNT) != 0) {
468 KASSERT((entry->eflags & MAP_ENTRY_IS_SUB_MAP) == 0,
793 entry->eflags = (entry->eflags & ~MAP_ENTRY_BEHAV_MASK) |
1209 (prev_entry->eflags == protoeflags) &&
1248 !(prev_entry->eflags & MAP_ENTRY_NEEDS_COPY)) {
1269 new_entry->eflags = protoeflags;
1495 if (entry->eflags & (MAP_ENTRY_IN_TRANSITION | MAP_ENTRY_IS_SUB_MAP))
1505 (prev->eflags
[all...]
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s39 .set V86_EFL,0x28 # V86 eflags
68 pushf # Put eflags
72 popf # in eflags
/freebsd-10.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s39 .set V86_EFL,0x28 # V86 eflags
68 pushf # Put eflags
72 popf # in eflags
/freebsd-10.0-release/sys/i386/include/
H A Dvm86.h67 reg86_t eflags; member in struct:vm86frame
99 #define vmf_flags eflags.r_w.r_x
100 #define vmf_eflags eflags.r_ex
H A Dcpufunc.h52 extern void write_eflags(u_int eflags);
687 register_t eflags; local
689 eflags = read_eflags();
691 return (eflags);
695 intr_restore(register_t eflags) argument
697 write_eflags(eflags);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.cpp203 DEFINE_GPR(eflags, "flags", gcc_eflags, dwarf_eflags, LLDB_INVALID_REGNUM, gdb_eflags),
496 uint64_t eflags;
498 if ((eflags = ReadRegisterAsUnsigned(gpr_eflags, -1UL)) == -1UL)
503 if (eflags & TRACE_BIT)
506 eflags |= TRACE_BIT;
510 if (!(eflags & TRACE_BIT))
513 eflags &= ~TRACE_BIT;
516 return WriteRegisterFromUnsigned(gpr_eflags, eflags);
/freebsd-10.0-release/sys/pc98/pc98/
H A Dmachdep.c373 * We also change eflags to be our emulated eflags, not the actual
374 * eflags.
501 * We also change eflags to be our emulated eflags, not the actual
502 * eflags.
653 * We also change eflags to be our emulated eflags, not the actual
654 * eflags.
725 int eflags, erro local
840 int cs, eflags, error; local
943 int cs, eflags, error, ret; local
2705 int eflags, ret; local
[all...]
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbootinfo64.c137 int eflags; local
141 eflags = read_eflags();
142 write_eflags(eflags ^ PSL_ID);
143 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-10.0-release/sys/boot/userboot/userboot/
H A Dbootinfo64.c138 int eflags, regs[4];
141 eflags = read_eflags();
142 write_eflags(eflags ^ PSL_ID);
143 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-10.0-release/sys/ia64/ia32/
H A Dia32_trap.c154 register_t eflags; local
159 eflags = ia64_get_eflag();
166 if ((eflags & PSL_T) && !(eflags & PSL_VM)) {
/freebsd-10.0-release/sys/i386/i386/
H A Dmachdep.c440 * We also change eflags to be our emulated eflags, not the actual
441 * eflags.
568 * We also change eflags to be our emulated eflags, not the actual
569 * eflags.
720 * We also change eflags to be our emulated eflags, not the actual
721 * eflags.
794 int eflags, erro local
909 int cs, eflags, error; local
1012 int cs, eflags, error, ret; local
3418 int eflags, ret; local
[all...]
/freebsd-10.0-release/sys/amd64/ia32/
H A Dia32_signal.c713 int eflags, error; local
721 eflags = scp->sc_eflags;
722 if (!EFL_SECURE(eflags, regs->tf_rflags)) {
750 regs->tf_rflags = eflags;
778 int cs, eflags, error; local
786 eflags = ucp->uc_mcontext.mc_eflags;
790 if (!EFL_SECURE(eflags, regs->tf_rflags)) {
791 uprintf("pid %d (%s): freebsd4_freebsd32_sigreturn eflags = 0x%x\n",
792 td->td_proc->p_pid, td->td_name, eflags);
854 int cs, eflags, erro local
[all...]

Completed in 175 milliseconds

123