Home
last modified time | relevance | path

Searched refs:yesColIdx (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dqconf.cc160 setText(yesColIdx, QString::null); in updateMenu()
170 setText(yesColIdx, "Y"); in updateMenu()
192 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu()
356 removeColumn(yesColIdx); in reinit()
366 addColumn(yesColIdx); in reinit()
810 case yesColIdx: in mouseReleaseEvent()
Dqconf.h33 promptColIdx, nameColIdx, noColIdx, modColIdx, yesColIdx, dataColIdx, colNr enumerator