HomeSort by: relevance | last modified time | path
    Searched refs:NONSEL (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sed/
defs.h 106 u_int nonsel:1; /* True if ! */ member in struct:s_command
115 NONSEL, /* ! */
compile.c 128 {'!', 2, NONSEL},
189 cmd->startline = cmd->nonsel = 0;
212 nonsel: /* Now parse the command */
226 case NONSEL: /* ! */
229 cmd->nonsel = ! cmd->nonsel;
230 goto nonsel;
245 cmd->nonsel = 1;

Completed in 13 milliseconds