Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tcl_commandcomplete(3) [opendarwin man page]

Tcl_CommandComplete(3)					      Tcl Library Procedures					    Tcl_CommandComplete(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tcl_CommandComplete - Check for unmatched braces in a Tcl command SYNOPSIS
#include <tcl.h> int Tcl_CommandComplete(cmd) ARGUMENTS
CONST char *cmd (in) Command string to test for completeness. _________________________________________________________________ DESCRIPTION
Tcl_CommandComplete takes a Tcl command string as argument and determines whether it contains one or more complete commands (i.e. there are no unclosed quotes, braces, brackets, or variable references). If the command string is complete then it returns 1; otherwise it returns 0. KEYWORDS
complete command, partial command Tcl Tcl_CommandComplete(3)

Check Out this Related Man Page

Tcl_CommandComplete(3TCL)				      Tcl Library Procedures					 Tcl_CommandComplete(3TCL)

__________________________________________________________________________________________________________________________________________________

NAME
Tcl_CommandComplete - Check for unmatched braces in a Tcl command SYNOPSIS
#include <tcl.h> int Tcl_CommandComplete(cmd) ARGUMENTS
CONST char *cmd (in) Command string to test for completeness. _________________________________________________________________ DESCRIPTION
Tcl_CommandComplete takes a Tcl command string as argument and determines whether it contains one or more complete commands (i.e. there are no unclosed quotes, braces, brackets, or variable references). If the command string is complete then it returns 1; otherwise it returns 0. KEYWORDS
complete command, partial command ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTcl | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tcl is available on http://opensolaris.org. Tcl Tcl_CommandComplete(3TCL)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies