Lines Matching refs:passthru
258 static inline void passthru(STD_PARA) in passthru() function
410 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
420 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
481 …{ handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_PLAIN) goto state… in xx_mainloop()
486 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
568 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
576 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
586 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
653 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
658 { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; } in xx_mainloop()
732 { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; } in xx_mainloop()
835 { passthru(STD_ARGS); goto state_next_arg_begin; } in xx_mainloop()