Searched refs:InsertString (Results 1 – 1 of 1) sorted by relevance
1612 char *InsertString; in AsInsertPrefix() local1624 InsertString = "struct "; in AsInsertPrefix()1629 InsertString = "union "; in AsInsertPrefix()1642 InsertLength = strlen (InsertString); in AsInsertPrefix()1691 if (*LineStart != *InsertString) in AsInsertPrefix()1697 if (strncmp (LineStart++, InsertString, InsertLength)) in AsInsertPrefix()1774 memmove (SubString, InsertString, InsertLength); in AsInsertPrefix()1778 AsInsertData (SubString, InsertString, InsertLength); in AsInsertPrefix()