Searched refs:is_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c84 enum {CMNT_LINE, ENTRY_LINE, TAB_LINE, TABERR_LINE} is_type, had_type; local
101 is_type = CMNT_LINE;
137 had_type = is_type;
138 is_type = CMNT_LINE;
146 is_type = TAB_LINE;
149 is_type = ENTRY_LINE;
177 if ((had_type != CMNT_LINE) || (is_type != CMNT_LINE) ||
187 if ((had_cont != WILL_CONTINUE) && (is_type != ENTRY_LINE)) {
209 if (is_type == ENTRY_LINE) {
227 if (is_type
[all...]
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.hh164 return is_type(CROSS_REFERENCE);
171 return is_type(PHANDLE);
178 return is_type(STRING);
186 return is_type(STRING_LIST);
193 return is_type(BINARY);
235 inline bool is_type(value_type v) function in struct:dtc::fdt::property_value
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintstatefields.c240 PRINTF("%d", sp->is_type);
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.h90 #define is_type is_icmp.ici_type macro

Completed in 102 milliseconds