Home
last modified time | relevance | path

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

/external/dtc/
Ddtc-parser.y66 %type <data> propdata
276 DT_PROPNODENAME '=' propdata ';'
295 propdata:
339 | propdata DT_LABEL
350 | propdata ','
/external/dtc/Documentation/
Dmanual.txt180 property: label PROPNAME '=' propdata ';'
182 propdata: STRING
/external/pcre/dist2/src/
Dpcre2_jit_compile.c8506 PCRE2_UCHAR propdata[5]; in compile_char1_matchingpath() local
8621 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()
8622 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
8623 propdata[2] = cc[0]; in compile_char1_matchingpath()
8624 propdata[3] = cc[1]; in compile_char1_matchingpath()
8625 propdata[4] = XCL_END; in compile_char1_matchingpath()
8628 compile_xclass_matchingpath(common, propdata, backtracks); in compile_char1_matchingpath()