Searched refs:cellval (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc-parser.y75 %type <cell> cellval
257 | celllist cellval
280 cellval: label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp1429 wxString cellval( grid->GetTable()->GetValue(row, col) );
1431 if ( cellval == ms_stringValues[false] )
1433 else if ( cellval == ms_stringValues[true] )
2350 wxString cellval( grid.GetTable()->GetValue(row, col) );
2351 value = wxGridCellBoolEditor::IsTrueValue(cellval);

Completed in 171 milliseconds