backslash.3

来自「tcl是工具命令语言」· 3 代码 · 共 54 行

3
54
字号
'\"'\" 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.'\" '\" RCS: @(#) $Id: Backslash.3,v 1.4 2002/07/01 18:24:38 jenglish Exp $'\" .so man.macros.TH Tcl_Backslash 3 "8.1" Tcl "Tcl Library Procedures".BS.SH NAMETcl_Backslash \- parse a backslash sequence.SH SYNOPSIS.nf\fB#include <tcl.h>\fR.spchar\fBTcl_Backslash\fR(\fIsrc, countPtr\fR).SH ARGUMENTS.AS char *countPtr.AP char *src inPointer to a string starting with a backslash..AP int *countPtr outIf \fIcountPtr\fR isn't NULL, \fI*countPtr\fR gets filledin with number of characters in the backslash sequence, includingthe backslash character..BE.SH DESCRIPTION.PP.VS 8.1The use of \fBTcl_Backslash\fR is deprecated in favor of\fBTcl_UtfBackslash\fR..PPThis is a utility procedure provided for backwards compatibility withnon-internationalized Tcl extensions.  It parses a backslash sequence andreturns the low byte of the Unicode character corresponding to the sequence. .VE\fBTcl_Backslash\fR modifies \fI*countPtr\fR to contain the number ofcharacters in the backslash sequence..PPSee the Tcl manual entry for information on the valid backslash sequences.All of the sequences described in the Tcl manual entry are supported by\fBTcl_Backslash\fR..VS 8.1 br.SH "SEE ALSO"Tcl(n), Tcl_UtfBackslash(3).VE.SH KEYWORDSbackslash, parse

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?