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

/freebsd-10.3-release/contrib/tcsh/
H A Ded.chared.c56 The former problem could be solved with minor modifications of c_preword()
58 c_preword(), since quoted strings must be parsed from start to end to
131 static Char *c_preword (Char *, Char *, int, Char *);
257 c_preword(Char *p, Char *low, int n, Char *delim) function
2159 cp = c_preword(Cursor, InputBuf, 1, STRshwordsep);
2180 cp = c_preword(cp, bp, word, STRshwordsep);
2191 ncp = c_preword(cp, bp, 1, STRshwordsep);
2738 Cursor = c_preword(Cursor, InputBuf, Argument, STRshwspace); /* bounds check */

Completed in 48 milliseconds