Searched defs:skip_whitespace (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mep.h91 #define skip_whitespace(str) while (*(str) == ' ') ++(str) macro
H A Dtc-score.c58 #define skip_whitespace(str) while (*(str) == ' ') ++(str) macro
[all...]
H A Dtc-arm.c743 #define skip_whitespace macro
/freebsd-10-stable/contrib/texinfo/info/
H A Dsearch.c264 skip_whitespace (char *string) function
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dmakeinfo.h293 #define skip_whitespace macro
/freebsd-10-stable/contrib/dialog/
H A Drc.c131 skip_whitespace(char *str, int n) function
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c169 skip_whitespace(parse_context_t *ctx, int *c, int *pcount) function
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c212 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) function
H A Dlex.c398 skip_whitespace (cpp_reader *pfile, cppchar_t c) function
/freebsd-10-stable/contrib/binutils/gas/
H A Dread.c2043 #define skip_whitespace macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c45 #define skip_whitespace(p) while ((*(p) == ' ') || (*(p) == '\t')) p++ macro
/freebsd-10-stable/contrib/gcc/
H A Dgcc.c1391 skip_whitespace (char *p) function

Completed in 222 milliseconds