diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 14:57:09 +0100 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 14:57:09 +0100 |
| commit | 3110ba77506bf66eef114d123fd8d091d443316a (patch) | |
| tree | 3e2e55d54796084a0bb75d6df87696c00a4afca9 /ex/ex.h | |
| parent | ae7f9696aefd6ce7b024af37c4d2c32f6783d106 (diff) | |
Vendor import nvi 2.2.2vendor/nvi/2.2.2vendor/nvi
Diffstat (limited to 'ex/ex.h')
| -rw-r--r-- | ex/ex.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -99,7 +99,8 @@ struct _excmd { #define AGV_GLOBAL 0x04 /* global command. */ #define AGV_V 0x08 /* v command. */ #define AGV_ALL (AGV_AT | AGV_AT_NORANGE | AGV_GLOBAL | AGV_V) - u_int8_t agv_flags; + u_int8_t agv_flags : 4; + u_int8_t trailing : 1; /* Command had trailing | or \n. */ /* Clear the structure before each ex command. */ #define CLEAR_EX_CMD(cmdp) do { \ @@ -228,4 +229,4 @@ typedef enum { } tagmsg_t; #include "ex_def.h" -#include "extern.h" +#include "ex_extern.h" |
