HomeSort by: relevance | last modified time | path
    Searched refs:shparam (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
options.h 37 struct shparam { struct
62 extern struct shparam shellparam; /* $@ */
70 void freeparam(volatile struct shparam *);
options.c 70 struct shparam shellparam; /* current positional parameters */
405 freeparam(volatile struct shparam *param)
eval.c 898 volatile struct shparam saveparam;
1247 freeparam((volatile struct shparam *)

Completed in 13 milliseconds