Searched refs:InsertString (Results 1 – 1 of 1) sorted by relevance
1504 char *InsertString; in AsInsertPrefix() local1516 InsertString = "struct "; in AsInsertPrefix()1521 InsertString = "union "; in AsInsertPrefix()1534 InsertLength = strlen (InsertString); in AsInsertPrefix()1583 if (*LineStart != *InsertString) in AsInsertPrefix()1589 if (strncmp (LineStart++, InsertString, InsertLength)) in AsInsertPrefix()1666 memmove (SubString, InsertString, InsertLength); in AsInsertPrefix()1670 AsInsertData (SubString, InsertString, InsertLength); in AsInsertPrefix()