Home
last modified time | relevance | path

Searched refs:unop (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c2155 char unop[3]; in sh_exec() local
2156 unop[0] = '-'; in sh_exec()
2157 unop[1] = n; in sh_exec()
2158 unop[2] = 0; in sh_exec()
2159 argv[1] = unop; in sh_exec()