Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c286 } EvalStackElementKind; typedef
289 EvalStackElementKind kind;
366 EvalStack_Push(EvalStackElementKind kind, const char *str, const FStr *value) in EvalStack_Push()
411 EvalStackElementKind kind = elem->kind; in EvalStack_Details()