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

/macosx-10.10/tcsh-65/tcsh/
H A Ded.decls.h90 extern void DeleteChars (int);
H A Ded.refresh.c906 DeleteChars(-fx);
971 DeleteChars(-sx);
H A Ded.screen.c1240 DeleteChars(int num) /* deletes <num> characters */ function
1255 xprintf(CGETS(7, 17, "DeleteChars: num is riduculous: %d\r\n"), num);
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dnt.screen.c356 DeleteChars(int num) /* deletes <num> characters */ function
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkText.c290 static int DeleteChars _ANSI_ARGS_((TkText *textPtr,
615 result = DeleteChars(textPtr, argv[2],
703 DeleteChars(textPtr, NULL, NULL,
1501 * DeleteChars --
1517 DeleteChars(textPtr, index1String, index2String, indexPtr1, indexPtr2)
1507 DeleteChars(textPtr, index1String, index2String, indexPtr1, indexPtr2) function
H A DtkEntry.c420 static void DeleteChars _ANSI_ARGS_((Entry *entryPtr, int index,
728 DeleteChars(entryPtr, first, last - first);
2146 * DeleteChars --
2161 DeleteChars(entryPtr, index, count)
3807 DeleteChars(entryPtr, first, last - first);
2152 DeleteChars(entryPtr, index, count) function
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c845 /* DeleteChars --
849 DeleteChars( function
1412 return DeleteChars(entryPtr, first, last - first);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkEntry.c396 static void DeleteChars(Entry *entryPtr, int index, int count);
687 DeleteChars(entryPtr, first, last - first);
2102 * DeleteChars --
2117 DeleteChars(
3766 DeleteChars(entryPtr, first, last - first);
2106 DeleteChars( function

Completed in 222 milliseconds