Lines Matching defs:UNOP
93 UNOP,
136 {"G", FILGID, UNOP},
137 {"L", FILSYM, UNOP},
138 {"O", FILUID, UNOP},
139 {"S", FILSOCK,UNOP},
143 {"b", FILBDEV,UNOP},
144 {"c", FILCDEV,UNOP},
145 {"d", FILDIR, UNOP},
146 {"e", FILEXIST,UNOP},
147 {"f", FILREG, UNOP},
148 {"g", FILSGID,UNOP},
149 {"h", FILSYM, UNOP}, /* for backwards compat */
150 {"k", FILSTCK,UNOP},
151 {"n", STRNZ, UNOP},
155 {"p", FILFIFO,UNOP},
156 {"r", FILRD, UNOP},
157 {"s", FILGZ, UNOP},
158 {"t", FILTT, UNOP},
159 {"u", FILSUID,UNOP},
160 {"w", FILWR, UNOP},
161 {"x", FILEX, UNOP},
162 {"z", STREZ, UNOP},
353 if (op != NULL && op->op_type == UNOP)
473 if (t_wp_op && t_wp_op->op_type == UNOP) {
825 if (!((op->op_type == UNOP && isoperand()) ||