HomeSort by: relevance | last modified time | path
    Searched defs:eflags (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/unvis/
unvis.c 57 int ch, eflags = 0; local in function:main
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 in typeref:typename:int
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/sys/arch/i386/i386/
longrun.c 131 u_long eflags; local in function:tmx86_get_longrun_mode
135 eflags = x86_read_psl();
152 x86_write_psl(eflags);
159 u_long eflags; local in function:tmx86_get_longrun_status
162 eflags = x86_read_psl();
170 x86_write_psl(eflags);
176 u_long eflags; local in function:tmx86_set_longrun_mode
182 eflags = x86_read_psl();
198 x86_write_psl(eflags);
  /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/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/sys/compat/linux/arch/amd64/
linux_machdep.h 79 u_int64_t eflags; member in struct:linux_sigcontext
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h 56 // eflags
57 UINT32 eflags; member in struct:tagIA32_BIOS_REGISTER_STATE
  /src/usr.bin/grep/
grep.c 81 int eflags = REG_STARTEND; variable in typeref:typename:int
  /src/lib/libc/regex/
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/bin/sh/
redir.c 377 int eflags, cloexec; local in function:openredirect
391 eflags = O_NONBLOCK;
393 eflags = 0;
394 if ((f = open(fname, O_RDONLY|eflags)) < 0)
397 fname, f, eflags));
398 if (eflags)
400 (fcntl_int)(fcntl(f, F_GETFL) & ~eflags));
  /src/usr.bin/mail/
list.c 472 int eflags; local in function:regexcmp
483 eflags = 0;
489 eflags = REG_STARTEND;
492 switch ((rval = regexec(preg, line, 0, pmp, eflags))) {
  /src/sys/dev/stbi/
stb_image.c 4325 int flags, bgindex, ratio, transparent, eflags; member in struct:stbi_gif_struct
4562 if (((g->eflags & 0x1C) >> 2) == 3) {
4603 stbi_gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1);
4608 if (g->transparent >= 0 && (g->eflags & 0x01))
4628 g->eflags = get8(s);

Completed in 21 milliseconds