help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Where is CSPECL used?


From: Peng Yu
Subject: Where is CSPECL used?
Date: Sat, 8 May 2021 01:02:47 -0500

I don't see where CSPECL is used. Is it used anywhere?

It is defined for ASCII letters of 1 and 127. Why these characters are
different from other control characters?

$ ack CSPECL
syntax.h
56:#define CSPECL               0x0010  /* special character that needs quoting 
*/

lib/sh/shquote.c
337:      /* I should probably use the CSPECL flag for these in
sh_syntaxtab[] */

syntax.c
14:     CSPECL,         /* CTLESC */
140:    CSPECL,         /* CTLNUL */

mksyntax.c
56:     { CSPECL,       "CSPECL" },
230:  addcchar (CTLESC, CSPECL);
231:  addcchar (CTLNUL, CSPECL);

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]