Searched refs:unop (Results 1 – 1 of 1) sorted by relevance
2155 char unop[3]; in sh_exec() local2156 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()