Searched refs:KeywordLength (Results 1 – 2 of 2) sorted by relevance
74 int KeywordLength; in AsRemoveStatement() local77 KeywordLength = strlen (Keyword); in AsRemoveStatement()90 (!AsMatchExactWord (SubString, KeywordLength))) in AsRemoveStatement()155 int KeywordLength; in AsRemoveConditionalCompile() local158 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile()214 if (!AsMatchExactWord (SubString, KeywordLength)) in AsRemoveConditionalCompile()
1474 int KeywordLength; in AsInsertPrefix() local1500 KeywordLength = strlen (Keyword); in AsInsertPrefix()1517 if (AsMatchExactWord (SubString, KeywordLength)) in AsInsertPrefix()1525 if (*(SubBuffer + KeywordLength) != '\n') in AsInsertPrefix()1531 AsInsertData (SubBuffer + KeywordLength, " ", 8); in AsInsertPrefix()1568 memmove (SubBuffer, SubString, KeywordLength); in AsInsertPrefix()1581 SubBuffer += KeywordLength; in AsInsertPrefix()
Completed in 6 milliseconds