Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.inputl.c52 static int CompleteLine (void);
301 matchval = CompleteLine(); in Inputl()
914 CompleteLine(void) in CompleteLine() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp395 unsigned CompleteLine, in SetCodeCompletionPoint() argument
397 assert(CompleteLine && CompleteColumn && "Starts from 1:1"); in SetCodeCompletionPoint()
408 for (unsigned Line = 1; Line < CompleteLine; ++Line) { in SetCodeCompletionPoint()