Home
last modified time | relevance | path

Searched refs:EvalStackElementKind (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Dvar.c284 } EvalStackElementKind; typedef
287 EvalStackElementKind kind;
369 EvalStack_Push(EvalStackElementKind kind, const char *str, const FStr *value) in EvalStack_Push()
414 EvalStackElementKind kind = elem->kind; in EvalStack_Details()