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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c57 and c_endword(). The latter, however, required a significant rewrite of
133 static Char *c_endword (Char *, Char *, int, Char *);
273 new = c_endword(prev-1, p, 1, delim); /* Skip to next non-word char */
795 c_endword(Char *p, Char *high, int n, Char *delim) function
2204 len = c_endword(ncp-1, cp, 1, STRshwordsep) - ncp + 1;
3604 Cursor = c_endword(Cursor, LastChar, Argument, STRshwspace);

Completed in 114 milliseconds