OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opinfo
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/ksh/
expr.c
20
/* The order of these enums is constrained by the order of
opinfo
[] */
45
/* things that don't appear in the
opinfo
[] table */
69
struct
opinfo
{
struct
79
static const struct
opinfo
opinfo
[] = {
variable in typeref:typename:const struct opinfo[]
251
s =
opinfo
[(int)es->tok].name;
315
evalerr(es, ET_LVALUE,
opinfo
[(int) op].name);
332
for (op = es->tok; IS_BINOP(op) &&
opinfo
[(int) op].prec == prec;
525
for (i = 0; (n0 =
opinfo
[i].name[0]); i++)
527
&& strncmp(cp,
opinfo
[i].name, opinfo[i].len) == 0
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025