Lines Matching refs:mode
21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode = '..' then mode = '-r'
44 else mode = ''
45 interpret 'call "' || runrc || '"' antrc '"' || mode || '"'