Searched refs:EOCL (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dlex.h109 #define EOCL 3 macro
H A Dread.c656 case EOCL:
693 (class)==EOI || (class)==EOCL || (class)==COMMA || (class)==BAR \
707 case EOCL:
884 case EOCL:
930 case EOCL:
983 case EOCL:
1322 case EOCL:
1495 case EOCL:
1559 case EOCL:
H A Dlex.c250 tname_[EOCL] = in_dict("fullstop", 0);
677 tok = EOCL; /* full stop */
696 tok = EOCL; /* full stop */
765 tok = EOCL; /* full stop */
891 * EOCL - dot may need quotes (all arities)
917 return EOCL;
1340 case EOCL:
H A Dwrite.c1466 nq == EOCL && (what == OPERATOR || (flag & ARGOP)))
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumssyntax.tex252 EOCL = . (BS | NL | <end of file>) | TS | <end of file>
255 then end-of-file alone does not act as EOCL.
336 program ::= clause EOCL
337 | clause EOCL program

Completed in 46 milliseconds