Searched refs:is_type (Results 1 – 10 of 10) sorted by relevance
82 enum {CMNT_LINE, ENTRY_LINE, TAB_LINE, TABERR_LINE} is_type, had_type; in skim_printcap() local99 is_type = CMNT_LINE; in skim_printcap()135 had_type = is_type; in skim_printcap()136 is_type = CMNT_LINE; in skim_printcap()144 is_type = TAB_LINE; in skim_printcap()147 is_type = ENTRY_LINE; in skim_printcap()175 if ((had_type != CMNT_LINE) || (is_type != CMNT_LINE) || in skim_printcap()185 if ((had_cont != WILL_CONTINUE) && (is_type != ENTRY_LINE)) { in skim_printcap()207 if (is_type == ENTRY_LINE) { in skim_printcap()225 if (is_type == TAB_LINE) { in skim_printcap()[all …]
40 if rx_msg.is_type(NlMsgType.NLMSG_ERROR):43 elif rx_msg.is_type(NlRtMsgType.RTM_NEWLINK):57 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)69 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)91 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)115 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)153 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)179 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)193 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)219 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)[all …]
43 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)64 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)85 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)115 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)132 if rx_msg.is_type(NlMsgType.NLMSG_ERROR):137 if rx_msg.is_type(NlMsgType.NLMSG_DONE):139 if rx_msg.is_type(NlRtMsgType.RTM_NEWROUTE):
191 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)239 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)455 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)469 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)481 assert rx_msg.is_type(NlMsgType.NLMSG_ERROR)
162 return is_type(CROSS_REFERENCE); in is_cross_reference()169 return is_type(PHANDLE); in is_phandle()176 return is_type(STRING); in is_string()184 return is_type(STRING_LIST); in is_string_list()191 return is_type(BINARY); in is_binary()233 inline bool is_type(value_type v) in is_type() function
319 if rx_msg.is_type(NlMsgType.NLMSG_ERROR):369 if msg.is_type(NlMsgType.NLMSG_ERROR):373 elif msg.is_type(NlMsgType.NLMSG_DONE):381 elif not msg.is_type(self._msg_type):
76 def is_type(self, nlmsg_type): member in BaseNetlinkMessage
238 PRINTF("%d", sp->is_type); in printstatefield()
86 #define is_type is_icmp.ici_type macro
435 def is_type(self, msg_type): member in BaseIpFwMessage