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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c944 struct ucl_variable *cur_var, *tmp_var, *old_curdir = NULL, local
1013 old_curdir = cur_var;
1208 if (strcmp (cur_var->var, "CURDIR") == 0 && old_curdir) {
1224 if (old_curdir) {
1225 DL_APPEND (parser->variables, old_curdir);

Completed in 186 milliseconds