TOKEN_NOOP
return send_token(s, TOKEN_NOOP, empty_token);
if (send_token(s, TOKEN_NOOP | TOKEN_CONTEXT_NEXT, empty_token) < 0)
(void) send_token(s, TOKEN_NOOP, empty_token);
if (!(token_flags & TOKEN_NOOP)) {
if (token_flags & TOKEN_NOOP) {
send_flags = TOKEN_NOOP;