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

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c406 char *tok_begin, *tok_end, *append; local
432 tok_end = strchr(tok_begin, '}');
433 if (tok_end == NULL) {
442 if (_expand_token(context, tok_begin, tok_end, &append)) {
449 path_left = tok_end + 1;
/freebsd-13-stable/contrib/libedit/
H A Dhistedit.h244 void tok_end(Tokenizer *);
H A DMakefile43 editline.3 tok_end.3 \
H A Dreadline.c2160 tok_end(tok);
/freebsd-13-stable/lib/libedit/
H A DMakefile45 editline.3 tok_end.3 \
/freebsd-13-stable/contrib/libedit/TEST/
H A Dtc1.c300 tok_end(tok);
/freebsd-13-stable/contrib/ntp/libjsmn/
H A Djsmn_test.c28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \
30 && (t).end == tok_end \

Completed in 104 milliseconds