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

/freebsd-13-stable/contrib/tcsh/
H A Ded.chared.c115 static Char *c_prev_word (Char *, Char *, int);
289 * This is used to make the c_prev_word(), c_next_word() and c_eword() functions
311 c_prev_word(Char *p, Char *low, int n) function
2382 cp = c_prev_word(Cursor, InputBuf, Argument);
2762 Cursor = c_prev_word(Cursor, InputBuf, Argument); /* bounds check */
3541 cp = c_prev_word(Cursor, InputBuf, Argument);

Completed in 50 milliseconds