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

/freebsd-11.0-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-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c154 _nc_first_ext_name(TERMTYPE *tp, int token_type) argument
158 switch (token_type) {
179 _nc_last_ext_name(TERMTYPE *tp, int token_type) argument
183 switch (token_type) {
202 _nc_find_ext_name(TERMTYPE *tp, char *name, int token_type) argument
205 unsigned first = _nc_first_ext_name(tp, token_type);
206 unsigned last = _nc_last_ext_name(tp, token_type);
221 _nc_ext_data_index(TERMTYPE *tp, int n, int token_type) argument
223 switch (token_type) {
244 _nc_del_ext_name(TERMTYPE *tp, char *name, int token_type) argument
288 _nc_ins_ext_name(TERMTYPE *tp, char *name, int token_type) argument
[all...]
H A Dparse_entry.c66 _nc_extend_names(ENTRY * entryp, char *name, int token_type) argument
76 switch (token_type) {
100 token_type = STRING;
102 token_type = NUMBER;
104 token_type = BOOLEAN;
106 return _nc_extend_names(entryp, name, token_type);
125 switch (token_type) {
144 switch (token_type) {
175 temp.nte_type = token_type;
211 int token_type; local
[all...]
/freebsd-11.0-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-11.0-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-11.0-release/contrib/groff/src/roff/troff/
H A Dtoken.h33 enum token_type { enum in class:token
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipfstat.c1316 int token_type = IPFGENITER_STATE; local
1464 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type);
/freebsd-11.0-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 221 milliseconds