Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dvar.c34 char *get_variable(string, after, line) in get_variable() function
106 value = get_variable(s, &p3, line);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.h27 extern const char *get_variable(const char *);
H A Dexpand.c84 get_variable(const char *name) in get_variable() function
448 val = get_variable(name); in expand_string()
H A Dstage2.c340 console = get_variable("os_console"); in run_menu()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h306 extern char *get_variable __P((char *, char **, int));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c281 string_val = get_variable(name, NULL, yylineNum); in yylex()