Searched refs:KeywordLength (Results 1 – 2 of 2) sorted by relevance
182 int KeywordLength; in AsRemoveStatement() local185 KeywordLength = strlen (Keyword); in AsRemoveStatement()198 (!AsMatchExactWord (SubString, KeywordLength))) in AsRemoveStatement()263 int KeywordLength; in AsRemoveConditionalCompile() local266 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile()321 if (!AsMatchExactWord (SubString, KeywordLength)) in AsRemoveConditionalCompile()
1615 int KeywordLength; in AsInsertPrefix() local1643 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()