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

/ast/src/lib/libpp/
H A Dppproto.c198 static const Key_t notices[] = variable
2343 for (i = 0; i < elementsof(notices); i++)
2344 if (*s == notices[i].name[0] && !strncmp(s, notices[i].name, notices[i].size))
2346 s += notices[i].size;
2347 if (notices[i].val)
2353 hit |= notices[i].hit;
2359 hit |= notices[i].hit;
/ast/src/cmd/INIT/
H A Dproto.c1340 static const Key_t notices[] = variable
4587 for (i = 0; i < (sizeof( notices)/sizeof( notices[0])); i++)
4588 if (*s == notices[i].name[0] && !sstrncmp( s, notices[i].name, notices[i].size))
4590 s += notices[i].size;
4591 if (notices[i].val)
4597 hit |= notices[i].hit;
4603 hit |= notices[
[all...]

Completed in 25 milliseconds