Home
last modified time | relevance | path

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

/acpica-3.7.0/source/tools/acpisrc/
Dastable.c1055 CVT_REMOVE_EMPTY_BLOCKS | CVT_SPACES_TO_TABS8),
1069 CVT_REMOVE_EMPTY_BLOCKS| CVT_REDUCE_TYPEDEFS | CVT_SPACES_TO_TABS8),
Dacpisrc.h194 #define CVT_SPACES_TO_TABS8 0x80000000 /* Tab conversion should be last */ macro
Dasfile.c622 case CVT_SPACES_TO_TABS8: in AsConvertFile()