object wordexp
POSIX wordexp.h for Scala
The Open Group Base Specifications Issue 7, 2018 edition.
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_WORDEXP")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- wordexp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def WRDE_APPEND: CInt
- Annotations
- @name("scalanative_wrde_append")
- def WRDE_BADCHAR: CInt
- Annotations
- @name("scalanative_wrde_badchar")
- def WRDE_BADVAL: CInt
- Annotations
- @name("scalanative_wrde_badval")
- def WRDE_CMDSUB: CInt
- Annotations
- @name("scalanative_wrde_cmdsub")
- def WRDE_DOOFFS: CInt
- Annotations
- @name("scalanative_wrde_dooffs")
- def WRDE_NOCMD: CInt
- Annotations
- @name("scalanative_wrde_nocmd")
- def WRDE_NOSPACE: CInt
- Annotations
- @name("scalanative_wrde_nospace")
- def WRDE_REUSE: CInt
- Annotations
- @name("scalanative_wrde_reuse")
- def WRDE_SHOWERR: CInt
- Annotations
- @name("scalanative_wrde_showerr")
- def WRDE_SYNTAX: CInt
- Annotations
- @name("scalanative_wrde_syntax")
- def WRDE_UNDEF: CInt
- Annotations
- @name("scalanative_wrde_undef")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wordexp(pattern: CString, expansion: Ptr[wordexp_t], flags: CInt): CInt
- def wordfree(wordexpP: Ptr[wordexp_t]): CInt