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

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

Completed in 57 milliseconds