Home
last modified time | relevance | path

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

/acpica-3.7.0/source/tools/acpisrc/
Dasremove.c182 int KeywordLength; in AsRemoveStatement() local
185 KeywordLength = strlen (Keyword); in AsRemoveStatement()
198 (!AsMatchExactWord (SubString, KeywordLength))) in AsRemoveStatement()
263 int KeywordLength; in AsRemoveConditionalCompile() local
266 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile()
321 if (!AsMatchExactWord (SubString, KeywordLength)) in AsRemoveConditionalCompile()
Dasconvrt.c1615 int KeywordLength; in AsInsertPrefix() local
1643 KeywordLength = strlen (Keyword); in AsInsertPrefix()
1660 if (AsMatchExactWord (SubString, KeywordLength)) in AsInsertPrefix()
1727 if (*(SubBuffer + KeywordLength) != '\n') in AsInsertPrefix()
1733 AsInsertData (SubBuffer + KeywordLength, " ", 8); in AsInsertPrefix()
1770 memmove (SubBuffer, SubString, KeywordLength); in AsInsertPrefix()
1783 SubBuffer += KeywordLength; in AsInsertPrefix()