Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.chared.c127 static Char *c_preword (Char *, Char *, int, Char *);
253 c_preword(Char *p, Char *low, int n, Char *delim) in c_preword() function
2163 cp = c_preword(Cursor, InputBuf, 1, STRshwordsep); in e_dabbrev_expand()
2184 cp = c_preword(cp, bp, word, STRshwordsep); in e_dabbrev_expand()
2195 ncp = c_preword(cp, bp, 1, STRshwordsep); in e_dabbrev_expand()
2742 Cursor = c_preword(Cursor, InputBuf, Argument, STRshwspace); /* bounds check */ in v_wordback()