Home
last modified time | relevance | path

Searched refs:token_type (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A Dparse_entry.c69 _nc_extend_names(ENTRY * entryp, const char *name, int token_type) in _nc_extend_names() argument
79 switch (token_type) { in _nc_extend_names()
103 token_type = STRING; in _nc_extend_names()
105 token_type = NUMBER; in _nc_extend_names()
107 token_type = BOOLEAN; in _nc_extend_names()
109 return _nc_extend_names(entryp, name, token_type); in _nc_extend_names()
128 switch (token_type) { in _nc_extend_names()
152 switch (token_type) { in _nc_extend_names()
183 temp.nte_type = token_type; in _nc_extend_names()
205 expected_type(const char *name, int token_type, bool silent) in expected_type() argument
[all …]
H A Dalloc_ttype.c186 _nc_first_ext_name(TERMTYPE2 *tp, int token_type) in _nc_first_ext_name() argument
190 switch (token_type) { in _nc_first_ext_name()
211 _nc_last_ext_name(TERMTYPE2 *tp, int token_type) in _nc_last_ext_name() argument
215 switch (token_type) { in _nc_last_ext_name()
234 _nc_find_ext_name(TERMTYPE2 *tp, char *name, int token_type) in _nc_find_ext_name() argument
237 unsigned first = _nc_first_ext_name(tp, token_type); in _nc_find_ext_name()
238 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name()
253 _nc_ext_data_index(TERMTYPE2 *tp, int n, int token_type) in _nc_ext_data_index() argument
255 switch (token_type) { in _nc_ext_data_index()
276 _nc_del_ext_name(TERMTYPE2 *tp, char *name, int token_type) in _nc_del_ext_name() argument
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lex.l631 name_lookup (char *name0, char *err_name, int *token_type, int depth)
708 *token_type = OBJECT_RENAMING;
724 result = name_lookup (new_name, err_name, token_type, depth - 1);
732 *token_type = TYPENAME;
760 *token_type = TYPENAME;
768 *token_type = NAME;
781 *token_type = NAME;
820 *token_type = NAME;
/openbsd-src/usr.sbin/ractl/
H A Dparser.c38 enum token_type { enum
45 enum token_type type;
/openbsd-src/usr.sbin/unwindctl/
H A Dparser.c38 enum token_type { enum
45 enum token_type type;
/openbsd-src/usr.sbin/slaacctl/
H A Dparser.c41 enum token_type { enum
49 enum token_type type;
/openbsd-src/usr.sbin/iscsictl/
H A Dparser.c38 enum token_type { enum
48 enum token_type type;
/openbsd-src/usr.sbin/relayctl/
H A Dparser.c31 enum token_type { enum
42 enum token_type type;
/openbsd-src/usr.sbin/dvmrpctl/
H A Dparser.c34 enum token_type { enum
45 enum token_type type;
/openbsd-src/usr.sbin/ripctl/
H A Dparser.c36 enum token_type { enum
47 enum token_type type;
/openbsd-src/usr.sbin/npppctl/
H A Dparser.c35 enum token_type { enum
48 enum token_type type;
/openbsd-src/usr.sbin/ospf6ctl/
H A Dparser.c36 enum token_type { enum
48 enum token_type type;
/openbsd-src/usr.sbin/ldpctl/
H A Dparser.c37 enum token_type { enum
48 enum token_type type;
/openbsd-src/usr.sbin/ospfctl/
H A Dparser.c35 enum token_type { enum
47 enum token_type type;
/openbsd-src/usr.sbin/ikectl/
H A Dparser.c38 enum token_type { enum
52 enum token_type type;
/openbsd-src/usr.sbin/radiusctl/
H A Dparser.c32 enum token_type { enum
52 enum token_type type;
/openbsd-src/usr.sbin/bgpctl/
H A Dparser.c36 enum token_type { enum
80 enum token_type type;
474 int parse_number(const char *, struct parse_result *, enum token_type);
479 int parse_flow_numop(int, char *[], struct parse_result *, enum token_type);
1081 parse_number(const char *word, struct parse_result *r, enum token_type type) in parse_number()
1545 enum token_type toktype) in parse_flow_numop()
/openbsd-src/usr.sbin/eigrpctl/
H A Dparser.c37 enum token_type { enum
50 enum token_type type;
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c1158 enum cpp_ttype token_type; member
2612 binops_by_token[binops[i].token_type] = binops[i]; in cp_parser_new()
4601 enum cpp_ttype token_type, in cp_parser_postfix_dot_deref_expression() argument
4611 if (token_type == CPP_DEREF) in cp_parser_postfix_dot_deref_expression()
4743 (parser, token_type == CPP_DEREF ? "'->'" : "`.'"))) in cp_parser_postfix_dot_deref_expression()
/openbsd-src/gnu/usr.bin/perl/
H A Dtoke.c406 enum token_type { enum
419 enum token_type type;
552 enum token_type type = TOKENTYPE_NONE; in S_tokereport()