HomeSort by: relevance | last modified time | path
    Searched refs:eflags (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /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);
tre-match-backtrack.c 186 int eflags, int *match_end_ofs)
199 int reg_notbol = eflags & REG_NOTBOL;
200 int reg_noteol = eflags & REG_NOTEOL;
535 || CHECK_CHAR_CLASSES(trans_i, tnfa, eflags)))
tre-match-parallel.c 95 tre_str_type_t type, int *match_tags, int eflags,
109 int reg_notbol = eflags & REG_NOTBOL;
110 int reg_noteol = eflags & REG_NOTEOL;
419 || CHECK_CHAR_CLASSES(trans_i, tnfa, 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/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&REG_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&REG_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&REG_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&REG_STARTEND) {
184 m->eflags = eflags;
230 if (!g->backrefs && !(m->eflags&REG_BACKR))
    [all...]
  /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&REG_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&REG_TRACE) printf("=%s\n", (str)); }
197 == size_t nmatch, regmatch_t pmatch[], int eflags);
204 int eflags)
231 if (eflags&REG_STARTEND) {
288 m->eflags = eflags;
347 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
626 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
    [all...]
  /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/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
  /src/libexec/ld.elf_so/arch/i386/
rtld_start.S 87 leal 4(%esp),%esp # Discard reloff, do not change eflags
  /src/sys/compat/linux/arch/amd64/
linux_machdep.h 79 u_int64_t eflags; member in struct:linux_sigcontext
  /src/external/bsd/tre/dist/python/
tre-python.c 331 int eflags = 0; local
343 &fz, &eflags))
349 &fz, &eflags))
378 rc = tre_regawnexec(&self->rgx, buf, len, &mo->am, fz->ap, eflags);
386 rc = tre_reganexec(&self->rgx, targ, tlen, &mo->am, fz->ap, eflags);
  /src/external/bsd/tre/dist/tests/
retest.c 138 size_t pmatch_len, regmatch_t *pmatch, int eflags)
164 result = tre_regnexec(&reobj, NULL, len, pmatch_len, pmatch, eflags);
166 result = tre_regnexec(&reobj, buf, len, pmatch_len, pmatch, eflags);
172 result = tre_regexec(&reobj, buf, pmatch_len, pmatch, eflags);
195 int eflags)
205 ret = wrap_regexec(data, len, pmatch_len, pmatch, eflags);
217 return wrap_regexec(data, len, pmatch_len, pmatch, eflags);
223 size_t pmatch_len, regmatch_t *pmatch, int eflags)
231 "string: \"%s\", eflags %d\n", regex_pattern, cflags_global,
232 str, eflags);
    [all...]
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 72 long eflags; member in struct:linux_reg
238 linux_regs->eflags = regs->r_eflags;
258 regs->r_eflags = linux_regs->eflags;
  /src/usr.bin/grep/
grep.h 114 extern int cflags, eflags;
  /src/external/gpl3/binutils/dist/bfd/
configure.com 346 $ eflags='eflags_name
347 $ write sys$output "Compiling ", F, ".c", eflags
348 $ cc 'CFLAGS 'eflags 'F.c
  /src/external/gpl3/binutils.old/dist/bfd/
configure.com 346 $ eflags='eflags_name
347 $ write sys$output "Compiling ", F, ".c", eflags
348 $ cc 'CFLAGS 'eflags 'F.c

Completed in 53 milliseconds

1 2 3