Symbol: eqarg
usr/src/ucbcmd/stty/sttyparse.c
100
else if (eqarg("stop", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
102
else if (eqarg("susp", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
104
else if (eqarg("dsusp", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
106
else if (eqarg("rprnt", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
108
else if (eqarg("flush", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
110
else if (eqarg("werase", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
112
else if (eqarg("lnext", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
136
else if (eqarg("line", argc) && (!(term & TERMIOS) || term == -1) && --argc) {
usr/src/ucbcmd/stty/sttyparse.c
157
else if((term & TERMIOS) && eqarg("ospeed", argc) && --argc) {
usr/src/ucbcmd/stty/sttyparse.c
167
else if((term & TERMIOS) && eqarg("ispeed", argc) && --argc) {
usr/src/ucbcmd/stty/sttyparse.c
188
if ((!(term & ASYNC) || term == -1) && eqarg("ctab", argc) && --argc) {
usr/src/ucbcmd/stty/sttyparse.c
254
if(eqarg("rows", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
256
else if((eqarg("columns", argc) || eqarg("cols", argc)) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
258
else if(eqarg("xpixels", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
260
else if(eqarg("ypixels", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
41
static int eqarg(char *, int);
usr/src/ucbcmd/stty/sttyparse.c
73
if (eqarg("erase", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
75
else if (eqarg("intr", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
77
else if (eqarg("quit", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
79
else if (eqarg("eof", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
81
else if (eqarg("min", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
83
else if (eqarg("eol", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
85
else if (eqarg("brk", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
87
else if (eqarg("eol2", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
89
else if (eqarg("time", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
91
else if (eqarg("kill", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
93
else if (eqarg("swtch", argc) && --argc)
usr/src/ucbcmd/stty/sttyparse.c
98
if (eqarg("start", argc) && --argc)