Searched refs:tok_end (Results 1 – 6 of 6) sorted by relevance
406 char *tok_begin, *tok_end, *append; in _krb5_expand_path_tokens() local432 tok_end = strchr(tok_begin, '}'); in _krb5_expand_path_tokens()433 if (tok_end == NULL) { in _krb5_expand_path_tokens()442 if (_expand_token(context, tok_begin, tok_end, &append)) { in _krb5_expand_path_tokens()449 path_left = tok_end + 1; in _krb5_expand_path_tokens()
244 void tok_end(Tokenizer *);
28 editline.3 tok_init.3 editline.3 tok_end.3 editline.3 tok_reset.3 \
2079 tok_end(tok); in rl_parse_and_bind()
301 tok_end(tok); in main()
28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument30 && (t).end == tok_end \