Searched refs:tok_end (Results 1 – 7 of 7) 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()
246 void tok_end(Tokenizer *);
43 editline.3 tok_end.3 \
2226 tok_end(tok); in rl_parse_and_bind()
44 editline.3 tok_end.3 \
300 tok_end(tok); in main()
28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument30 && (t).end == tok_end \