Home | History | Annotate | Download | only in acpisrc

Lines Matching defs:InsertString

1612     char                    *InsertString;
1624 InsertString = "struct ";
1629 InsertString = "union ";
1642 InsertLength = strlen (InsertString);
1664 /* We find the beginning of the line and try to find the InsertString
1686 /* Try to find InsertString from the start of the line up to SubBuffer */
1691 if (*LineStart != *InsertString)
1697 if (strncmp (LineStart++, InsertString, InsertLength))
1705 /* Now check if there's non-whitespace between InsertString and SubBuffer, as that
1774 memmove (SubString, InsertString, InsertLength);
1778 AsInsertData (SubString, InsertString, InsertLength);