HomeSort by relevance Sort by last modified time
    Searched refs:shparam (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
options.h 37 struct shparam { struct
118 extern struct shparam shellparam; /* $@ */
126 void freeparam(volatile struct shparam *);
options.c 68 struct shparam shellparam; /* current positional parameters */
297 freeparam(volatile struct shparam *param)
eval.c 692 volatile struct shparam saveparam;
939 freeparam((volatile struct shparam *)

Completed in 421 milliseconds