HomeSort by: relevance | last modified time | path
    Searched refs:cc_com (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/cardbus/
com_cardbus.c 59 struct com_softc cc_com; member in struct:com_cardbus_softc
71 #define DEVICET(CSC) ((CSC)->cc_com.sc_dev)
  /src/common/dist/zlib/
make_vms.com 339 $ cc_com = f$extract(start,len,cparm)
340 if (cc_com .nes. "DECC") .and. -
341 (cc_com .nes. "VAXC") .and. -
342 (cc_com .nes. "GNUC")
344 $ write sys$output "Unsupported compiler choice ''cc_com' ignored"
347 $ if cc_com .eqs. "DECC" then its_decc = true
348 $ if cc_com .eqs. "VAXC" then its_vaxc = true
349 $ if cc_com .eqs. "GNUC" then its_gnuc = true

Completed in 40 milliseconds