Searched refs:BLANK_SPACE (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dlex.h107 #define BLANK_SPACE 1 macro
H A Dlex.c248 tname_[BLANK_SPACE] = d_.err;
391 goto _start_; /* tok maybe BLANK_SPACE */
397 else if (tok == BLANK_SPACE) {
721 tok == BLANK_SPACE ? SPACE_NUMBER :
733 tok = (tok == BLANK_SPACE) ? SPACE_SOLO : SOLO;
802 * BLANK_SPACE some blank space was skipped
822 ret = BLANK_SPACE;
826 ret = BLANK_SPACE;
836 ret = BLANK_SPACE; /* it's definitely a comment */

Completed in 34 milliseconds