Home
last modified time | relevance | path

Searched refs:SubSubString (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasremove.c444 char *SubSubString; in AsReduceTypedefs() local
457 SubSubString = SubString + strlen (Keyword); in AsReduceTypedefs()
461 while (strchr(" \t\r\n", *SubSubString)) in AsReduceTypedefs()
463 SubSubString++; in AsReduceTypedefs()
468 while (!strchr(" \t\r\n", *SubSubString)) in AsReduceTypedefs()
470 SubSubString++; in AsReduceTypedefs()
475 while (strchr(" \t\r\n", *SubSubString)) in AsReduceTypedefs()
477 SubSubString++; in AsReduceTypedefs()
480 if (*SubSubString == '{') in AsReduceTypedefs()