Lines Matching refs:passthru
296 static inline void passthru(STD_PARA) in passthru() function
460 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
465 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
518 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
528 …{ handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_PLAIN) goto state… in xx_mainloop()
597 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
607 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
615 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
675 { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; } in xx_mainloop()
685 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
752 { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; } in xx_mainloop()
830 { passthru(STD_ARGS); goto state_next_arg_begin; } in xx_mainloop()