Searched refs:SEOF (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c61 SEOF, // End of stream enumerator in enum:__anon28669
841 it8->sy = SEOF;
960 if (it8->sy == sy && it8->sy != SEOF)
1836 it8->sy != SEOF &&
1880 while (it8->sy != SEND_DATA && it8->sy != SEOF)
1888 if (it8->sy != SEND_DATA && it8->sy != SEOF) {
1925 while (it8->sy != SEOF &&
2058 while (it8-> sy != SEOF &&
2071 if (it8 -> sy != SEOF) {
/external/mksh/src/
H A Dlex.c1092 if (source->type == SEOF) {
1267 case SEOF:
1291 s->type = SEOF;
1351 s->type = SEOF;
H A Dmain.c760 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty)
H A Dsh.h1513 #define SEOF 0 /* input EOF */ macro
1529 #define SF_HASALIAS BIT(4) /* u.tblp valid (SALIAS, SEOF) */

Completed in 68 milliseconds