Searched defs:yybottom (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.c856 yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) argument
859 yy_stack_print (yybottom, yytop)
860 yytype_int16 *yybottom;
865 for (; yybottom <= yytop; yybottom++)
867 int yybot = *yybottom;

Completed in 22 milliseconds