Home
last modified time | relevance | path

Searched refs:tok_end (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDexpand_path.c406 char *tok_begin, *tok_end, *append; in _krb5_expand_path_tokens() local
432 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()
/freebsd-13-stable/contrib/libedit/
HDhistedit.h246 void tok_end(Tokenizer *);
HDMakefile43 editline.3 tok_end.3 \
HDreadline.c2226 tok_end(tok); in rl_parse_and_bind()
/freebsd-13-stable/lib/libedit/
HDMakefile44 editline.3 tok_end.3 \
/freebsd-13-stable/contrib/libedit/TEST/
HDtc1.c300 tok_end(tok); in main()
/freebsd-13-stable/contrib/ntp/libjsmn/
HDjsmn_test.c28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument
30 && (t).end == tok_end \