Home
last modified time | relevance | path

Searched refs:x_cf_glob (Results 1 – 4 of 4) sorted by relevance

/openbsd/bin/ksh/
H A Dedit.h50 int x_cf_glob(int, const char *, int, int, int *, int *, char ***, int *);
H A Dvi.c2040 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 Demacs.c1709 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 Dedit.c717 x_cf_glob(int flags, const char *buf, int buflen, int pos, int *startp, in x_cf_glob() function