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

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c61 SEOF, // End of stream enumerator in enum:__anon16466
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.c1082 if (source->type == SEOF) {
1250 case SEOF:
1274 s->type = SEOF;
1334 s->type = SEOF;
H A Dmain.c771 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty)
H A Dsh.h1574 #define SEOF 0 /* input EOF */ macro
1590 #define SF_HASALIAS BIT(4) /* u.tblp valid (SALIAS, SEOF) */

Completed in 162 milliseconds