Home | History | Annotate | Download | only in dist

Lines Matching refs:TK_SPACE

12691 #define TK_SPACE                          158
98095 } while( token==TK_SPACE );
98146 }while( token==TK_SPACE );
98219 }while( token==TK_SPACE );
142566 *tokenType = TK_SPACE;
142572 *tokenType = TK_SPACE; /* IMP: R-22934-25134 */
142605 *tokenType = TK_SPACE; /* IMP: R-22934-25134 */
142889 if( tokenType>=TK_SPACE ){
142890 assert( tokenType==TK_SPACE || tokenType==TK_ILLEGAL );