Home
last modified time | relevance | path

Searched refs:propdata (Results 1 – 3 of 3) sorted by relevance

/external/dtc/
Ddtc-parser.y75 %type <data> propdata
238 DT_PROPNODENAME '=' propdata ';'
257 propdata:
300 | propdata DT_LABEL
311 | propdata ','
/external/dtc/Documentation/
Dmanual.txt177 property: label PROPNAME '=' propdata ';'
179 propdata: STRING
/external/pcre/dist2/src/
Dpcre2_jit_compile.c6259 PCRE2_UCHAR propdata[5]; in compile_char1_matchingpath() local
6368 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()
6369 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
6370 propdata[2] = cc[0]; in compile_char1_matchingpath()
6371 propdata[3] = cc[1]; in compile_char1_matchingpath()
6372 propdata[4] = XCL_END; in compile_char1_matchingpath()
6375 compile_xclass_matchingpath(common, propdata, backtracks); in compile_char1_matchingpath()