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