HomeSort by relevance Sort by last modified time
    Searched full:seof (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/evp/
encode.c 238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
273 * input line. seof will point to the character that
278 if (seof == -1) seof=n;
345 if (seof >= 0) { rv=0; goto end; }
  /external/mksh/src/
lex.c 1080 if (source->type == SEOF) {
1255 case SEOF:
1279 s->type = SEOF;
1339 s->type = SEOF;
    [all...]
sh.h     [all...]
main.c 783 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty)
    [all...]

Completed in 2204 milliseconds