OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otab
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
c_test.c
200
const struct t_op *
otab
;
local in function:test_isop
202
otab
= meta == TM_UNOP ? u_ops : b_ops;
205
for (;
otab
->op_text[0];
otab
++)
206
if (sc1 ==
otab
->op_text[1]
207
&& strcmp(s,
otab
->op_text) == 0
209
|| (
otab
->op_num != TO_STLT
210
&&
otab
->op_num != TO_STGT)))
211
return
otab
->op_num;
c_test.c
200
const struct t_op *
otab
;
local in function:test_isop
202
otab
= meta == TM_UNOP ? u_ops : b_ops;
205
for (;
otab
->op_text[0];
otab
++)
206
if (sc1 ==
otab
->op_text[1]
207
&& strcmp(s,
otab
->op_text) == 0
209
|| (
otab
->op_num != TO_STLT
210
&&
otab
->op_num != TO_STGT)))
211
return
otab
->op_num;
Completed in 26 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025