Home
last modified time | relevance | path

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

/system/core/sh/
Doptions.h37 struct shparam { struct
118 extern struct shparam shellparam; /* $@ */
126 void freeparam(volatile struct shparam *);
Doptions.c68 struct shparam shellparam; /* current positional parameters */
297 freeparam(volatile struct shparam *param) in freeparam()
Deval.c692 volatile struct shparam saveparam; in evalcommand()
939 freeparam((volatile struct shparam *) in evalcommand()