📄 cmdcmplt.3
字号:
'\"'\" Copyright (c) 1989-1993 The Regents of the University of California.'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" SCCS: @(#) CmdCmplt.3 1.6 96/03/25 19:57:46'\" .so man.macros.TH Tcl_CommandComplete 3 "" Tcl "Tcl Library Procedures".BS.SH NAMETcl_CommandComplete \- Check for unmatched braces in a Tcl command.SH SYNOPSIS.nf\fB#include <tcl.h>\fR.spint\fBTcl_CommandComplete\fR(\fIcmd\fR).SH ARGUMENTS.AS char *cmd.AP char *cmd inCommand string to test for completeness..BE.SH DESCRIPTION.PP\fBTcl_CommandComplete\fR takes a Tcl command stringas argument and determines whether it contains one or morecomplete 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..SH KEYWORDScomplete command, partial command
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -