cmdcmplt.3

来自「linux系统下的音频通信」· 3 代码 · 共 37 行

3
37
字号
'\"'\" 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 + =
减小字号Ctrl + -
显示快捷键?