/src/usr.bin/ctags/ |
C.c | 54 static void skip_string(int); 120 (void)skip_string(c); 281 skip_string(c); 502 * skip_string -- 506 skip_string(int key) function in typeref:typename:void 549 skip_string(c);
|
C.c | 54 static void skip_string(int); 120 (void)skip_string(c); 281 skip_string(c); 502 * skip_string -- 506 skip_string(int key) function in typeref:typename:void 549 skip_string(c);
|
/src/usr.bin/make/ |
cond.c | 174 skip_string(const char **pp, const char *str) function in typeref:typename:MAKE_INLINE bool 635 if (!skip_string(&p, "empty")) 668 if (skip_string(&p, "defined")) 670 else if (skip_string(&p, "make")) 672 else if (skip_string(&p, "exists")) 674 else if (skip_string(&p, "target")) 676 else if (skip_string(&p, "commands")) 964 *out_negate = skip_string(&p, "n"); 966 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */ 967 } else if (skip_string(&p, "make")) /* .ifmake and .ifnmake * [all...] |
cond.c | 174 skip_string(const char **pp, const char *str) function in typeref:typename:MAKE_INLINE bool 635 if (!skip_string(&p, "empty")) 668 if (skip_string(&p, "defined")) 670 else if (skip_string(&p, "make")) 672 else if (skip_string(&p, "exists")) 674 else if (skip_string(&p, "target")) 676 else if (skip_string(&p, "commands")) 964 *out_negate = skip_string(&p, "n"); 966 if (skip_string(&p, "def")) { /* .ifdef and .ifndef */ 967 } else if (skip_string(&p, "make")) /* .ifmake and .ifnmake * [all...] |