HomeSort by relevance Sort by last modified time
    Searched refs:unsetvar (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
var.h 129 int unsetvar(const char *, int);
options.c 436 (void) unsetvar("OPTARG", 0);
454 (void) unsetvar("OPTARG", 0);
cd.c 265 unsetvar("PWD", 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tcl.py 86 tcl.unsetvar('a')
95 tcl.unsetvar('a(1)')
101 self.assertRaises(TclError,tcl.unsetvar,'a')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tcl.py 86 tcl.unsetvar('a')
95 tcl.unsetvar('a(1)')
101 self.assertRaises(TclError,tcl.unsetvar,'a')

Completed in 152 milliseconds