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 262 char *Comment;
283 Comment = NULL;
287 Comment = strstr (SubString, AS_START_IGNORE);
290 if ((Comment) &&
291 (Comment < SubBuffer))
293 SubString = strstr (Comment, AS_STOP_IGNORE);
303 /* Check for ordinary comment */
305 Comment = strstr (SubString, "/*");
307 if ((Comment) &&
308 (Comment < SubBuffer)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1049 char *InlineComment; /* Inline comment */\
1050 char *EndNodeComment; /* End of node comment */\
1051 char *NameComment; /* Comment associated with the first parameter of the name node */\
1103 char *Comment;

Completed in 13 milliseconds