Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/indent/
H A Dindent.c108 int type_code; /* the type of token, returned by lexi */ in main() local
309 type_code = lexi(&ps); /* lexi reads one token. The actual in main()
321 switch (type_code) { in main()
402 (type_code == sp_nparen && *token == 'e' && in main()
405 || (type_code == sp_paren && *token == 'i' && in main()
456 if (type_code != 0) { in main()
488 type_code = lexi(&transient_state); /* read another token */ in main()
489 if (type_code != newline && type_code != form_feed && in main()
490 type_code != comment && !transient_state.search_brace) { in main()
497 if (type_code == 0) { /* we got eof */ in main()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp593 TypeCodes type_code; in NSNumberSummaryProvider() local
611 type_code = static_cast<TypeCodes>(cfinfoa & 0x7); in NSNumberSummaryProvider()
622 type_code = TypeCodes::sint8; in NSNumberSummaryProvider()
625 type_code = TypeCodes::sint16; in NSNumberSummaryProvider()
628 type_code = TypeCodes::sint32; in NSNumberSummaryProvider()
634 type_code = TypeCodes::sint64; in NSNumberSummaryProvider()
637 type_code = TypeCodes::f32; in NSNumberSummaryProvider()
640 type_code = TypeCodes::f64; in NSNumberSummaryProvider()
649 switch (type_code) { in NSNumberSummaryProvider()
/freebsd/sys/cam/ctl/
H A Dctl_tpc.c1440 switch (seg->type_code) { in tpc_process()
1747 if (cscd->type_code != EC_CSCD_ID) { in ctl_extended_copy_lid1()
1765 if (seg->type_code != EC_SEG_B2B && in ctl_extended_copy_lid1()
1766 seg->type_code != EC_SEG_VERIFY && in ctl_extended_copy_lid1()
1767 seg->type_code != EC_SEG_REGISTER_KEY) { in ctl_extended_copy_lid1()
1901 if (cscd->type_code != EC_CSCD_ID) { in ctl_extended_copy_lid4()
1919 if (seg->type_code != EC_SEG_B2B && in ctl_extended_copy_lid4()
1920 seg->type_code != EC_SEG_VERIFY && in ctl_extended_copy_lid4()
1921 seg->type_code != EC_SEG_REGISTER_KEY) { in ctl_extended_copy_lid4()
1992 cscd->type_code = EC_CSCD_ID; in tpc_create_token()
H A Dctl_tpc_local.c273 if (cscd->type_code != EC_CSCD_ID || in tpcl_resolve()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y122 %type <i> struct_code mode_code type_code form_code
197 | TYPE SP type_code CRLF check_secure
759 type_code
/freebsd/libexec/ftpd/
H A Dftpcmd.y112 %type <u.i> struct_code mode_code type_code form_code
339 | TYPE check_login SP type_code CRLF
873 type_code
/freebsd/sys/dev/ocs_fc/
H A Docs_fcp.h483 type_code:8;
/freebsd/sys/cam/scsi/
H A Dscsi_all.h1804 uint8_t type_code; member
1818 uint8_t type_code; member
1832 uint8_t type_code; member
1842 uint8_t type_code; member
1856 uint8_t type_code; member
1868 uint8_t type_code; member