Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.bin/vis/
H A Dvis.c21 int eflags, fold, foldwidth=80, none, markeol, debug; variable
38 eflags |= VIS_WHITE;
41 eflags |= VIS_CSTYLE;
44 eflags |= VIS_TAB;
47 eflags |= VIS_SAFE;
50 eflags |= VIS_OCTAL;
53 eflags |= VIS_NOSLASH;
117 if ((eflags & VIS_NOSLASH) == 0)
123 (void) vis(buff, (char)c, eflags, (char)rachar);
/original-bsd/lib/libc/regex/
H A Dregexec.c130 regexec(preg, string, nmatch, pmatch, eflags) in regexec() argument
135 int eflags;
149 eflags = GOODFLAGS(eflags);
151 if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE))
152 return(smatcher(g, (char *)string, nmatch, pmatch, eflags));
154 return(lmatcher(g, (char *)string, nmatch, pmatch, eflags));
H A Dengine.c47 int eflags; member
113 matcher(g, string, nmatch, pmatch, eflags) in matcher() argument
118 int eflags;
133 if (eflags&REG_STARTEND) {
155 m->eflags = eflags;
201 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
705 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
710 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
799 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
991 if (!(m->eflags&REG_TRACE))
[all …]
/original-bsd/usr.bin/sed/
H A Dprocess.c472 regexec_e(preg, string, eflags, nomatch, slen) in regexec_e() argument
475 int eflags, nomatch;
493 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/original-bsd/usr.bin/f77/f77.tahoe/
H A Df77.c137 static char eflags[30] = "system=gcos "; variable
139 static char eflags[30] = "system=unix "; variable
146 static char *eflagp = eflags+12;
477 sprintf(buff, "efl %s %s >%s", eflags, infname, fortfile);
/original-bsd/usr.bin/f77/f77.vax/
H A Df77.c148 static char eflags[30] = "system=gcos "; variable
150 static char eflags[30] = "system=unix "; variable
156 static char *eflagp = eflags+12;
503 sprintf(buff, "efl %s %s >%s", eflags, infname, fortfile);
/original-bsd/usr.sbin/sendmail/src/
H A Denvelope.c830 struct eflags struct
836 struct eflags EnvelopeFlags[] = argument
868 register struct eflags *ef;