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

  /src/usr.bin/unifdef/
unifdef.c 256 static const char *skipcomment(const char *);
586 * help from skipcomment().
601 cp = skipcomment(tline);
605 cp = skipcomment(cp + 1);
618 cp = skipcomment(cp);
644 cp = skipcomment(cp);
661 cp = skipcomment(cp + 1);
734 cp = skipcomment(*cpp);
746 cp = skipcomment(cp);
754 cp = skipcomment(cp+7)
851 skipcomment(const char *cp) function in typeref:typename:const char *
    [all...]
unifdef.c 256 static const char *skipcomment(const char *);
586 * help from skipcomment().
601 cp = skipcomment(tline);
605 cp = skipcomment(cp + 1);
618 cp = skipcomment(cp);
644 cp = skipcomment(cp);
661 cp = skipcomment(cp + 1);
734 cp = skipcomment(*cpp);
746 cp = skipcomment(cp);
754 cp = skipcomment(cp+7)
851 skipcomment(const char *cp) function in typeref:typename:const char *
    [all...]

Completed in 73 milliseconds