Searched refs:eqarg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c44 static int eqarg(char *, int);
76 if (eqarg("erase", argc) && --argc)
78 else if (eqarg("intr", argc) && --argc)
80 else if (eqarg("quit", argc) && --argc)
82 else if (eqarg("eof", argc) && --argc)
84 else if (eqarg("min", argc) && --argc)
86 else if (eqarg("eol", argc) && --argc)
88 else if (eqarg("brk", argc) && --argc)
90 else if (eqarg("eol2", argc) && --argc)
92 else if (eqarg("tim
296 eqarg(char *string, int argc) function
[all...]

Completed in 55 milliseconds