Searched refs:YY_NULL (Results 1 – 12 of 12) sorted by relevance
71 #define YY_NULL 0390 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,407 #define yyterminate() return YY_NULL601 * YY_NULL, it'll still work - another602 * YY_NULL will get returned.
67 #define YY_NULL 0 macro1442 #define yyterminate() return YY_NULL
126 #define YY_NULL 0 macro770 #define yyterminate() return YY_NULL
126 #define YY_NULL 0 macro1160 #define yyterminate() return YY_NULL
102 #define YY_NULL 0 macro611 #define yyterminate() return YY_NULL
93 #define YY_NULL 0 macro99 #define yyterminate() return ( YY_NULL )
85 #define YY_NULL 0 macro1170 #define yyterminate() return YY_NULL
210 X #define YY_NULL 0211 X #define yyterminate() return ( YY_NULL )218 X #define YY_NULL 0219 X #define yyterminate() return ( YY_NULL )
102 #define YY_NULL 0 macro2599 #define yyterminate() return YY_NULL
913 YY_NULL (0 on Unix systems) to indicate EOF. The default YY_INPUT923 result = (c == EOF) ? YY_NULL : (buf[0] = c, 1); \
1102 characters read or the constant YY_NULL (0 on Unix1114 result = (c == EOF) ? YY_NULL : (buf[0] = c, 1); \
1038 ters read or the constant YY_NULL (0 on Unix systems) to1049 result = (c == EOF) ? YY_NULL : (buf[0] = c, 1); \