Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.inputl.c916 int endflag, tmatch; in CompleteLine() local
938 tmatch = tenematch(InputBuf, Cursor - InputBuf, RECOGNIZE); in CompleteLine()
939 if (tmatch <= 0) { in CompleteLine()
941 } else if (tmatch > 1) { in CompleteLine()