Home
last modified time | relevance | path

Searched refs:YY_NULL (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dflex.skl71 #define YY_NULL 0
390 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
407 #define yyterminate() return YY_NULL
601 * YY_NULL, it'll still work - another
602 * YY_NULL will get returned.
Dinitscan.c67 #define YY_NULL 0 macro
1442 #define yyterminate() return YY_NULL
/external/bison/src/
Dscan-skel.c126 #define YY_NULL 0 macro
770 #define yyterminate() return YY_NULL
Dscan-gram.c126 #define YY_NULL 0 macro
1160 #define yyterminate() return YY_NULL
/external/bluetooth/bluez/rfcomm/
Dlexer.c102 #define YY_NULL 0 macro
611 #define yyterminate() return YY_NULL
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c93 #define YY_NULL 0 macro
99 #define yyterminate() return ( YY_NULL )
/external/elfutils/src/
Dldlex.c85 #define YY_NULL 0 macro
1170 #define yyterminate() return YY_NULL
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches210 X #define YY_NULL 0
211 X #define yyterminate() return ( YY_NULL )
218 X #define YY_NULL 0
219 X #define yyterminate() return ( YY_NULL )
/external/libpcap/
Dscanner.c102 #define YY_NULL 0 macro
2599 #define yyterminate() return YY_NULL
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info913 YY_NULL (0 on Unix systems) to indicate EOF. The default YY_INPUT
923 result = (c == EOF) ? YY_NULL : (buf[0] = c, 1); \
Dflex.texi1102 characters read or the constant YY_NULL (0 on Unix
1114 result = (c == EOF) ? YY_NULL : (buf[0] = c, 1); \
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man1038 ters read or the constant YY_NULL (0 on Unix systems) to
1049 result = (c == EOF) ? YY_NULL : (buf[0] = c, 1); \