Searched refs:c_endword (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.chared.c | 129 static Char *c_endword (Char *, Char *, int, Char *); 269 new = c_endword(prev-1, p, 1, delim); /* Skip to next non-word char */ in c_preword() 791 c_endword(Char *p, Char *high, int n, Char *delim) in c_endword() function 2208 len = c_endword(ncp-1, cp, 1, STRshwordsep) - ncp + 1; in e_dabbrev_expand() 3608 Cursor = c_endword(Cursor, LastChar, Argument, STRshwspace); in v_endword()
|