Home
last modified time | relevance | path

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

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