Searched refs:x_cf_glob (Results 1 – 4 of 4) sorted by relevance
/openbsd/bin/ksh/ |
H A D | edit.h | 50 int x_cf_glob(int, const char *, int, int, int *, int *, char ***, int *);
|
H A D | vi.c | 2040 nwords = x_cf_glob(XCF_COMMAND_FILE|XCF_FULLPATH, in expand_word() 2105 nwords = x_cf_glob(XCF_COMMAND_FILE | (count ? XCF_FULLPATH : 0), in complete_word() 2185 nwords = x_cf_glob(XCF_COMMAND_FILE|XCF_FULLPATH, in print_expansions()
|
H A D | emacs.c | 1709 nwords = x_cf_glob(XCF_FILE, xbuf, xep - xbuf, xcp - xbuf, in x_expand() 1742 nwords = x_cf_glob(flags, xbuf, xep - xbuf, xcp - xbuf, in do_complete()
|
H A D | edit.c | 717 x_cf_glob(int flags, const char *buf, int buflen, int pos, int *startp, in x_cf_glob() function
|