home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.3 / Backslash.3 < prev    next >
Encoding:
Text File  |  1995-07-26  |  2.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh((((3333))))             TTTTccccllll (((( ))))             TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh((((3333))))
  5.  
  6.  
  7.  
  8.      _________________________________________________________________
  9.  
  10.      NNNNAAAAMMMMEEEE
  11.           Tcl_Backslash - parse a backslash sequence
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           ####iiiinnnncccclllluuuuddddeeee <<<<ttttccccllll....hhhh>>>>
  15.  
  16.           char
  17.           TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh(_s_r_c, _c_o_u_n_t_P_t_r)
  18.  
  19.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  20.           char   *_s_r_c        (in)      Pointer to  a  string  starting
  21.                                        with a backslash.
  22.  
  23.           int    *_c_o_u_n_t_P_t_r   (out)     If   _c_o_u_n_t_P_t_r    isn't    NULL,
  24.                                        *_c_o_u_n_t_P_t_r  gets  filled in with
  25.                                        number  of  characters  in  the
  26.                                        backslash  sequence,  including
  27.                                        the backslash character.
  28.      _________________________________________________________________
  29.  
  30.  
  31.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  32.           This is a utility procedure  used  by  several  of  the  Tcl
  33.           commands.   It  parses  a backslash sequence and returns the
  34.           single   character   corresponding    to    the    sequence.
  35.           TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh  modifies  *_c_o_u_n_t_P_t_r  to contain the number of
  36.           characters in the backslash sequence.
  37.  
  38.           See the Tcl  manual  entry  for  information  on  the  valid
  39.           backslash  sequences.  All of the sequences described in the
  40.           Tcl manual entry are supported by TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh.
  41.  
  42.  
  43.      KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  44.           backslash, parse
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/10/95)
  64.  
  65.  
  66.  
  67.