HomeSort by: relevance | last modified time | path
    Searched defs:Comment (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asremove.c 154 char *Comment;
175 Comment = NULL;
179 Comment = strstr (SubString, AS_START_IGNORE);
182 if ((Comment) &&
183 (Comment < SubBuffer))
185 SubString = strstr (Comment, AS_STOP_IGNORE);
195 /* Check for ordinary comment */
197 Comment = strstr (SubString, "/*");
199 if ((Comment) &&
200 (Comment < SubBuffer)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 941 char *InlineComment; /* Inline comment */\
942 char *EndNodeComment; /* End of node comment */\
943 char *NameComment; /* Comment associated with the first parameter of the name node */\
995 char *Comment;

Completed in 22 milliseconds