HomeSort by relevance Sort by last modified time
    Searched refs:tok (Results 126 - 150 of 347) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mksh/src/
expr.c 152 enum token tok; member in struct:expr_state
210 curstate.tok = BAD;
229 if (es->tok == END) {
230 es->tok = LIT;
235 if (es->tok != END)
260 switch (es->tok) {
276 s = opinfo[(int)es->tok].name;
318 op = es->tok;
333 if (es->tok != CLOSE_PAREN)
347 if (es->tok == O_PLUSPLUS || es->tok == O_MINUSMINUS)
    [all...]
  /external/tcpdump/
print-bootp.c 49 static const struct tok bootp_flag_values[] = {
54 static const struct tok bootp_op_values[] = {
190 static struct tok tag2str[] = {
311 static struct tok xtag2str[] = {
316 static struct tok oo2str[] = {
324 static struct tok nbo2str[] = {
333 static struct tok arp2str[] = {
343 static struct tok dhcp_msg_values[] = {
356 static struct tok agent_suboption_values[] = {
print-slow.c 51 static const struct tok slow_proto_values[] = {
70 static const struct tok slow_tlv_values[] = {
91 static const struct tok lacp_tlv_actor_partner_info_state_values[] = {
print-ldp.c 114 static const struct tok ldp_msg_values[] = {
153 static const struct tok ldp_tlv_values[] = {
183 static const struct tok ldp_fec_values[] = {
195 static const struct tok ldp_fec_martini_ifparm_values[] = {
203 static const struct tok ldp_fec_martini_ifparm_vccv_cc_values[] = {
211 static const struct tok ldp_fec_martini_ifparm_vccv_cv_values[] = {
print-fr.c 76 struct tok fr_header_flag_values[] = {
93 struct tok frf_flag_values[] = {
353 struct tok mfr_ctrl_msg_values[] = {
371 struct tok mfr_ctrl_ie_values[] = {
619 struct tok fr_q933_msg_values[] = {
648 struct tok fr_q933_ie_values_codeset5[] = {
663 struct tok fr_lmi_report_type_ie_values[] = {
671 static struct tok *fr_q933_ie_codesets[] = {
print-rsvp.c 98 static const struct tok rsvp_msg_type_values[] = {
114 static const struct tok rsvp_header_flag_values[] = {
160 static const struct tok rsvp_obj_values[] = {
220 static const struct tok rsvp_ctype_values[] = {
296 static const struct tok rsvp_obj_integrity_flag_values[] = {
322 static const struct tok rsvp_obj_xro_values[] = {
332 static const struct tok rsvp_obj_rro_flag_values[] = {
340 static const struct tok rsvp_resstyle_values[] = {
350 static const struct tok rsvp_intserv_service_type_values[] = {
357 static const struct tok rsvp_intserv_parameter_id_values[] =
    [all...]
print-isoclns.c 81 static struct tok isis_pdu_values[] = {
149 static struct tok isis_tlv_values[] = {
199 static struct tok esis_option_values[] = {
218 static struct tok clnp_option_values[] = {
229 static struct tok clnp_option_rfd_class_values[] = {
239 static struct tok clnp_option_rfd_general_values[] = {
251 static struct tok clnp_option_rfd_address_values[] = {
257 static struct tok clnp_option_rfd_source_routeing_values[] = {
265 static struct tok clnp_option_rfd_lifetime_values[] = {
271 static struct tok clnp_option_rfd_pdu_discard_values[] =
    [all...]
ethertype.h 143 extern const struct tok ethertype_values[];
ppp.h 71 extern struct tok ppptype2str[];
print-hsrp.c 56 static struct tok states[] = {
print-stp.c 56 struct tok stp_proto_values[] = {
67 struct tok stp_bpdu_flag_values[] = {
77 struct tok stp_bpdu_type_values[] = {
84 struct tok rstp_obj_port_role_values[] = {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 219 OIDTokenizer tok = new OIDTokenizer(identifier); local
220 int first = Integer.parseInt(tok.nextToken()) * 40;
222 String secondToken = tok.nextToken();
232 while (tok.hasMoreTokens())
234 String token = tok.nextToken();
  /external/clang/include/clang/Lex/
Lexer.h 131 /// return the tok::eof token. This implicitly involves the preprocessor.
240 /// Tok.getLength() bytes long. The length of the actual result is returned.
247 static unsigned getSpelling(const Token &Tok, const char *&Buffer,
252 /// getSpelling() - Return the 'spelling' of the Tok token. The spelling of a
257 static std::string getSpelling(const Token &Tok,
416 tok::TokenKind TKind,
459 tok::TokenKind Kind) {
468 /// tok::l_paren token, 0 if it is something else and 2 if there are no more
502 inline char getAndAdvanceChar(const char *&Ptr, Token &Tok) {
508 char C = getCharAndSizeSlow(Ptr, Size, &Tok);
    [all...]
  /external/iproute2/misc/
lnstat_util.c 122 char *tok; local
125 tok = strtok(buf, " \t\n");
128 strncpy(lf->fields[i].name, tok, LNSTAT_MAX_FIELD_NAME_LEN);
131 tok = strtok(NULL, " \t\n");
132 if (!tok) {
ssfilter.y 144 char *tok, *cp = *ptr;
153 tok = cp;
159 for (tp = cp; tp != tok; tp--)
162 tok++;
171 return tok;
  /external/clang/lib/Lex/
LiteralSupport.cpp 26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
29 case tok::char_constant:
30 case tok::string_literal:
31 case tok::utf8_string_literal:
33 case tok::wide_char_constant:
34 case tok::wide_string_literal:
36 case tok::utf16_char_constant:
37 case tok::utf16_string_literal:
39 case tok::utf32_char_constant:
40 case tok::utf32_string_literal
    [all...]
MacroInfo.cpp 46 assert((macroStart.isFileID() || firstToken.is(tok::comment)) &&
48 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) &&
PTHLexer.cpp 46 void PTHLexer::Lex(Token& Tok) {
61 tok::TokenKind TKind = (tok::TokenKind) (Word0 & 0xFF);
71 Tok.startToken();
72 Tok.setKind(TKind);
73 Tok.setFlag(TFlags);
75 Tok.setLocation(FileStartLoc.getLocWithOffset(FileOffset));
76 Tok.setLength(Len);
79 if (Tok.isLiteral()) {
80 Tok.setLiteralData((const char*) (PTHMgr.SpellingBase + IdentifierID))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 130 Token tok = refAST.token; local
131 String ruleName = tok.getText();
141 tok,
149 Token tok = (Token) iter.next(); local
150 String tokenID = tok.getText();
156 tok,
  /external/chromium/net/http/
http_auth_handler_basic_unittest.cc 94 HttpAuth::ChallengeTokenizer tok(challenge.begin(),
96 EXPECT_EQ(tests[i].expected_rv, basic->HandleAnotherChallenge(&tok));
  /external/valgrind/main/perf/
tinycc.c 2135 int tok; \/* token number *\/ member in struct:TokenSym
2284 int tok; member in struct:ParseState
2309 static int ch, tok; variable
    [all...]
  /external/chromium/net/tools/flip_server/
output_ordering.h 58 virtual void OnRegistration(const EpollServer::AlarmRegToken& tok,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /system/core/libcutils/
config_utils.c 234 int tok = _lex(cs, value);
235 printf("TOKEN(%d) %s %s\n", value, TOKENNAMES[tok],
236 tok == T_TEXT ? cs->text : "");
237 return tok;
  /external/expat/lib/
xmltok_impl.c 226 int tok; local
240 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
254 return tok;
264 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
273 return tok;
610 int tok = PREFIX(scanRef)(enc, ptr + MINBPC(enc), end, &ptr); local
611 if (tok <= 0) {
612 if (tok == XML_TOK_INVALID)
614 return tok;
975 int tok; local
1281 int tok = PREFIX(scanPercent)(enc, ptr + MINBPC(enc), local
    [all...]

Completed in 1393 milliseconds

1 2 3 4 56 7 8 91011>>