Home
last modified time | relevance | path

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

/minix3/bin/csh/
H A Dhist.c93 if (sprlex(&h, &hp->Hlex) != -1) { in loadhist()
108 if (sprlex(&h, lp) != -1) { in enthist()
H A Dextern.h196 int sprlex(char **, struct wordent *);
H A Dlex.c193 sprlex(char **s, struct wordent *sp0) in sprlex() function