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

/freebsd-11-stable/contrib/tcsh/
H A Ded.inputl.c71 return (int) (LastChar - InputBuf);
138 LastChar = InputBuf + LastSaved;
157 if (Cursor > LastChar)
158 xprintf("Cursor > LastChar\r\n");
163 if (LastChar > InputLim)
164 xprintf("LastChar > InputLim\r\n");
207 curlen = (int) (LastChar - InputBuf);
212 curlen = (int) (LastChar - InputBuf);
218 *LastChar++ = '\n'; /* for the benifit of CSH */
219 num = (int) (LastChar
[all...]
H A Ded.chared.c166 if (LastChar + num >= InputLim)
169 if (Cursor < LastChar) { /* if I must move chars */
170 for (cp = LastChar; cp >= Cursor; cp--)
175 LastChar += num;
183 if (num > LastChar - Cursor)
184 num = (int) (LastChar - Cursor); /* bounds check */
192 for (cp = Cursor; cp <= LastChar; cp++) {
198 for (cp = Cursor; cp + num <= LastChar; cp++)
200 LastChar -= num;
233 for (cp = Cursor - num; cp <= LastChar; c
[all...]
H A Ded.h125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */ variable
H A Ded.refresh.c377 for (cp = InputBuf; (cp < LastChar); ) {
1270 if (Cursor != LastChar) {
H A Ded.init.c585 LastChar = InputBuf;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dasllistsup.c225 UINT8 LastChar; local
232 LastChar = BufChar;
239 if (((LastChar == '*') && (BufChar == '/')) ||
240 ((LastChar == '/') && (BufChar == '*')))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp402 unsigned LastChar = Str[EndIdx]; local
405 if (Str[NextNode->StartIdx + Active.Len] == LastChar) {
438 insertLeaf(*SplitNode, EndIdx, LastChar);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp548 char LastChar = TypeString[TypeString.size()-1]; local
550 if (LastChar != '*')

Completed in 136 milliseconds