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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c120 static Char *c_next_word (Char *, Char *, int);
293 * This is used to make the c_prev_word() and c_next_word() functions
362 c_next_word(Char *p, Char *high, int n) function
1143 cp = c_next_word(Cursor, LastChar, 1);
2540 cp = c_next_word(Cursor, LastChar, Argument);
2803 Cursor = c_next_word(Cursor, LastChar, Argument);
2845 Cursor = c_next_word(Cursor, LastChar, Argument);
3013 end = c_next_word(Cursor, LastChar, Argument);
3033 end = c_next_word(Cursor, LastChar, Argument);
3061 end = c_next_word(Curso
[all...]

Completed in 181 milliseconds