Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Doptions.h35 struct shparam { struct
107 extern struct shparam shellparam; /* $@ */
114 void freeparam(struct shparam *);
H A Doptions.c59 struct shparam shellparam; /* current positional parameters */
347 freeparam(struct shparam *param) in freeparam()
H A Deval.c826 struct shparam saveparam; in evalcommand()