Searched refs:lineNum (Results 1 – 9 of 9) sorted by relevance
19 set lineNum [lindex $cursor 0]20 set line [viGetLine $viScreenId $lineNum]23 confNext $lineNum $line25 sevNext $lineNum $line27 priNext $lineNum $line29 classNext $lineNum $line31 catNext $lineNum $line35 proc confNext {lineNum line} {39 viSetLine $viScreenId $lineNum ">Confidential: no"41 viSetLine $viScreenId $lineNum ">Confidential: yes"[all …]
33 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable172 \n { lineNum++; swallow(); }187 lineNum + 1);
59 extern int state, state, lineNum, token;
59 VI::DelLine(screenId,lineNum);61 Delete lineNum.
548 # Delete lineNum.551 # Usage: VI::DelLine screenId lineNum
180 extern int lineNum;
218 lineNum
2163 std::string LineReader::readLine(unsigned lineNum) { in readLine() argument2164 if (lineNum < theCurLine) { in readLine()2168 while (theCurLine < lineNum) { in readLine()
50 extern int lineNum;