Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Doptions.h70 #define NSHORTOPTS 19 macro
74 extern const char optletter[NSHORTOPTS];
77 const char optletter[NSHORTOPTS] = "efIimnsxvVECabupTPh";
H A Dexpand.c934 char buf[(NSHORTOPTS > 10 ? NSHORTOPTS : 10) + 1]; in varvalue()
956 for (i = 0 ; i < NSHORTOPTS ; i++) { in varvalue()
H A Doptions.c308 for (i = 0; i < NSHORTOPTS; i++) in setoption()