HomeSort by: relevance | last modified time | path
    Searched refs:optdef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/keama/
confparse.c 4167 struct element *optdef; local
4230 optdef = mapGet(cfile->stack[1], "option-def");
4231 if (optdef == NULL) {
4232 optdef = createList();
4233 mapSet(cfile->stack[1], optdef, "option-def");
4235 listPush(optdef, def);
4275 struct element *optdef; local
4285 optdef = mapGet(cfile->stack[1], "option-def");
4286 if (optdef == NULL) {
4287 optdef = createList()
4323 struct element *optdef; local
    [all...]
parse.c 958 struct element *optdef; local
1272 optdef = mapGet(cfile->stack[1], "option-def");
1273 if (optdef == NULL) {
1274 optdef = createList();
1275 mapSet(cfile->stack[1], optdef, "option-def");
1277 listPush(optdef, def);

Completed in 28 milliseconds