Home
last modified time | relevance | path

Searched refs:YY_NULL (Results 126 – 150 of 1827) sorted by relevance

12345678910>>...74

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/deprecated/
H A Dcwlex_yy.c100 #define YY_NULL 0 macro
106 #define yyterminate() return ( YY_NULL )
213 { int c = my_input(); result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); } \
H A Ddoslex.c138 #define YY_NULL 0 macro
145 #define yyterminate() return ( YY_NULL )
279 result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); \
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/deprecated/
H A Dcwlex_yy.c100 #define YY_NULL 0 macro
106 #define yyterminate() return ( YY_NULL )
213 { int c = my_input(); result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); } \
H A Ddoslex.c138 #define YY_NULL 0 macro
145 #define yyterminate() return ( YY_NULL )
279 result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); \
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/deprecated/
H A Dcwlex_yy.c100 #define YY_NULL 0 macro
106 #define yyterminate() return ( YY_NULL )
213 { int c = my_input(); result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); } \
H A Ddoslex.c138 #define YY_NULL 0 macro
145 #define yyterminate() return ( YY_NULL )
279 result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); \
/dports/net/openmpi3/openmpi-3.1.6/orte/mca/rmaps/rank_file/
H A Drmaps_rank_file_lex.l143 return YY_NULL;
/dports/net/openmpi/openmpi-4.1.1/orte/mca/rmaps/rank_file/
H A Drmaps_rank_file_lex.l143 return YY_NULL;
/dports/misc/delay/delay-1.6/
H A Dparsetimel.l18 result = YY_NULL ;\
/dports/cad/alliance/alliance/src/mbk/src/
H A Dmg2mbk_l.l46 result = (c == EOF) ? YY_NULL \
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dlexer.l70 result = YY_NULL; \
78 result = YY_NULL; \
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dlexer.l70 result = YY_NULL; \
78 result = YY_NULL; \
/dports/devel/anjuta/anjuta-3.34.0/plugins/am-project/
H A Dac-scanner.l218 <<EOF>> { if (amp_ac_scanner_parse_end (yyextra) == YY_NULL) return YY_NULL; }
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dparser_ll.l88 #define YY_INPUT(buf,result,max_size) { int c = stratParserInput (); result = (c == 0) ? YY_NULL : …
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Darith_lex.l87 result = (*buf = *arith_buf++) ? 1 : YY_NULL;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Dts1.0_tokens.l21 result = (c == 0) ? YY_NULL : (buf[0] = c, 1); \
H A Dps1.0_tokens.l27 result = (c == 0) ? YY_NULL : (buf[0] = c, 1); \
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Dts1.0_tokens.l21 result = (c == 0) ? YY_NULL : (buf[0] = c, 1); \
H A Dps1.0_tokens.l27 result = (c == 0) ? YY_NULL : (buf[0] = c, 1); \
/dports/net/tcpview/tcpview-1.0/
H A Dtcplex.l65 result = YY_NULL;\
/dports/www/g-cows/g-cows-1.12/src/
H A Dparser.cc88 # ifndef YY_NULL
90 # define YY_NULL nullptr macro
92 # define YY_NULL 0 macro
779 "list", YY_NULL
2373 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error()
2377 const char *yyformat = YY_NULL; in yysyntax_error()
2438 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dpicl.l39 result = (c == EOF || c == 0) ? YY_NULL : (buf[0] = c, 1); \
/dports/devel/qjson/qjson-0.9.0/tests/scanner/
H A Dtestscanner.cpp83 yy::position position(YY_NULL, 1, 0); in scanTokens()
199 yy::position position(YY_NULL, 1, 0); in scanSpecialNumbers()
/dports/math/algae/algae-4.3.6/src/
H A Dalgae.skel104 /* gets input and stuffs it into "buf". number of characters read, or YY_NULL,
110 #define YY_NULL 0
116 #define yyterminate() return ( YY_NULL )
425 * YY_NULL, it'll still work - another YY_NULL
/dports/net-mgmt/collectd5/collectd-5.12.0/src/liboconfig/
H A Dscanner.l61 return YY_NULL; } while (0)

12345678910>>...74