Home
last modified time | relevance | path

Searched refs:seof (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h90 …buf, int seof), (re, instring, ep, endbuf, seof)) __OTORP__(register regexp_t* re; const char* ins… in __OTORP__() argument
100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
102 if (c != seof)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h90 …buf, int seof), (re, instring, ep, endbuf, seof)) __OTORP__(register regexp_t* re; const char* ins… in __OTORP__() argument
100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
102 if (c != seof)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h90 …buf, int seof), (re, instring, ep, endbuf, seof)) __OTORP__(register regexp_t* re; const char* ins… in __OTORP__() argument
100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
102 if (c != seof)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h90 …buf, int seof), (re, instring, ep, endbuf, seof)) __OTORP__(register regexp_t* re; const char* ins… in __OTORP__() argument
100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
102 if (c != seof)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_51/usr/src/lib/libast/common/comp/
H A Dregexp.h79 _re_read(register regexp_t* re, const char* instring, char* ep, const char* endbuf, int seof) in _re_read() argument
90 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
92 if (c != seof) in _re_read()
105 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
116 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dregexp.h79 _re_read(register regexp_t* re, const char* instring, char* ep, const char* endbuf, int seof) in _re_read() argument
90 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
92 if (c != seof) in _re_read()
105 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
116 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
/titanic_51/usr/src/cmd/vi/port/
H A Dex_re.c302 int seof, c, uselastre; in compsub() local
314 seof = getchar(); in compsub()
315 if (endcmd(seof) || any(seof, "gcr")) { in compsub()
316 ungetchar(seof); in compsub()
319 if (isalpha(seof) || isdigit(seof)) in compsub()
322 seof = vi_compile(seof, 1); in compsub()
324 comprhs(seof); in compsub()
388 comprhs(int seof) comprhs() argument
[all...]
/titanic_51/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c325 int seof = -1, eof = 0, rv = -1, ret = 0; in PEM_DecodeUpdate() local
362 * input line. seof will point to the character that in PEM_DecodeUpdate()
367 if (seof == -1) seof = n; in PEM_DecodeUpdate()
436 if (seof >= 0) { in PEM_DecodeUpdate()
/titanic_51/usr/src/head/
H A Dregexp.h76 compile(char *instring, char *ep, const char *endbuf, int seof) in compile() argument
80 register int eof = seof; in compile()
/titanic_51/usr/src/cmd/ed/
H A Ded.c1968 wchar_t seof; in compsub() local
1976 if ((n = _mbftowc(multic, &seof, getchr, &peekc)) <= 0) in compsub()
1978 if (seof == '\n' || seof == ' ') in compsub()
1980 comple(seof); in compsub()
2002 } else if (cl == seof) in compsub()
2122 comple(wchar_t seof) in comple() argument
2139 if (c == seof && !cclass) in comple()