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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c119 static Char *c_prev_word (Char *, Char *, int);
293 * This is used to make the c_prev_word() and c_next_word() functions
315 c_prev_word(Char *p, Char *low, int n) function
2378 cp = c_prev_word(Cursor, InputBuf, Argument);
2758 Cursor = c_prev_word(Cursor, InputBuf, Argument); /* bounds check */
3537 cp = c_prev_word(Cursor, InputBuf, Argument);

Completed in 226 milliseconds