Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.inputl.c84 struct varent *crct = inheredoc ? NULL : adrof(STRcorrect); in Inputl() local
226 if (crct && crct->vec != NULL && (!Strcmp(*(crct->vec), STRcmd) || in Inputl()
227 !Strcmp(*(crct->vec), STRall))) { in Inputl()
234 if (SpellLine(!Strcmp(*(crct->vec), STRcmd)) == 1) { in Inputl()
293 } else if (crct && crct->vec != NULL && in Inputl()
294 !Strcmp(*(crct->vec), STRcomplete)) { in Inputl()