Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.chared.c116 static Char *c_next_word (Char *, Char *, int);
358 c_next_word(Char *p, Char *high, int n) in c_next_word() function
1147 cp = c_next_word(Cursor, LastChar, 1); in e_inc_search()
2544 cp = c_next_word(Cursor, LastChar, Argument); in e_delwordnext()
2807 Cursor = c_next_word(Cursor, LastChar, Argument); in e_wordfwd()
2849 Cursor = c_next_word(Cursor, LastChar, Argument); in v_wordbegnext()
3017 end = c_next_word(Cursor, LastChar, Argument); in e_uppercase()
3037 end = c_next_word(Cursor, LastChar, Argument); in e_capitalcase()
3065 end = c_next_word(Cursor, LastChar, Argument); in e_lowercase()