HomeSort by: relevance | last modified time | path
    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 26 milliseconds