Searched refs:pragmas (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libpp/
H A Dppproto.c190 static const Key_t pragmas[] = variable
2301 for (i = 0; i < elementsof(pragmas); i++)
2302 if (pragmas[i].size == z && !strncmp(t, pragmas[i].name, z))
2305 hit |= pragmas[i].hit;
2306 switch (pragmas[i].hit)
2312 pragma = pragmas[i].val;
2459 proto->op = strcopy(proto->op, pragmas[0].name);
/ast/src/cmd/INIT/
H A Dproto.c1332 static const Key_t pragmas[] = variable
4545 for (i = 0; i < (sizeof( pragmas)/sizeof( pragmas[0])); i++)
4546 if (pragmas[i].size == z && !sstrncmp( t, pragmas[i].name, z))
4549 hit |= pragmas[i].hit;
4550 switch (pragmas[i].hit)
4556 pragma = pragmas[i].val;
4703 proto->op = strcopy(proto->op, pragmas[0].name);

Completed in 26 milliseconds