Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/byacc/dist/test/
Dexpr.oxout.y882 long nextP; in yyyAdjustINRC() local
886 nextP = startP; in yyyAdjustINRC()
887 while (nextP < stopP) in yyyAdjustINRC()
888 {if (yyyRCIL[nextP] == yyyR) in yyyAdjustINRC()
889 {(yyyOxStackItem->node->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
892 …{(((yyyOxStackItem->node->cL)[yyyRCIL[nextP]])->refCountList)[yyyRCIL[nextP+1]] = yyyRCIL[nextP+2]; in yyyAdjustINRC()
894 nextP += 3; in yyyAdjustINRC()
919 nextP = startP + 2; in yyyAdjustINRC()
920 while (nextP < stopP) in yyyAdjustINRC()
921 {if (!yyyRCIL[nextP]) in yyyAdjustINRC()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-tilepro.h61 #define md_parse_name(name, e, m, nextP) tilepro_parse_name (name, e, nextP) argument
Dtc-tilegx.h60 #define md_parse_name(name, e, m, nextP) tilegx_parse_name (name, e, nextP) argument