OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ts_quoted
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
parser.c
1263
unsigned short
ts_quoted
; /* 1 -> single, 2 -> double */
member in struct:tokenstate
1321
ts->
ts_quoted
= os->
ts_quoted
& QF; /* these are default settings */
1367
#define ISDBLQUOTE() (currentstate(stack)->
ts_quoted
& QS)
1368
#define SETDBLQUOTE() (currentstate(stack)->
ts_quoted
= QS | DQ)
1370
#define CLRDBLQUOTE() (currentstate(stack)->
ts_quoted
= \
1372
prevstate(stack)->
ts_quoted
& QF : 0)
1383
#define quoted (currentstate(stack)->
ts_quoted
)
parser.c
1263
unsigned short
ts_quoted
; /* 1 -> single, 2 -> double */
member in struct:tokenstate
1321
ts->
ts_quoted
= os->
ts_quoted
& QF; /* these are default settings */
1367
#define ISDBLQUOTE() (currentstate(stack)->
ts_quoted
& QS)
1368
#define SETDBLQUOTE() (currentstate(stack)->
ts_quoted
= QS | DQ)
1370
#define CLRDBLQUOTE() (currentstate(stack)->
ts_quoted
= \
1372
prevstate(stack)->
ts_quoted
& QF : 0)
1383
#define quoted (currentstate(stack)->
ts_quoted
)
Completed in 46 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025