Searched defs:tw (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dstring.c79 register const char *s, *t, *sw, *tw; local
112 tw=t;
141 tw = ++t;
147 else if(s==sw && t==tw)
151 if(t!=tw)
157 tw = ++t;
H A Dparse.c666 register Shnode_t *t, *tw = tf; local
704 tf = makelist(lexp,TLST,t,tw);
706 tw->wh.whtre = t;
722 tw->wh.whinc = (struct arithnod*)t;
725 tw->wh.whinc = 0;
733 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI);
734 tw->wh.whtyp = TWH;
/ast/src/cmd/tw/
H A Dtw.c25 * tw -- tree walk
38 "[-?\n@(#)$Id: tw (AT&T Research) 2012-04-11 $\n]"
40 "[+NAME?tw - file tree walk]"
202 "[+checksum?equivalent to \bsum(\"tw\")]"
288 "[+tw?Lists the current directory tree.]"
289 "[+tw chmod go-w?Turns off the group and other write permissions "
292 "[+tw -e \"uid != 'bozo' || (mode & 'go=w')\"?Lists all files in "
295 "[+tw -m -d / -e \"fstype == '/'.fstype && mtime > '/etc/backup.time'.mtime\"?"
299 "[+tw - chmod +x < commands?Executes \bchmod +x\b on the "
301 "[+tw
530 tw(register Ftw_t* ftw) function
[all...]

Completed in 47 milliseconds