Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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) in comprhs() argument
401 if (c == seof) { in comprhs()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c323 int seof = -1, eof = 0, rv = -1, ret = 0; in PEM_DecodeUpdate() local
365 if (seof == -1) seof = n; in PEM_DecodeUpdate()
434 if (seof >= 0) { in PEM_DecodeUpdate()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1986 wchar_t seof; in compsub() local
1994 if ((n = _mbftowc(multic, &seof, getchr, &peekc)) <= 0) in compsub()
1996 if (seof == '\n' || seof == ' ') in compsub()
1998 comple(seof); in compsub()
2020 } else if (cl == seof) in compsub()
2143 comple(wchar_t seof) in comple() argument
2160 if (c == seof && !cclass) in comple()