Symbol: lcmd_arg
usr.bin/window/lcmd.c
40
extern struct lcmd_arg arg_alias[];
usr.bin/window/lcmd.c
41
extern struct lcmd_arg arg_cursormodes[];
usr.bin/window/lcmd.c
42
extern struct lcmd_arg arg_debug[];
usr.bin/window/lcmd.c
43
extern struct lcmd_arg arg_echo[];
usr.bin/window/lcmd.c
44
extern struct lcmd_arg arg_escape[];
usr.bin/window/lcmd.c
45
extern struct lcmd_arg arg_foreground[];
usr.bin/window/lcmd.c
46
extern struct lcmd_arg arg_label[];
usr.bin/window/lcmd.c
47
extern struct lcmd_arg arg_def_nline[];
usr.bin/window/lcmd.c
48
extern struct lcmd_arg arg_def_shell[];
usr.bin/window/lcmd.c
49
extern struct lcmd_arg arg_def_smooth[];
usr.bin/window/lcmd.c
50
extern struct lcmd_arg arg_close[];
usr.bin/window/lcmd.c
51
extern struct lcmd_arg arg_select[];
usr.bin/window/lcmd.c
52
extern struct lcmd_arg arg_smooth[];
usr.bin/window/lcmd.c
53
extern struct lcmd_arg arg_source[];
usr.bin/window/lcmd.c
54
extern struct lcmd_arg arg_terse[];
usr.bin/window/lcmd.c
55
extern struct lcmd_arg arg_time[];
usr.bin/window/lcmd.c
56
extern struct lcmd_arg arg_unalias[];
usr.bin/window/lcmd.c
57
extern struct lcmd_arg arg_unset[];
usr.bin/window/lcmd.c
58
extern struct lcmd_arg arg_window[];
usr.bin/window/lcmd.c
59
extern struct lcmd_arg arg_write[];
usr.bin/window/lcmd.c
60
struct lcmd_arg arg_null[1] = { { NULL, 0, 0 } };
usr.bin/window/lcmd.h
43
struct lcmd_arg *lc_arg;
usr.bin/window/lcmd1.c
129
struct lcmd_arg arg_def_nline[] = {
usr.bin/window/lcmd1.c
143
struct lcmd_arg arg_smooth[] = {
usr.bin/window/lcmd1.c
165
struct lcmd_arg arg_def_smooth[] = {
usr.bin/window/lcmd1.c
178
struct lcmd_arg arg_select[] = {
usr.bin/window/lcmd1.c
197
struct lcmd_arg arg_debug[] = {
usr.bin/window/lcmd1.c
210
struct lcmd_arg arg_escape[] = {
usr.bin/window/lcmd1.c
231
struct lcmd_arg arg_label[] = {
usr.bin/window/lcmd1.c
249
struct lcmd_arg arg_foreground[] = {
usr.bin/window/lcmd1.c
273
struct lcmd_arg arg_terse[] = {
usr.bin/window/lcmd1.c
286
struct lcmd_arg arg_source[] = {
usr.bin/window/lcmd1.c
302
struct lcmd_arg arg_write[] = {
usr.bin/window/lcmd1.c
327
struct lcmd_arg arg_close[] = {
usr.bin/window/lcmd1.c
345
struct lcmd_arg arg_cursormodes[] = {
usr.bin/window/lcmd1.c
360
struct lcmd_arg arg_unset[] = {
usr.bin/window/lcmd1.c
45
struct lcmd_arg arg_window[] = {
usr.bin/window/lcmd2.c
239
struct lcmd_arg arg_def_shell[] = {
usr.bin/window/lcmd2.c
280
struct lcmd_arg arg_alias[] = {
usr.bin/window/lcmd2.c
347
struct lcmd_arg arg_unalias[] = {
usr.bin/window/lcmd2.c
360
struct lcmd_arg arg_echo[] = {
usr.bin/window/lcmd2.c
97
struct lcmd_arg arg_time[] = {
usr.bin/window/parser2.c
55
struct lcmd_arg *ap; /* this arg */
usr.bin/window/parser2.c
56
struct lcmd_arg *lp = NULL; /* list arg */