Searched refs:token_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dtoken.h21 enum token_type { enum
33 token_type type;
38 void set(token_type, const char *sk = 0, const char *oc = 0);
H A Dtoken.cpp86 void token_info::set(token_type t, const char *sk, const char *oc)
154 static void store_token(const char *tok, token_type typ,
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c67 _nc_extend_names(ENTRY * entryp, char *name, int token_type) argument
77 switch (token_type) {
101 token_type = STRING;
103 token_type = NUMBER;
105 token_type = BOOLEAN;
107 return _nc_extend_names(entryp, name, token_type);
126 switch (token_type) {
141 switch (token_type) {
172 temp.nte_type = token_type;
206 int token_type; local
[all...]
H A Dalloc_ttype.c151 _nc_first_ext_name(TERMTYPE *tp, int token_type) argument
155 switch (token_type) {
176 _nc_last_ext_name(TERMTYPE *tp, int token_type) argument
180 switch (token_type) {
199 _nc_find_ext_name(TERMTYPE *tp, char *name, int token_type) argument
202 unsigned first = _nc_first_ext_name(tp, token_type);
203 unsigned last = _nc_last_ext_name(tp, token_type);
218 _nc_ext_data_index(TERMTYPE *tp, int n, int token_type) argument
220 switch (token_type) {
241 _nc_del_ext_name(TERMTYPE *tp, char *name, int token_type) argument
285 _nc_ins_ext_name(TERMTYPE *tp, char *name, int token_type) argument
[all...]
/freebsd-10.1-release/usr.bin/dtc/
H A Ddtb.hh53 enum token_type enum in namespace:dtc::dtb
91 inline const char *token_type_name(token_type t)
161 inline void write_token(token_type t)
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dada-lex.l264 int token_type, segments, k;
281 yylval.ssym.stoken.ptr, &token_type);
294 return token_type;
664 name_lookup (name0, err_name, token_type)
667 int* token_type;
731 *token_type = OBJECT_RENAMING;
746 result = name_lookup (new_name, err_name, token_type);
754 *token_type = TYPENAME;
767 *token_type = TYPENAME;
775 *token_type
[all...]
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dtoken.h33 enum token_type { enum in class:token
/freebsd-10.1-release/contrib/libyaml/src/
H A Dyaml_private.h479 #define TOKEN_INIT(token,token_type,token_start_mark,token_end_mark) \
481 (token).type = (token_type), \
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipfstat.c1316 int token_type = IPFGENITER_STATE; local
1464 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type);
/freebsd-10.1-release/contrib/gcc/cp/
H A Dparser.c1166 enum cpp_ttype token_type;
1271 binops_by_token[N].token_type == N. Used in cp_parser_binary_expression
2790 binops_by_token[binops[i].token_type] = binops[i];
4797 enum cpp_ttype token_type,
4807 if (token_type == CPP_DEREF)
4939 (parser, token_type == CPP_DEREF ? "'->'" : "`.'")))
1164 enum cpp_ttype token_type; member in struct:cp_parser_binary_operations_map_node
4794 cp_parser_postfix_dot_deref_expression(cp_parser *parser, enum cpp_ttype token_type, tree postfix_expression, bool for_offsetof, cp_id_kind *idk) argument

Completed in 243 milliseconds