Home
last modified time | relevance | path

Searched refs:skip_ws (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l221 int skip_ws = 0; variable
224 if(isspace(c) && skip_ws) {
229 skip_ws = 0;
247 skip_ws = 1;
H A Dlex.c1618 int skip_ws = 0; variable
1621 if(isspace(c) && skip_ws) {
1626 skip_ws = 0;
1644 skip_ws = 1;
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linuxthr.c212 skip_ws(const char *p) in skip_ws() function
392 p = skip_ws(p); in get_system_info()
600 p = skip_ws(p); in read_one_proc_stat()
H A Dm_linux.c242 skip_ws(const char *p) in skip_ws() function
474 p = skip_ws(p); in get_system_info()
774 p = skip_ws(p); in read_one_proc_stat()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20171615 (valid_identifier_name_char, cp_skip_operator_token, skip_ws)
6700 (skip_ws, extract_identifier, macro_define_command)
H A DChangeLog-20085481 * macrocmd.c (skip_ws): New function.
H A DChangeLog-202011070 (cp_skip_operator_token, skip_ws, strncmp_iw_with_mode): Use
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20171615 (valid_identifier_name_char, cp_skip_operator_token, skip_ws)
6700 (skip_ws, extract_identifier, macro_define_command)
H A DChangeLog-20085481 * macrocmd.c (skip_ws): New function.