Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Doptions.h37 struct shparam { struct
38 int nparam; /* # of positional parameters (without $0) */
62 extern struct shparam shellparam; /* $@ */ argument