| /src/usr.bin/unvis/ |
| unvis.c | 57 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) 117 switch(ret = unvis(&outc, (char)c, &state, eflags)) { [all...] |
| /src/usr.bin/vis/ |
| vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable 76 eflags |= VIS_NOSLASH; 79 eflags |= VIS_CSTYLE; 100 eflags |= VIS_HTTPSTYLE; 106 eflags |= VIS_META; 109 eflags |= VIS_MIMESTYLE; 114 eflags |= VIS_NOLOCALE; 120 eflags |= VIS_OCTAL; 123 eflags |= VIS_SHELL; 126 eflags |= VIS_SAFE [all...] |
| /src/external/bsd/tre/dist/lib/ |
| regexec.c | 129 int eflags) 146 if (tnfa->have_backrefs || eflags & REG_BACKTRACKING_MATCHER) 158 tags, eflags, &eo); 161 else if (tnfa->have_approx || eflags & REG_APPROX_MATCHER) 170 &match, params, eflags, &eo); 177 tags, eflags, &eo); 192 size_t nmatch, regmatch_t pmatch[], int eflags) 198 return tre_match(tnfa, str, len, type, nmatch, pmatch, eflags); 203 size_t nmatch, regmatch_t pmatch[], int eflags) 210 if (eflags & REG_STARTEND) [all...] |
| tre.h | 147 regmatch_t pmatch[], int eflags); 154 regmatch_t pmatch[], int eflags); 174 size_t nmatch, regmatch_t pmatch[], int eflags); 184 size_t nmatch, regmatch_t pmatch[], int eflags); 192 size_t nmatch, regmatch_t pmatch[], int eflags); 200 size_t nmatch, regmatch_t pmatch[], int eflags); 232 regamatch_t *match, regaparams_t params, int eflags); 236 regamatch_t *match, regaparams_t params, int eflags); 240 regamatch_t *match, regaparams_t params, int eflags); 246 regamatch_t *match, regaparams_t params, int eflags); [all...] |
| tre-internal.h | 264 tre_str_type_t type, int *match_tags, int eflags, 269 tre_str_type_t type, int *match_tags, int eflags, 275 int eflags, int *match_end_ofs); 282 int eflags, int *match_end_ofs);
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_regex.h | 45 int eflags) const;
|
| gdb_regex.cc | 45 regmatch_t pmatch[], int eflags) const 47 return regexec (&m_pattern, string, nmatch, pmatch, eflags);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_regex.h | 45 int eflags) const;
|
| gdb_regex.cc | 45 regmatch_t pmatch[], int eflags) const 47 return regexec (&m_pattern, string, nmatch, pmatch, eflags);
|
| /src/sys/arch/i386/i386/ |
| longrun.c | 131 u_long eflags; local 135 eflags = x86_read_psl(); 152 x86_write_psl(eflags); 159 u_long eflags; local 162 eflags = x86_read_psl(); 170 x86_write_psl(eflags); 176 u_long eflags; local 182 eflags = x86_read_psl(); 198 x86_write_psl(eflags);
|
| /src/external/bsd/tre/dist/include/tre/ |
| tre.h | 136 regmatch_t pmatch[], int eflags); 156 size_t nmatch, regmatch_t pmatch[], int eflags); 166 size_t nmatch, regmatch_t pmatch[], int eflags); 174 size_t nmatch, regmatch_t pmatch[], int eflags); 206 regamatch_t *match, regaparams_t params, int eflags); 210 regamatch_t *match, regaparams_t params, int eflags); 215 regamatch_t *match, regaparams_t params, int eflags); 219 regamatch_t *match, regaparams_t params, int eflags); 242 size_t nmatch, regmatch_t pmatch[], int eflags);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tmodf.c | 104 unsigned int eflags, gflags; local 141 eflags = MPFR_FLAGS_INEXACT | (ov ? MPFR_FLAGS_OVERFLOW : 0); 142 if (gflags != eflags) 145 " expected %u, got %u\n", ov, eflags, gflags); 174 eflags = MPFR_FLAGS_INEXACT | MPFR_FLAGS_OVERFLOW; 175 if (gflags != eflags) 178 " expected %u, got %u\n", eflags, gflags);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regexec.c | 142 llvm_regmatch_t pmatch[], int eflags) 156 eflags = GOODFLAGS(eflags); 158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) 159 return(smatcher(g, string, nmatch, pmatch, eflags)); 161 return(lmatcher(g, string, nmatch, pmatch, eflags));
|
| /src/external/bsd/nvi/dist/regex/ |
| regexec.c | 164 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) 178 eflags = GOODFLAGS(eflags); 180 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) 181 return(smatcher(g, (RCHAR_T *)__UNCONST(string), nmatch, pmatch, eflags)); 183 return(lmatcher(g, (RCHAR_T *)__UNCONST(string), nmatch, pmatch, eflags));
|
| engine.c | 74 int eflags; member in struct:match 94 static int matcher __P((struct re_guts *g, RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags)); 124 #define NOTE(str) { if (m->eflags®_TRACE) printf("=%s\n", (str)); } 134 == size_t nmatch, regmatch_t pmatch[], int eflags); 137 matcher(g, string, nmatch, pmatch, eflags) 142 int eflags; 162 if (eflags®_STARTEND) { 184 m->eflags = eflags; 230 if (!g->backrefs && !(m->eflags®_BACKR)) [all...] |
| /src/external/lgpl3/gmp/dist/tests/ |
| x86check.c | 48 #define EFLAGS 16 74 #define DIR_BIT(eflags) (((eflags) & (1<<10)) != 0) 100 if (DIR_BIT (calling_conventions_values[EFLAGS]) != 0) 102 printf ("%s eflags dir bit got %d want 0\n", 103 header, DIR_BIT (calling_conventions_values[EFLAGS]));
|
| /src/lib/libc/regex/ |
| regexec.c | 230 int eflags) 246 eflags = GOODFLAGS(eflags); 249 return(mmatcher(g, string, nmatch, pmatch, eflags)); 250 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags®_LARGE)) 251 return(smatcher(g, string, nmatch, pmatch, eflags)); 253 return(lmatcher(g, string, nmatch, pmatch, eflags));
|
| engine.c | 92 int eflags; member in struct:match 113 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags); 150 #define NOTE(str) { if (m->eflags®_TRACE) printf("=%s\n", (str)); } 197 == size_t nmatch, regmatch_t pmatch[], int eflags); 204 int eflags) 231 if (eflags®_STARTEND) { 288 m->eflags = eflags; 347 if (!g->backrefs && !(m->eflags®_BACKR)) { 626 ((sp == m->beginp && !(m->eflags®_NOTBOL)) || [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| netbsd-i386-low.cc | 41 I386_EFLAGS_REGNUM, /* %eflags */ 71 netbsd_i386_collect_gp (I386_EFLAGS_REGNUM, eflags); 100 netbsd_i386_supply_gp (I386_EFLAGS_REGNUM, eflags);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| netbsd-i386-low.cc | 41 I386_EFLAGS_REGNUM, /* %eflags */ 71 netbsd_i386_collect_gp (I386_EFLAGS_REGNUM, eflags); 100 netbsd_i386_supply_gp (I386_EFLAGS_REGNUM, eflags);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| hvm_vcpu.h | 38 uint32_t eflags; member in struct:vcpu_hvm_x86_32
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i386-fbsd-nat.c | 236 ULONGEST eflags; local 249 &eflags); 250 if (eflags & 0x0100) 252 eflags & ~0x0100);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-fbsd-nat.c | 236 ULONGEST eflags; local 249 &eflags); 250 if (eflags & 0x0100) 252 eflags & ~0x0100);
|
| /src/external/gpl3/binutils/dist/bfd/hosts/ |
| x86-64linux.h | 65 int32_t eflags; member in struct:user_regs32_struct 90 a8_uint64_t eflags; member in struct:user_regs64_struct
|
| /src/external/gpl3/binutils.old/dist/bfd/hosts/ |
| x86-64linux.h | 65 int32_t eflags; member in struct:user_regs32_struct 90 a8_uint64_t eflags; member in struct:user_regs64_struct
|