HomeSort by: relevance | last modified time | path
    Searched refs:cicmp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ctags/
fortran.c 77 if (cicmp("complex") || cicmp("character"))
81 if (cicmp("double")) {
86 if (cicmp("precision"))
92 if (cicmp("integer"))
96 if (cicmp("logical"))
100 if (cicmp("real"))
110 if (cicmp("function"))
114 if (cicmp("program") || cicmp("procedure")
146 cicmp(const char *cp) function in typeref:typename:int
    [all...]
lisp.c 70 if (!cicmp("(def"))
75 if (cicmp("method"))
79 if (cicmp("wrapper") || cicmp("whopper"))
ctags.h 82 extern int cicmp(const char *);

Completed in 12 milliseconds