Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c115 static int x_locate_word(const char *, int, int, int *, bool *);
560 x_locate_word(const char *buf, int buflen, int pos, int *startp, in x_locate_word() function
621 len = x_locate_word(buf, buflen, pos, startp, &is_command); in x_cf_glob()