Home
last modified time | relevance | path

Searched refs:arg_need (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.screen.c519 int arg_need, arg_cols, arg_rows; in EchoTC() local
621 for (cap = scap, arg_need = 0; *cap; cap++) in EchoTC()
629 arg_need++; in EchoTC()
649 switch (arg_need) { in EchoTC()
656 stderror(ERR_NAME | ERR_TCARGS, cv, arg_need); in EchoTC()
671 stderror(ERR_NAME | ERR_TCARGS, cv, arg_need); in EchoTC()
678 stderror(ERR_NAME | ERR_TCARGS, cv, arg_need); in EchoTC()
702 stderror(ERR_NAME | ERR_TCARGS, cv, arg_need); in EchoTC()
/freebsd/contrib/libedit/
H A Dterminal.c1457 int arg_need, arg_cols, arg_rows; in terminal_echotc() local
1536 for (cap = scap, arg_need = 0; *cap; cap++) in terminal_echotc()
1544 arg_need++; in terminal_echotc()
1566 switch (arg_need) { in terminal_echotc()
1611 arg_need); in terminal_echotc()