Home
last modified time | relevance | path

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

/freebsd-11-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-11-stable/lib/libedit/
HDhistedit.h244 void tok_end(Tokenizer *);
HDMakefile28 editline.3 tok_init.3 editline.3 tok_end.3 editline.3 tok_reset.3 \
HDreadline.c2079 tok_end(tok); in rl_parse_and_bind()
/freebsd-11-stable/lib/libedit/TEST/
HDtc1.c301 tok_end(tok); in main()
/freebsd-11-stable/contrib/ntp/libjsmn/
HDjsmn_test.c28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ argument
30 && (t).end == tok_end \