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

/freebsd-10.0-release/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-10.0-release/lib/libedit/
H A Dhistedit.h223 void tok_end(Tokenizer *);
H A Dparse.c86 tok_end(tok);
H A DMakefile25 editline.3 tok_init.3 editline.3 tok_end.3 editline.3 tok_reset.3 \
H A Dtokenizer.c155 /* tok_end():
159 tok_end(Tokenizer *tok) function
H A Dreadline.c2006 tok_end(tok);
/freebsd-10.0-release/lib/libedit/TEST/
H A Dtest.c294 tok_end(tok);

Completed in 118 milliseconds